Skip to content

Commit

Permalink
Update django version to address CVE-2023-41164 (ansible#14460)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu authored Sep 27, 2023
1 parent a0d4515 commit a88e479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cryptography>=41.0.2 # CVE-2023-38325
Cython<3 # Since the bump to PyYAML 5.4.1 this is now a mandatory dep
daphne
distro
django==4.2.3 # see UPGRADE BLOCKERs CVEs were identified in 4.2, pinning to .3
django==4.2.5 # see UPGRADE BLOCKERs, CVE-2023-41164
django-auth-ldap
django-cors-headers
django-crum
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ deprecated==1.2.13
# via jwcrypto
distro==1.8.0
# via -r /awx_devel/requirements/requirements.in
django==4.2.3
django==4.2.5
# via
# -r /awx_devel/requirements/requirements.in
# channels
Expand Down

0 comments on commit a88e479

Please sign in to comment.