8000 Update urllib3 requirement from <2.1 to <2.2 · crate/crate-python@1f9b9de · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f9b9de

Browse files
dependabot[bot]amotl
authored andcommitted
Update urllib3 requirement from <2.1 to <2.2
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@0.3...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fe5412 commit 1f9b9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def read(path):
5959
]
6060
},
6161
install_requires=[
62-
'urllib3<2.1',
62+
'urllib3<2.2',
6363
'verlib2==0.2.0',
6464
],
6565
extras_require=dict(
< 3101 div class="d-flex flex-items-center flex-justify-between">

0 commit comments

Comments
 (0)
0