aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merge pull request #1475 from python-discord/dependabot/pip/ruff-0.9.7Gravatar jchristgit2025-02-23-21/+21
|\
| * Bump ruff from 0.8.0 to 0.9.7Gravatar dependabot[bot]2025-02-23-21/+21
|/
* Merge pull request #1474 from python-discord/dependabot/pip/django-5.1.6Gravatar jchristgit2025-02-23-5/+5
|\
| * Bump django from 5.1.5 to 5.1.6Gravatar dependabot[bot]2025-02-23-5/+5
|/
* Merge pull request #1473 from python-discord/dependabot/pip/cryptography-44.0.1Gravatar jchristgit2025-02-23-29/+33
|\
| * Bump cryptography from 44.0.0 to 44.0.1Gravatar dependabot[bot]2025-02-23-29/+33
|/
* Merge pull request #1472 from python-discord/dependabot/pip/sentry-sdk-2.22.0Gravatar jchristgit2025-02-23-6/+7
|\
| * Migrate to new tracing parameterGravatar Johannes Christ2025-02-23-1/+1
| * Bump sentry-sdk from 2.20.0 to 2.22.0Gravatar dependabot[bot]2025-02-23-5/+6
|/
* Merge pull request #1469 from python-discord/dependabot/pip/coverage-7.6.12Gravatar jchristgit2025-02-23-65/+66
|\
| * Bump coverage from 7.6.10 to 7.6.12Gravatar dependabot[bot]2025-02-23-65/+66
|/
* Bump whitenoise from 6.8.2 to 6.9.0Gravatar dependabot[bot]2025-02-18-5/+5
* Bump pymdown-extensions from 10.12 to 10.14.3Gravatar dependabot[bot]2025-02-18-6/+6
* docs: include privileged intents in `setting-test-server-and-bot-account.md`Gravatar Kim Kam2025-02-14-2/+5
* docs: update required privileged intents in bot.mdGravatar Kim Kam2025-02-14-2/+2
* Bump pre-commit from 4.0.1 to 4.1.0Gravatar dependabot[bot]2025-02-11-5/+5
* Bump httpx from 0.27.2 to 0.28.1Gravatar dependabot[bot]2025-02-09-6/+5
* Bump pyjwt from 2.10.0 to 2.10.1Gravatar dependabot[bot]2025-02-08-5/+5
* Bump taskipy from 1.14.0 to 1.14.1Gravatar dependabot[bot]2025-02-06-6/+6
* Update netcup website URLGravatar Johannes Christ2025-02-06-3/+3
* Bump sentry-sdk from 2.19.0 to 2.20.0Gravatar dependabot[bot]2025-02-05-66/+8
* Update all dependenciesGravatar Johannes Christ2025-02-01-183/+260
* Bump coverage from 7.6.7 to 7.6.10Gravatar dependabot[bot]2025-02-01-65/+65
* Bump django from 5.1.3 to 5.1.5Gravatar dependabot[bot]2025-02-01-6/+6
* Remove 2024 code jam notificationGravatar Vecko2025-02-01-4/+0
* Bump coverallsapp/github-action from 2.3.0 to 2.3.4 (#1436)Gravatar dependabot[bot]2024-11-23-1/+1
* Remove unneeded version specifier in docker composeGravatar Chris Lovering2024-11-23-1/+0
* Sort __all__ in templatetagsGravatar Chris Lovering2024-11-23-1/+1
* Specify which ruff tool to run in pre-commit configGravatar Chris Lovering2024-11-23-1/+1
* Set ruff to use concise output and suggest unsafe fixesGravatar Chris Lovering2024-11-23-0/+2
* Remove deprecated ruff rulesGravatar Chris Lovering2024-11-23-1/+1
* Bump deps to latestGravatar Chris Lovering2024-11-23-446/+484
* Disable poetry package modeGravatar Chris Lovering2024-11-23-0/+1
* Remove discriminator from bot logs view (#1424)Gravatar jchristgit2024-11-23-1/+9
* Fix typo in `git remote add` in the guide (#1437)Gravatar RundownRhino2024-11-23-1/+1
* Merge pull request #1429 from python-discord/dependabot/pip/cryptography-43.0.1Gravatar Xithrius2024-09-03-29/+29
|\
| * Bump cryptography from 43.0.0 to 43.0.1Gravatar dependabot[bot]2024-09-04-29/+29
|/
* Merge pull request #1416 from python-discord/dependabot/pip/django-5.1Gravatar jchristgit2024-08-30-8/+8
|\
| * Rename `check` to `condition`Gravatar Johannes Christ2024-08-30-2/+2
| * Bump django from 5.0.7 to 5.1Gravatar dependabot[bot]2024-08-30-6/+6
|/
* Merge pull request #1418 from python-discord/dependabot/pip/sentry-sdk-2.13.0Gravatar Xithrius2024-08-30-5/+6
|\
| * Bump sentry-sdk from 2.12.0 to 2.13.0Gravatar dependabot[bot]2024-08-30-5/+6
|/
* Merge pull request #1414 from python-discord/dependabot/pip/pyyaml-6.0.2Gravatar Xithrius2024-08-30-55/+57
|\
| * Bump pyyaml from 6.0.1 to 6.0.2Gravatar dependabot[bot]2024-08-30-55/+57
|/
* Merge pull request #1412 from python-discord/dependabot/pip/coverage-7.6.1Gravatar Xithrius2024-08-30-55/+75
|\
| * Bump coverage from 7.6.0 to 7.6.1Gravatar dependabot[bot]2024-08-30-55/+75
|/
* Merge pull request #1423 from python-discord/dependabot/pip/ruff-0.6.3Gravatar Xithrius2024-08-30-21/+21
|\
| * Bump ruff from 0.5.2 to 0.6.3Gravatar dependabot[bot]2024-08-30-21/+21
|/
* Merge pull request #1421 from python-discord/jb3/resources/discord.py-masterc...Gravatar Keith Murray2024-08-22-0/+12
|\
| * Add Discord.py masterclass resourceGravatar Joe Banks2024-08-22-0/+12
|/