diff options
author | 2024-03-08 05:39:53 +0000 | |
---|---|---|
committer | 2024-03-21 07:54:51 -0700 | |
commit | 7f237288fe437b7c211aedf4f084690707ef12fb (patch) | |
tree | 78dfe688fd0b99a5bd84a0169fd07f2593d9565f /pyproject.toml | |
parent | Bump Azure/k8s-deploy from 4 to 5 (#1263) (diff) |
Bump django from 5.0.2 to 5.0.3
Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3.
- [Commits](https://github.com/django/django/compare/5.0.2...5.0.3)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 96df42a7..dec6e0e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "5.0.2" +django = "5.0.3" django-distill = "3.1.3" django-environ = "0.11.2" django-filter = "24.1" |