Skip to content

Commit

Permalink
Update urllib3 requirement from <1.27,>=1.25.4 to >=1.25.4,<2.2
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.25.4...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 14, 2023
1 parent b578a39 commit 59446c8
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 @@ -42,7 +42,7 @@ dependencies = [
"awscrt>=0.16.4,<=0.16.16",
"python-dateutil>=2.1,<3.0.0",
"jmespath>=0.7.1,<1.1.0",
"urllib3>=1.25.4,<1.27",
"urllib3>=1.25.4,<2.2",
]
dynamic = ["version"]

Expand Down

0 comments on commit 59446c8

Please sign in to comment.