Skip to content

Commit 2eda999

Browse files
pip prod(deps): update urllib3 requirement from >=1.24 to >=2.6.3
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.24...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 892e367 commit 2eda999

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ click == 8.1.8
33
requests >= 2.32.2
44
prompt_toolkit >= 2
55
pygments >= 2.0.0
6-
urllib3 >= 1.24
6+
urllib3 >= 2.6.3
77
rich == 14.3.3
88
# only used for soap transport
99
# softlayer-zeep >= 5.0.0

tools/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ click == 8.1.8
88
requests >= 2.32.2
99
prompt_toolkit >= 2
1010
pygments >= 2.0.0
11-
urllib3 >= 1.24
11+
urllib3 >= 2.6.3
1212
rich >= 12.3.0
1313
flake8
1414
autopep8

0 commit comments

Comments
 (0)