Skip to content

Commit

Permalink
Update urllib3 requirement from <2.0.0 to <3.0.0
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@0.3...2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 3890de5 commit 3304560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ sphinx_rtd_theme >= 0.5.2, < 3.1.0
sphinx-autodoc-typehints < 3.1.0
sphinx-autoapi < 3.6.0
sshtunnel < 0.5.0
urllib3 < 2.0.0
urllib3 < 3.0.0
workalendar < 17.1.0
astroid == 3.3.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def read(fname):
"shapely >= 1.7.0, < 2.1.0",
"sqlalchemy < 1.4.0",
"sshtunnel < 0.5.0",
"urllib3 < 2.0.0",
"urllib3 < 3.0.0",
"workalendar < 17.1.0",
"astroid == 3.3.8",
]
Expand Down

0 comments on commit 3304560

Please sign in to comment.