Increase Django version to 5.2 to address security reports in older Django
This commit is contained in:
parent
da8df981cb
commit
1e99ba4222
4 changed files with 5 additions and 6 deletions
|
|
@ -65,7 +65,7 @@ classifiers = [
|
|||
dependencies = [
|
||||
# core dependencies
|
||||
"legacy-cgi;python_version >= '3.13'",
|
||||
"django >= 5.1, < 5.2",
|
||||
"django >= 5.2, < 5.3",
|
||||
"twisted >= 24.11.0, < 25",
|
||||
"pytz >= 2022.6",
|
||||
"djangorestframework >= 3.14, < 3.15",
|
||||
|
|
@ -186,4 +186,4 @@ exclude = [
|
|||
"migrations",
|
||||
"docs",
|
||||
]
|
||||
line-length = 100
|
||||
line-length = 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue