mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
update urllib to fix CVE-2024-37891 (#6700)
This commit is contained in:
parent
bcd18e161c
commit
eb4f3c2864
@ -65,6 +65,7 @@ slack-sdk
|
||||
tacacs_plus==1.0 # UPGRADE BLOCKER: auth does not work with later versions
|
||||
twilio
|
||||
twisted[tls]>=23.10.0 # CVE-2023-46137
|
||||
urllib3>=1.26.19 # CVE-2024-37891
|
||||
uWSGI
|
||||
uwsgitop
|
||||
wheel>=0.38.1 # CVE-2022-40898
|
||||
|
||||
@ -545,8 +545,9 @@ typing-extensions==4.9.0
|
||||
# pydantic-core
|
||||
# setuptools-scm
|
||||
# twisted
|
||||
urllib3==1.26.18
|
||||
urllib3==1.26.20
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# botocore
|
||||
# kubernetes
|
||||
# requests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user