Skip to content

Commit

Permalink
Update urllib3 requirement from <2.0,>=1.26.14 to >=1.26.14,<3.0 (#1160)
Browse files Browse the repository at this point in the history
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.26.14...2.0.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2023
1 parent ebd61ac commit 5f4555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_version_data() -> dict:
packages=find_packages(exclude=["docs", "tests", "samples"]),
include_package_data=True,
install_requires=[
"urllib3 >=1.26.14,<2.0"
"urllib3 >=1.26.14,<3.0"
],
extras_require={
"zope.testbrowser": ["zope.testbrowser>=5.5.1", "lxml>=4.2.4", "cssselect"],
Expand Down

0 comments on commit 5f4555d

Please sign in to comment.