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