Skip to content

Commit

Permalink
Bump urllib3 from 2.2.1 to 2.2.2 in /dev_requirements
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2024
1 parent 28c0322 commit c4667bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ secretstorage==3.3.3
# via keyring
twine==5.1.1
# via -r requirements-packaging.in
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
Expand Down
6 changes: 3 additions & 3 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# pip-compile-multi
#
mypy==1.10.1
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
types-requests==2.32.0.20240622
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
typing-extensions==4.11.0
# via mypy
urllib3==2.2.1
urllib3==2.2.2
# via types-requests

0 comments on commit c4667bf

Please sign in to comment.