Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump urllib3 from 2.0.4 to 2.0.7 #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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