Skip to content

Commit

Permalink
build(deps): update urllib3 requirement from <2 to <3
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.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 6, 2024
1 parent f216545 commit 5c980cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dev = [
"types-python-dateutil>=2.8.19,<2.10.0",
"types-requests~=2.31.0",
# temporary pin https://github.com/stac-utils/pystac-client/issues/509
"urllib3<2",
"urllib3<3",
]
docs = [
"Sphinx~=8.0",
Expand Down

0 comments on commit 5c980cf

Please sign in to comment.