File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11python-dotenv==1.0.0
2- urllib3==2.6.0
2+ urllib3==2.6.2
33auditwheel==6.0.0; sys_platform == 'linux'
44delvewheel==1.5.2; sys_platform == 'win32'
55delocate==0.13.0; sys_platform == 'darwin'
Original file line number Diff line number Diff line change 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
1114concurrency :
Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ simplejson==3.20.1
6464snowflake-connector-python==3.17.2
6565supervisor==4.3.0
6666tuf==4.0.0
67- urllib3==2.6.0
67+ urllib3==2.6.2
6868vertica-python==1.4.0
6969wrapt==1.17.3
Original file line number Diff line number Diff line change 1+ Bump urllib3 to version 2.6.2
Original file line number Diff line number Diff 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]
5656http = [
You can’t perform that action at this time.
0 commit comments