Upgrade django to 4.2.3 (#14228)

This commit is contained in:
John Westcott IV
2023-07-13 08:52:50 -04:00
committed by GitHub
parent 6c5590e0e6
commit efcac860de
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ cryptography>=39.0.1 ## https://github.com/ansible/awx/security/dependabot/90
Cython<3 # Since the bump to PyYAML 5.4.1 this is now a mandatory dep
daphne
distro
django==4.2 # see UPGRADE BLOCKERs
django==4.2.3 # see UPGRADE BLOCKERs CVEs were identified in 4.2, pinning to .3
django-auth-ldap
django-cors-headers
django-crum