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 cryptography from 36.0.1 to 39.0.1 in /requirements #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
20 changes: 6 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.0.3
# via pip-tools
colorama==0.4.4
# via twine
cryptography==36.0.1
cryptography==39.0.1
# via secretstorage
distlib==0.3.4
# via virtualenv
Expand All @@ -32,12 +32,8 @@ idna==3.3
# via requests
importlib-metadata==4.11.0
# via
# click
# keyring
# pep517
# pre-commit
# twine
# virtualenv
jeepney==0.7.1
# via
# keyring
Expand All @@ -51,13 +47,13 @@ packaging==21.3
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
# via -r requirements/dev.in
# via -r dev.in
pkginfo==1.8.2
# via twine
platformdirs==2.5.0
# via virtualenv
pre-commit==2.17.0
# via -r requirements/dev.in
# via -r dev.in
pycparser==2.21
# via cffi
pygments==2.11.2
Expand Down Expand Up @@ -89,9 +85,7 @@ tomli==2.0.1
tqdm==4.62.3
# via twine
twine==3.8.0
# via -r requirements/dev.in
typing-extensions==4.0.1
# via importlib-metadata
# via -r dev.in
urllib3==1.26.8
# via
# requests
Expand All @@ -102,12 +96,10 @@ webencodings==0.5.1
# via bleach
wheel==0.37.1
# via
# -r requirements/dev.in
# -r dev.in
# pip-tools
zipp==3.7.0
# via
# importlib-metadata
# pep517
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down