Skip to content

Commit 316295f

Browse files
authored
Update Django 4.2 LTS version to 4.2.16 (#2369)
This solves GitHub's Dependabot security alerts. The alerts are created because we still use an older Django version in requirements.txt when testing with older Python versions. But there is no security impact, because Django is only used in CI and not exposed as a web service.
1 parent b325955 commit 316295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-shard==0.1.2
88

99
# Django deps:
1010
psycopg2-binary
11-
Django==4.2.13; python_version < '3.10'
11+
Django==4.2.16; python_version < '3.10'
1212
Django==5.1.1; python_version >= '3.10'
1313
-e ./ext
1414
-e .[redis,compatible-mypy,oracle]

0 commit comments

Comments
 (0)