aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | Bump django from 4.2.3 to 4.2.4Gravatar dependabot[bot]2023-08-02-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.4. - [Commits](https://github.com/django/django/compare/4.2.3...4.2.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Bump ruff from 0.0.281 to 0.0.282 (#1062)Gravatar dependabot[bot]2023-08-02-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.281 to 0.0.282. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.281...v0.0.282) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Capitalize Python outside of tags (#1046)Gravatar jchristgit2023-08-02-8/+8
| | | | | | | | | | | | | | | Related to #1044. Co-authored-by: Xithrius <[email protected]>
* | | Merge pull request #1054 from python-discord/soft-fail-on-403-in-tagsGravatar jchristgit2023-08-02-3/+23
|\ \ \ | | | | | | | | Soft fail for upstream error on fetching tag commits
| * \ \ Merge branch 'main' into soft-fail-on-403-in-tagsGravatar Xithrius2023-08-01-29/+29
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1061 from python-discord/dependabot/pip/sentry-sdk-1.29.2Gravatar jchristgit2023-08-01-5/+5
|\ \ \ \ | | | | | | | | | | Bump sentry-sdk from 1.28.1 to 1.29.2
| * | | | Bump sentry-sdk from 1.28.1 to 1.29.2Gravatar dependabot[bot]2023-08-01-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.28.1 to 1.29.2. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.28.1...1.29.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Merge pull request #1060 from python-discord/dependabot/pip/ruff-0.0.281Gravatar jchristgit2023-08-01-20/+20
|\ \ \ \ | | | | | | | | | | Bump ruff from 0.0.280 to 0.0.281
| * | | | Bump ruff from 0.0.280 to 0.0.281Gravatar dependabot[bot]2023-08-01-20/+20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.280 to 0.0.281. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...v0.0.281) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Bump taskipy from 1.11.0 to 1.12.0 (#1057)Gravatar dependabot[bot]2023-07-31-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.11.0 to 1.12.0. - [Commits](https://github.com/taskipy/taskipy/compare/1.11.0...1.12.0) --- updated-dependencies: - dependency-name: taskipy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | Fix a typo in bot.md (#1058)Gravatar NipaDev2023-07-31-1/+1
| | | | | | | | | | | | Fix a typo in bot.md file. Correct the typo "psotgres" to "postgres".
| * | | Soft fail for upstream error on fetching tag commitsGravatar Johannes Christ2023-07-27-3/+23
|/ / / | | | | | | | | | Closes #1053
| * / Clean up pragma intended for Python 3.10 removalGravatar Johannes Christ2023-07-27-3/+1
|/ /
| * Move commit model into its own fileGravatar Johannes Christ2023-07-27-37/+41
|/ | | | | Let's stick to the standard scheme - otherwise we might as well just have a single models file.
* Merge pull request #1056 from python-discord/dependabot/pip/markdown-3.4.4Gravatar jchristgit2023-07-26-5/+6
|\ | | | | Bump markdown from 3.4.3 to 3.4.4
| * Bump markdown from 3.4.3 to 3.4.4Gravatar dependabot[bot]2023-07-26-5/+6
|/ | | | | | | | | | | | | | Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.3 to 3.4.4. - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/release-2.6.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.3...3.4.4) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Fix link to teachingpython episode (#1048)Gravatar jchristgit2023-07-24-1/+1
| | | Also removes a superfluous space. Closes #1043.
* Merge pull request #1055 from python-discord/dependabot/pip/ruff-0.0.280Gravatar ChrisJL2023-07-24-23/+23
|\ | | | | Bump ruff from 0.0.278 to 0.0.280
| * Pleasure the style dictatorGravatar Johannes Christ2023-07-24-3/+3
| |
| * Bump ruff from 0.0.278 to 0.0.280Gravatar dependabot[bot]2023-07-24-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.278 to 0.0.280. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.278...v0.0.280) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1051 from python-discord/dependabot/pip/gunicorn-21.2.0Gravatar jchristgit2023-07-20-5/+5
|\ | | | | Bump gunicorn from 21.1.0 to 21.2.0
| * Bump gunicorn from 21.1.0 to 21.2.0Gravatar dependabot[bot]2023-07-20-5/+5
|/ | | | | | | | | | | | | | Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.1.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.1.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1050 from python-discord/dependabot/pip/pyjwt-2.8.0Gravatar jchristgit2023-07-19-67/+12
|\ | | | | Bump pyjwt from 2.7.0 to 2.8.0
| * Bump pyjwt from 2.7.0 to 2.8.0Gravatar dependabot[bot]2023-07-19-67/+12
|/ | | | | | | | | | | | | | | Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Update cryptography to fix security advisory (#1049)Gravatar jchristgit2023-07-18-27/+86
|
* Merge pull request #1042 from python-discord/dependabot/pip/pyyaml-6.0.1Gravatar jchristgit2023-07-18-43/+43
|\ | | | | Bump pyyaml from 6.0 to 6.0.1
| * Bump pyyaml from 6.0 to 6.0.1Gravatar dependabot[bot]2023-07-18-43/+43
|/ | | | | | | | | | | | | | Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1045 from python-discord/dependabot/pip/gunicorn-21.1.0Gravatar jchristgit2023-07-18-6/+17
|\ | | | | Bump gunicorn from 20.1.0 to 21.1.0
| * Bump gunicorn from 20.1.0 to 21.1.0Gravatar dependabot[bot]2023-07-18-6/+17
|/ | | | | | | | | | | | | | Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1040 from korstep/#1036-inconsistent-column-heightsGravatar jchristgit2023-07-18-0/+9
|\ | | | | Fixed inconsistent column heights in the contributing section
| * Fixed inconsistent column heights in the contributing ↵Gravatar Steve2023-07-17-0/+9
|/ | | | section(python-discord#1036)
* Fix overflowing iframe element (python-discord#1027) (#1038)Gravatar Steve2023-07-16-1/+1
|
* Fix duplicated links in resources (#1034)Gravatar jchristgit2023-07-15-12/+28
| | | | | | | | | * Add test for duplicate links * Remove duplicated links Closes #1022. Closes #1023. Closes #1024.
* Fix empty <h1> tag on page listing (#1033)Gravatar jchristgit2023-07-15-2/+2
| | | Closes #1026.
* Fix broken image links for kivy (#1032)Gravatar jchristgit2023-07-15-2/+2
| | | Closes #1020.
* Fix broken link to sololearn's Python course (#1031)Gravatar jchristgit2023-07-15-1/+1
| | | Fixes #1021.
* Merge pull request #1028 from ↵Gravatar ChrisJL2023-07-14-5/+5
|\ | | | | | | | | python-discord/dependabot/pip/pymdown-extensions-10.1 Bump pymdown-extensions from 10.0.1 to 10.1
| * Bump pymdown-extensions from 10.0.1 to 10.1Gravatar dependabot[bot]2023-07-14-5/+5
|/ | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.0.1 to 10.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.0.1...10.1.0) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1029 from python-discord/dependabot/pip/sentry-sdk-1.28.1Gravatar ChrisJL2023-07-14-5/+5
|\ | | | | Bump sentry-sdk from 1.28.0 to 1.28.1
| * Bump sentry-sdk from 1.28.0 to 1.28.1Gravatar dependabot[bot]2023-07-14-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.28.0...1.28.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1030 from ↵Gravatar ChrisJL2023-07-14-1/+1
|\ \ | |/ |/| | | | | python-discord/dependabot/github_actions/coverallsapp/github-action-2.2.1 Bump coverallsapp/github-action from 2.2.0 to 2.2.1
| * Bump coverallsapp/github-action from 2.2.0 to 2.2.1Gravatar dependabot[bot]2023-07-14-1/+1
|/ | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1025 from python-discord/dependabot/pip/ruff-0.0.278Gravatar Xithrius2023-07-13-20/+20
|\
| * Bump ruff from 0.0.277 to 0.0.278Gravatar dependabot[bot]2023-07-13-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.277 to 0.0.278. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.277...v0.0.278) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #999 from python-discord/dependabot/pip/whitenoise-6.5.0Gravatar ChrisJL2023-07-11-11/+12
|\ | | | | Bump whitenoise from 6.4.0 to 6.5.0
| * Fix warning ignoreGravatar Johannes Christ2023-07-11-6/+7
| | | | | | | | | | | | | | Additionally, use stdlib API instead of undocumented Django test API Co-authored-by: Chris Lovering <[email protected]>
| * Bump whitenoise from 6.4.0 to 6.5.0Gravatar dependabot[bot]2023-07-11-5/+5
|/ | | | | | | | | | | | | | Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.4.0 to 6.5.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.4.0...6.5.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Drop redirect usage from URL references (#1016)Gravatar jchristgit2023-07-11-10/+10
| | | | | | | | Just one separate, and present beforehand, broken link remains: $ httrack -E --robots=0 --spider http://127.0.0.1:8000 -v | grep 404 20:18:51 Error: "Not Found" (404) at link 127.0.0.1:8000/events/game-jam-2020/technical-requirements/ (from 127.0.0.1:8000/events/game-jams/2020/judging/) Closes #681.
* Merge pull request #1019 from python-discord/dependabot/pip/sentry-sdk-1.28.0Gravatar Xithrius2023-07-10-5/+5
|\
| * Bump sentry-sdk from 1.27.1 to 1.28.0Gravatar dependabot[bot]2023-07-11-5/+5
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.27.1 to 1.28.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.27.1...1.28.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>