aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump urllib3 from 2.3.0 to 2.5.0Gravatar dependabot[bot]2025-07-04-3/+3
| | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1521 from python-discord/dependabot/pip/django-5.1.9Gravatar jchristgit2025-07-04-5/+5
|\ | | | | Bump django from 5.1.8 to 5.1.9
| * Bump django from 5.1.8 to 5.1.9Gravatar dependabot[bot]2025-05-08-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 5.1.8 to 5.1.9. - [Commits](https://github.com/django/django/compare/5.1.8...5.1.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1516 from python-discord/resource-cs50Gravatar jchristgit2025-06-21-0/+24
|\ \ | | | | | | Add CS50P to resources page
| * | Add CS50P to resources pageGravatar Janine vN2025-06-21-0/+24
| | |
* | | Merge pull request #1517 from python-discord/dependabot/pip/h11-0.16.0Gravatar jchristgit2025-06-21-8/+8
|\ \ \ | | | | | | | | Bump h11 from 0.14.0 to 0.16.0
| * | | Bump h11 from 0.14.0 to 0.16.0Gravatar dependabot[bot]2025-05-06-8/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #1533 from python-discord/timeline-update-2025-nr-2Gravatar Joe Banks2025-06-08-0/+31
|\ \ \ | | | | | | | | Timeline: Add two more items (Code Jam 10 & 11)
| * | | Timeline: Add two more items (Code Jam 10 & 11)Gravatar L3viathan2025-06-03-0/+31
|/ / /
* | | Timeline: Add three new items (#1532)Gravatar Jonathan Oberländer2025-06-02-0/+32
| | |
* | | Merge pull request #1530 from python-discord/fix-infraction-active-regressionGravatar jchristgit2025-05-27-1/+49
|\ \ \ | |/ / |/| | Do not activate infractions on partial updates
| * | Do not activate infractions on partial updatesGravatar Johannes Christ2025-05-27-1/+49
|/ /
* | Merge pull request #1508 from python-discord/dependabot/pip/markdown-3.8Gravatar jchristgit2025-05-06-21/+79
|\ \ | | | | | | Bump markdown from 3.7 to 3.8
| * | Bump markdown from 3.7 to 3.8Gravatar dependabot[bot]2025-05-01-21/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7 to 3.8. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Do not require "active" to be sent in PATCH infraction (#1518)Gravatar jchristgit2025-05-01-1/+2
|/ / | | | | Regression from the DRF update.
* | Merge pull request #1499 from ↵Gravatar jchristgit2025-05-01-105/+61
|\ \ | | | | | | | | | | | | python-discord/dependabot/pip/djangorestframework-3.16.0 Bump djangorestframework from 3.14.0 to 3.16.0
| * | Mark unique constraint error checks as no coverGravatar Johannes Christ2025-05-01-2/+14
| | |
| * | Update tests for DRF 3.16.0Gravatar Johannes Christ2025-05-01-9/+22
| | | | | | | | | | | | | | | New error messages are returned, and there appears to be an upstream bug which presently requires us to specify all attributes in the update.
| * | Update poetry lockfileGravatar Johannes Christ2025-05-01-73/+15
| | |
| * | Give different basenames to duplicate FilterListViewSetGravatar Johannes Christ2025-05-01-2/+4
| | |
| * | Bump djangorestframework from 3.14.0 to 3.16.0Gravatar dependabot[bot]2025-05-01-19/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1515 from python-discord/resource-missing-semesterGravatar jchristgit2025-04-29-0/+15
|\ \ | |/ |/| Add missing semester course resource
| * Add missing semester course resourceGravatar Janine vN2025-04-28-0/+15
|/
* Merge pull request #1506 from python-discord/sir-lancebot-python-313Gravatar jchristgit2025-04-20-1/+1
|\ | | | | Update sir-lancebot Python version
| * Update sir-lancebot Python versionGravatar wookie1842025-04-08-1/+1
| | | | | | For after https://github.com/python-discord/sir-lancebot/pull/1670
* | Merge pull request #1498 from python-discord/dependabot/pip/coverage-7.8.0Gravatar jchristgit2025-04-18-66/+66
|\ \ | |/ |/| Bump coverage from 7.6.12 to 7.8.0
| * Bump coverage from 7.6.12 to 7.8.0Gravatar dependabot[bot]2025-04-04-66/+66
|/ | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.12 to 7.8.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.12...7.8.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1501 from python-discord/dependabot/pip/django-5.1.8Gravatar jchristgit2025-04-04-5/+5
|\ | | | | Bump django from 5.1.7 to 5.1.8
| * Bump django from 5.1.7 to 5.1.8Gravatar dependabot[bot]2025-04-02-5/+5
|/ | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 5.1.7 to 5.1.8. - [Commits](https://github.com/django/django/compare/5.1.7...5.1.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1496 from python-discord/dependabot/pip/python-dotenv-1.1.0Gravatar jchristgit2025-04-02-6/+6
|\ | | | | Bump python-dotenv from 1.0.1 to 1.1.0
| * Bump python-dotenv from 1.0.1 to 1.1.0Gravatar dependabot[bot]2025-03-31-6/+6
|/ | | | | | | | | | | | | | | Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1489 from python-discord/dependabot/pip/pre-commit-4.2.0Gravatar jchristgit2025-03-31-5/+5
|\ | | | | Bump pre-commit from 4.1.0 to 4.2.0
| * Bump pre-commit from 4.1.0 to 4.2.0Gravatar dependabot[bot]2025-03-25-5/+5
|/ | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1484 from python-discord/dependabot/pip/psycopg-3.2.6Gravatar jchristgit2025-03-25-74/+74
|\ | | | | Bump psycopg from 3.2.5 to 3.2.6
| * Bump psycopg from 3.2.5 to 3.2.6Gravatar dependabot[bot]2025-03-13-74/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.5 to 3.2.6. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.5...3.2.6) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1495 from L3viathan/mainGravatar Steele Farnsworth2025-03-25-17/+0
|\ \ | |/ |/| Remove sololearn from resources
| * Remove sololearn from resourcesGravatar Jonathan Oberländer2025-03-25-17/+0
|/
* Merge pull request #1482 from python-discord/dependabot/pip/ruff-0.9.10Gravatar jchristgit2025-03-12-21/+21
|\ | | | | Bump ruff from 0.9.9 to 0.9.10
| * Bump ruff from 0.9.9 to 0.9.10Gravatar dependabot[bot]2025-03-10-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.9 to 0.9.10. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.9...0.9.10) --- 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 #1483 from python-discord/anand/bot-setup-typosGravatar ~hedy2025-03-11-1/+1
|\ \ | |/ |/| Fix typos
| * Fix typosGravatar Anand2025-03-11-1/+1
|/
* Merge pull request #1481 from python-discord/dependabot/pip/django-5.1.7Gravatar Xithrius2025-03-07-5/+5
|\ | | | | Bump django from 5.1.6 to 5.1.7
| * Bump django from 5.1.6 to 5.1.7Gravatar dependabot[bot]2025-03-06-5/+5
|/ | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 5.1.6 to 5.1.7. - [Commits](https://github.com/django/django/compare/5.1.6...5.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1480 from python-discord/dependabot/pip/ruff-0.9.9Gravatar jchristgit2025-03-05-21/+21
|\ | | | | Bump ruff from 0.9.7 to 0.9.9
| * Bump ruff from 0.9.7 to 0.9.9Gravatar dependabot[bot]2025-03-04-21/+21
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.7 to 0.9.9. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.7...0.9.9) --- 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 #1477 from python-discord/dependabot/pip/django-filter-25.1Gravatar jchristgit2025-03-04-20/+79
|\ | | | | Bump django-filter from 24.3 to 25.1
| * Bump django-filter from 24.3 to 25.1Gravatar dependabot[bot]2025-03-04-20/+79
|/ | | | | | | | | | | | | | | Bumps [django-filter](https://github.com/carltongibson/django-filter) from 24.3 to 25.1. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/24.3...25.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1476 from python-discord/dependabot/pip/psycopg-3.2.5Gravatar jchristgit2025-03-04-75/+76
|\ | | | | Bump psycopg from 3.2.3 to 3.2.5
| * Bump psycopg from 3.2.3 to 3.2.5Gravatar dependabot[bot]2025-02-24-75/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.3 to 3.2.5. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.3...3.2.5) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1166 from python-discord/resource-filter-fetchGravatar jchristgit2025-03-02-2/+23
|\ \ | | | | | | Add endpoint to fetch filters in JSON format