Skip to content

Commit

Permalink
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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed May 20, 2024
1 parent 0f516f2 commit 2a81c01
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 @@ -10,7 +10,7 @@
"boto3<1.35",
"crate==0.35.2",
"prometheus-client<0.11",
"urllib3<2",
"urllib3<3",
"datetime-truncate<2",
"psycopg2-binary<2.10",
"influxdb-client<2",
Expand Down

0 comments on commit 2a81c01

Please sign in to comment.