Skip to content

Commit 057733d

Browse files
Update urllib3 requirement from <2.0.0,>=1.25.2 to >=1.25.2,<3.0.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@1.25.2...2.0.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 248749e commit 057733d

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
@@ -21,7 +21,7 @@
2121
"email_validator>=1.1.1,<3.0.0",
2222
"geoip2>=4.5.0,<5.0.0",
2323
"requests>=2.24.0,<3.0.0",
24-
"urllib3>=1.25.2,<2.0.0",
24+
"urllib3>=1.25.2,<3.0.0",
2525
"voluptuous",
2626
]
2727

0 commit comments

Comments
 (0)