Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>=46.0.6 # CVE-2026-34073
Cython<3 # this is needed as a build dependency, one day we may have separated build deps
daphne
distro
django>=5.2.12,<6.0 # CVE-2026-25674
django>=5.2.13,<6.0 # CVE-2026-3902 CVE-2026-33034 CVE-2026-33033 CVE-2026-4292 CVE-2026-4277
django-auth-ldap
django-cors-headers
django-extensions==4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ defusedxml==0.7.1
# social-auth-core
distro==1.9.0
# via -r /awx_devel/requirements/requirements.in
django==5.2.12
django==5.2.13
# via
# -r /awx_devel/requirements/requirements.in
# channels
Expand Down