Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump urllib3 from 2.0.4 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.4...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
commit fbdfdc8103f20b7650a217ce74d5c5facb153b8c
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ typing-extensions==4.10.0
# typer
uritemplate==4.1.1
# via gidgethub
urllib3==2.0.4
urllib3==2.2.2
# via requests
uvloop==0.20.0 ; platform_system != "Windows"
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ typing-extensions==4.10.0
# typer
uritemplate==4.1.1
# via gidgethub
urllib3==2.0.4
urllib3==2.2.2
# via requests
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ typing-extensions==4.10.0
# pydantic
# python-on-whales
# typer
urllib3==2.0.4
urllib3==2.2.2
# via requests
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
Expand Down