Skip to content

Commit 2fe9f1e

Browse files
committed
bump django version to 5.2.8
1 parent 7bb91b4 commit 2fe9f1e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"django-extensions==3.2.3", # MIT
1818
"django-filter==25.1", # BSD
1919
"django-oauth-toolkit==3.0.1", # BSD
20-
"django==5.2.7", # BSD 3 Clause
20+
"django>=5.2.8,<5.3", # BSD 3 Clause
2121
"elasticsearch8==8.17.2", # Apache 2.0
2222
"lxml==5.3.0", # BSD
2323
"kombu==5.5.4", # BSD 3 Clause

0 commit comments

Comments
 (0)