diff options
author | 2024-07-10 17:01:56 +0000 | |
---|---|---|
committer | 2024-07-10 17:01:56 +0000 | |
commit | e18f116651a439fcc98b391c07de8ec96cb67113 (patch) | |
tree | 892539006c5b98734fa31c8f4abd40196c1d8b9c /pyproject.toml | |
parent | Pleasure the style dictator (diff) |
Bump django from 5.0.6 to 5.0.7
Bumps [django](https://github.com/django/django) from 5.0.6 to 5.0.7.
- [Commits](https://github.com/django/django/compare/5.0.6...5.0.7)
---
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 0be7bbd0..40bb0d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "5.0.6" +django = "5.0.7" django-distill = "3.2.4" django-environ = "0.11.2" django-filter = "24.2" |