8000 Bump urllib3 from 2.0.7 to 2.2.2 · ivanB1975/server-client-python@2e4e3c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e4e3c0

Browse files
Bump urllib3 from 2.0.7 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4018a0f commit 2e4e3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
'defusedxml>=0.7.1', # latest as at 7/31/23
1616
'packaging>=23.1', # latest as at 7/31/23
1717
'requests>=2.31', # latest as at 7/31/23
18-
'urllib3==2.0.7', # latest as at 7/31/23
18+
'urllib3==2.2.2', # latest as at 7/31/23
1919
'typing_extensions>=4.0.1',
2020
]
2121
requires-python = ">=3.7"

0 commit comments

Comments
 (0)
0