Skip to content

Commit

Permalink
bump django 4.2.16 to be in line with DAB (#15596)
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Foster <[email protected]>
  • Loading branch information
fosterseth authored Oct 22, 2024
1 parent 764dcbf commit c85fa70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.7 # CVE-2023-49083
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
daphne
distro
django==4.2.10 # CVE-2024-24680
django==4.2.16 # CVE-2024-24680
django-cors-headers
django-crum
django-extensions
Expand Down
5 changes: 3 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ deprecated==1.2.14
# opentelemetry-exporter-otlp-proto-http
distro==1.9.0
# via -r /awx_devel/requirements/requirements.in
django==4.2.10
django==4.2.16
# via
# -r /awx_devel/requirements/requirements.in
# channels
Expand Down Expand Up @@ -478,10 +478,11 @@ slack-sdk==3.27.0
# via -r /awx_devel/requirements/requirements.in
smmap==5.0.1
# via gitdb
sqlparse==0.4.4
sqlparse==0.5.1
# via
# -r /awx_devel/requirements/requirements.in
# django
# django-ansible-base
tempora==5.5.1
# via
# irc
Expand Down

0 comments on commit c85fa70

Please sign in to comment.