Skip to content

Commit

Permalink
Update Django 4.2 LTS version to 4.2.16 (#2369)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
intgr authored Sep 11, 2024
1 parent b325955 commit 316295f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest-shard==0.1.2

# Django deps:
psycopg2-binary
Django==4.2.13; python_version < '3.10'
Django==4.2.16; python_version < '3.10'
Django==5.1.1; python_version >= '3.10'
-e ./ext
-e .[redis,compatible-mypy,oracle]
Expand Down

0 comments on commit 316295f

Please sign in to comment.