Skip to content

Commit 4fedc91

Browse files
pip prod(deps): update urllib3 requirement from >=2.6.3 to >=2.7.0
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@2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75a4170 commit 4fedc91

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.5
44
prompt_toolkit >= 3.0.52
55
pygments >= 2.20.0
6-
urllib3 >= 2.6.3
6+
urllib3 >= 2.7.0
77
rich == 15.0.0
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.5
99
prompt_toolkit >= 3.0.52
1010
pygments >= 2.20.0
11-
urllib3 >= 2.6.3
11+
urllib3 >= 2.7.0
1212
rich >= 12.3.0
1313
flake8
1414
autopep8

0 commit comments

Comments
 (0)