update urllib to fix CVE-2024-37891 (#6700)

This commit is contained in:
Jake Jackson
2024-09-17 12:14:28 -04:00
committed by GitHub
parent bcd18e161c
commit eb4f3c2864
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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