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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 850784b commit 98ee8f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# pip-compile-multi
#
build==1.2.1
# via -r dev_requirements/requirements-packaging.in
# via -r requirements-packaging.in
certifi==2024.2.2
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -70,8 +70,8 @@ rich==13.7.1
secretstorage==3.3.3
# via keyring
twine==5.1.0
# via -r dev_requirements/requirements-packaging.in
urllib3==2.2.1
# via -r requirements-packaging.in
urllib3==2.2.2
# via
# requests
# twine
Expand Down
10 changes: 5 additions & 5 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
iniconfig==2.0.0
# via pytest
mypy==1.10.0
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.3
# via networkx-stubs
networkx-stubs==0.0.1
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.2
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
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 98ee8f8

Please sign in to comment.