Skip to content

Commit d0c1758

Browse files
Update django requirement from >=4.2 to >=5.2.13 (#374)
1 parent 38d76c7 commit d0c1758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
requires-python = ">=3.10"
3535
dependencies = [
36-
"django>=4.2",
36+
"django>=5.2.13",
3737
"django-appconf>=1.2.0"
3838
]
3939

0 commit comments

Comments
 (0)