diff options
author | 2024-08-30 08:48:20 +0000 | |
---|---|---|
committer | 2024-08-30 08:48:20 +0000 | |
commit | 11a40cc235eb621dd56475428ce78b3fd0dd4074 (patch) | |
tree | c67a62305b1663c8197d923fa151b2ba5bca7d21 /pyproject.toml | |
parent | Merge pull request #1418 from python-discord/dependabot/pip/sentry-sdk-2.13.0 (diff) |
Bump django from 5.0.7 to 5.1
Bumps [django](https://github.com/django/django) from 5.0.7 to 5.1.
- [Commits](https://github.com/django/django/compare/5.0.7...5.1)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7f2deb53..2fd1d1dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "5.0.7" +django = "5.1" django-distill = "3.2.4" django-environ = "0.11.2" django-filter = "24.3" |