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.5 to 2.0.6 in /dev_requirements #561

Merged
merged 1 commit into from
Oct 3, 2023
Merged
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
22 changes: 13 additions & 9 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ build==1.0.3
# via -r requirements-packaging.in
certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
# via requests
colorama==0.4.6
# via build
cryptography==41.0.4
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.4
Expand All @@ -22,6 +24,10 @@ importlib-metadata==6.8.0
# twine
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.2.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -36,14 +42,14 @@ packaging==23.1
# via build
pkginfo==1.9.6
# via twine
pycparser==2.21
# via cffi
pygments==2.16.1
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
pywin32-ctypes==0.2.2
# via keyring
readme-renderer==42.0
# via twine
requests==2.31.0
Expand All @@ -56,13 +62,11 @@ rfc3986==2.0.0
# via twine
rich==13.5.3
# via twine
tomli==2.0.1
# via
# build
# pyproject-hooks
secretstorage==3.3.3
# via keyring
twine==4.0.2
# via -r requirements-packaging.in
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# twine
Expand Down
Loading