diff options
author | 2023-08-02 09:07:35 +0000 | |
---|---|---|
committer | 2023-08-02 09:07:35 +0000 | |
commit | c9a9d8098a83ebd43e937b7012f0d5cf12864795 (patch) | |
tree | 24880ddb08f61b8f7c4139b504328bffd0d8d3da /pyproject.toml | |
parent | Bump ruff from 0.0.281 to 0.0.282 (#1062) (diff) |
Bump django from 4.2.3 to 4.2.4
Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.4.
- [Commits](https://github.com/django/django/compare/4.2.3...4.2.4)
---
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 7f343a73..1c00d792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "4.2.3" +django = "4.2.4" django-distill = "3.1.3" django-environ = "0.10.0" django-filter = "23.2" |