Skip to content

Commit 6e964af

Browse files
Bump urllib3 to 2.6.0 (#22076) (#22090)
* Bump urllib3 to 2.6.0 * Add changelog (cherry picked from commit 9569aff) Co-authored-by: Kyle Neale <[email protected]>
1 parent 79a31ea commit 6e964af

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-dotenv==1.0.0
2-
urllib3==2.2.0
2+
urllib3==2.6.0
33
auditwheel==6.0.0; sys_platform == 'linux'
44
delvewheel==1.5.2; sys_platform == 'win32'
55
delocate==0.13.0; sys_platform == 'darwin'

agent_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ simplejson==3.20.1
6464
snowflake-connector-python==3.17.2
6565
supervisor==4.3.0
6666
tuf==4.0.0
67-
urllib3==2.5.0
67+
urllib3==2.6.0
6868
vertica-python==1.4.0
6969
wrapt==1.17.3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump urllib3 version to 2.6.0

datadog_checks_base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ deps = [
5050
"requests-unixsocket2==1.0.0",
5151
"requests==2.32.5",
5252
"simplejson==3.20.1",
53-
"urllib3==2.5.0",
53+
"urllib3==2.6.0",
5454
"wrapt==1.17.3",
5555
]
5656
http = [

0 commit comments

Comments
 (0)