Skip to content

Commit

Permalink
Bump urllib3 from 2.2.1 to 2.2.2
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 17, 2024
1 parent d260549 commit c9905e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ build==1.2.1
# pip-tools
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cryptography
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
cryptography==42.0.8
# via secretstorage
distlib==0.3.8
# via virtualenv
docutils==0.21.2
Expand All @@ -42,6 +46,10 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.2.1
# via twine
markdown-it-py==3.0.0
Expand Down Expand Up @@ -70,6 +78,8 @@ pluggy==1.5.0
# via pytest
pre-commit==3.7.1
# via -r requirements-dev.in
pycparser==2.22
# via cffi
pygments==2.18.0
# via
# readme-renderer
Expand All @@ -95,9 +105,11 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
twine==5.1.0
# via -r requirements-dev.in
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ idna==3.7
# via requests
requests==2.32.3
# via -r requirements.in
urllib3==2.2.1
urllib3==2.2.2
# via requests

0 comments on commit c9905e8

Please sign in to comment.