Skip to content

Commit 6dc4a45

Browse files
authored
fix cve 2024-24680 (#15250)
1 parent cf09a42 commit 6dc4a45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cryptography>=41.0.7 # CVE-2023-49083
1212
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
1313
daphne
1414
distro
15-
django==4.2.6 # CVE-2023-43665
15+
django==4.2.10 # CVE-2024-24680
1616
django-auth-ldap
1717
django-cors-headers
1818
django-crum

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ deprecated==1.2.14
127127
# opentelemetry-exporter-otlp-proto-http
128128
distro==1.9.0
129129
# via -r /awx_devel/requirements/requirements.in
130-
django==4.2.6
130+
django==4.2.10
131131
# via
132132
# -r /awx_devel/requirements/requirements.in
133133
# channels

0 commit comments

Comments
 (0)