Skip to content

Commit 6c6f9e3

Browse files
committed
bump django to >= 5.2.8
1 parent 2ac3457 commit 6c6f9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
# in minor version updates anytime
4343
"defusedcsv>=2.0,<3.0",
4444
"defusedxml>=0.7.1,<1.0",
45-
"django>=5.2.7,<6.0", # TODO: bump to 5.2.8 in 11/2025 -> enables python 3.14 support
45+
"django>=5.2.8,<6.0", # TODO: bump to 5.2.8 in 11/2025 -> enables python 3.14 support
4646
"django-cleanup>=8.0,<10.0",
4747
"django-compressor>=4.4,<5.0",
4848
"django-extensions>=3.2,<5.0",

0 commit comments

Comments
 (0)