Skip to content

Commit

Permalink
chore(deps): bump urllib3 from 1.26.7 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 2.3.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.7...2.3.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 3d79e0f commit 89b9b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" and pyth
typer==0.15.1; python_version >= "3.6"
typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
ujson==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
urllib3==1.26.7; python_full_version >= "3.6.1" and python_version < "4"
urllib3==2.3.0; python_full_version >= "3.6.1" and python_version < "4"
uvicorn==0.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
uvloop==0.21.0
watchgod==0.8.2
Expand Down

0 comments on commit 89b9b9c

Please sign in to comment.