Skip to content

Commit

Permalink
Upgrade Django to fix CVES
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Sep 5, 2024
1 parent ec7cac9 commit 2d4f8d6
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.6 # CVE-2023-49083
Cython<3 # this is needed as a build dependency, one day we may have separated build deps
daphne
distro
django==4.2.10 # CVE-2024-24680
django==4.2.15 # CVE-2024-42005
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 @@ -100,7 +100,7 @@ deprecated==1.2.13
# via jwcrypto
distro==1.8.0
# via -r /awx_devel/requirements/requirements.in
django==4.2.10
django==4.2.15
# via
# -r /awx_devel/requirements/requirements.in
# channels
Expand Down

0 comments on commit 2d4f8d6

Please sign in to comment.