Skip to content

Commit 5f89c7f

Browse files
build(deps): update django requirement
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. Updates `django` to 5.1.5 - [Commits](django/django@4.2.15...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70b5353 commit 5f89c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = ">=3.11,<3.12"
10-
django = "4.2.18"
10+
django = "5.1.5"
1111
djangorestframework = "^3.15.2"
1212
drf-yasg = "1.21.7"
1313
django-filter = "23.2"

0 commit comments

Comments
 (0)