Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent fcf26fc commit 4be26c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sphinxcontrib-qthelp==1.0.5
# via sphinx
sphinxcontrib-serializinghtml==1.1.7
# via sphinx
urllib3==2.0.4
urllib3==2.0.7
# via requests
wheel==0.41.1
# via pip-tools
Expand Down
14 changes: 13 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ build==0.10.0
# pip-tools
certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
# via requests
click==8.1.6
Expand All @@ -28,6 +30,8 @@ click==8.1.6
# pip-tools
coverage==7.2.7
# via -r requirements.in
cryptography==41.0.4
# via secretstorage
django==4.2.4
# via
# -r requirements.in
Expand Down Expand Up @@ -55,6 +59,10 @@ isort==5.12.0
# via -r requirements.in
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via sphinx
keyring==24.2.0
Expand Down Expand Up @@ -86,6 +94,8 @@ platformdirs==3.10.0
# via black
pycodestyle==2.11.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==3.1.0
# via flake8
pygments==2.16.1
Expand All @@ -112,6 +122,8 @@ rfc3986==2.0.0
# via twine
rich==13.5.2
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
snowballstemmer==2.2.0
Expand Down Expand Up @@ -142,7 +154,7 @@ toml==0.10.2
# via -r requirements.in
twine==4.0.2
# via -r requirements.in
urllib3==2.0.4
urllib3==2.0.7
# via
# requests
# twine
Expand Down

0 comments on commit 4be26c3

Please sign in to comment.