Skip to content

Commit

Permalink
CI: Update Django 4.2 version used for test suite (#2049)
Browse files Browse the repository at this point in the history
Django 4.2.7 was used when testing with Python versions 3.9 and 3.8. Updated to 4.2.11.

Solves security advisory https://github.com/typeddjango/django-stubs/security/dependabot/6
(though the vulnerability has 0 impact for us)
  • Loading branch information
intgr authored Apr 9, 2024
1 parent 0e55317 commit 93994a1
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.7; python_version < '3.10'
Django==4.2.11; python_version < '3.10'
Django==5.0.4; python_version >= '3.10'
-e ./ext
-e .[redis,compatible-mypy]
Expand Down

0 comments on commit 93994a1

Please sign in to comment.