Skip to content

Commit 4390a15

Browse files
authored
Bump urllib3 to 2.6.2 and ensure pr-all runs on dependency changes (#22172)
* Bump urllib3 to 2.6.2 * Add changelog * Update workflow to run all integrations on dependency changes * Bump also runner dependencies
1 parent c918317 commit 4390a15

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.builders/images/runner_dependencies.txt

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.6.0
2+
urllib3==2.6.2
33
auditwheel==6.0.0; sys_platform == 'linux'
44
delvewheel==1.5.2; sys_platform == 'win32'
55
delocate==0.13.0; sys_platform == 'darwin'

.github/workflows/pr-all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on:
44
pull_request:
55
paths:
66
- datadog_checks_base/datadog_checks/**
7+
- datadog_checks_base/pyproject.toml
78
- datadog_checks_dev/datadog_checks/dev/*.py
9+
- datadog_checks_dev/pyproject.toml
810
- ddev/src/**
11+
- ddev/pyproject.toml
912
- "!agent_requirements.in"
1013

1114
concurrency:

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.6.0
67+
urllib3==2.6.2
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 to version 2.6.2

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.6.0",
53+
"urllib3==2.6.2",
5454
"wrapt==1.17.3",
5555
]
5656
http = [

0 commit comments

Comments
 (0)