mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
Update django version to address CVE-2023-41164 (#14460)
This commit is contained in:
parent
a0d4515ba4
commit
a88e47930c
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user