diff options
author | 2023-09-05 10:37:59 +0100 | |
---|---|---|
committer | 2023-09-05 10:37:59 +0100 | |
commit | 6839803ebe4b8af36e7fe15ec3bb8a3b616e4de5 (patch) | |
tree | e57014ee6c12e5f5f46305633c3c822b0e8175ab /pyproject.toml | |
parent | Bump actions/checkout from 3 to 4 (#1092) (diff) |
Bump django from 4.2.4 to 4.2.5 (#1091)
Bumps [django](https://github.com/django/django) from 4.2.4 to 4.2.5.
- [Commits](https://github.com/django/django/compare/4.2.4...4.2.5)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 768d0766..5c670cb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "4.2.4" +django = "4.2.5" django-distill = "3.1.3" django-environ = "0.11.1" django-filter = "23.2" |