Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pr-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
pull_request:
paths:
- datadog_checks_base/datadog_checks/**
- datadog_checks_base/pyproject.toml
- datadog_checks_dev/datadog_checks/dev/*.py
- datadog_checks_dev/pyproject.toml
- ddev/src/**
- ddev/pyproject.toml
- "!agent_requirements.in"

concurrency:
Expand Down Expand Up @@ -70,4 +73,4 @@ jobs:
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'

Check failure on line 1 in agent_requirements.in

View workflow job for this annotation

GitHub Actions / run / Validate

Mismatch for dependency `urllib3`:
aws-requests-auth==0.4.3
azure-identity==1.24.0
beautifulsoup4==4.13.5
Expand Down Expand Up @@ -64,6 +64,6 @@
snowflake-connector-python==3.17.2
supervisor==4.3.0
tuf==4.0.0
urllib3==2.6.0
urllib3==2.6.2
vertica-python==1.4.0
wrapt==1.17.3
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/22177.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump urllib3 version to 2.6.2
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deps = [
"requests-unixsocket2==1.0.0",
"requests==2.32.5",
"simplejson==3.20.1",
"urllib3==2.6.0",
"urllib3==2.6.1",
"wrapt==1.17.3",
]
http = [
Expand Down
Loading