Skip to content

Commit ad36d85

Browse files
authored
[AI-5184] pin urllib3 (#19900)
* pin urllib3 * Add comment to pyproject.toml * spacing:
1 parent b984b61 commit ad36d85

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

LICENSE-3rdparty.csv

+1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ snowflake-connector-python,PyPI,Apache-2.0,"Copyright (c) 2013-2023 Snowflake Co
8484
supervisor,PyPI,BSD-3-Clause-Modification,"Copyright (c) 2002-2005, Daniel Krech, http://eikeon.com/"
8585
tuf,PyPI,Apache-2.0,Copyright (c) 2010 New York University
8686
tuf,PyPI,MIT,Copyright (c) 2010 New York University
87+
urllib3,PyPI,MIT,Copyright (c) 2008-2020 Andrey Petrov and contributors.
8788
vertica-python,PyPI,Apache-2.0,"Copyright 2013 Justin Berka, Alex Kim, Siting Ren"
8889
wrapt,PyPI,BSD-3-Clause,"Copyright (c) 2013-2023, Graham Dumpleton"

agent_requirements.in

+1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ simplejson==3.20.1
6767
snowflake-connector-python==3.13.2
6868
supervisor==4.2.5
6969
tuf==4.0.0
70+
urllib3==2.3.0
7071
vertica-python==1.4.0
7172
wrapt==1.17.2

datadog_checks_base/pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ deps = [
5050
"requests-unixsocket2==0.4.2",
5151
"requests==2.32.3",
5252
"simplejson==3.20.1",
53+
# urllib3 is a dependency of requests that we explicitly
54+
# make use of in a few places
55+
"urllib3==2.3.0",
5356
"wrapt==1.17.2",
5457
]
5558
http = [

0 commit comments

Comments
 (0)