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 39.0.1 to 42.0.4 in /src/requirements #117

Closed
Closed
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
14 changes: 11 additions & 3 deletions src/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
cryptography==39.0.1
cryptography==42.0.4
# via pyjwt
defusedxml==0.7.1
# via python3-openid
Expand Down Expand Up @@ -85,6 +85,8 @@ jsonschema==4.17.3
# via drf-spectacular
kombu==5.2.4
# via celery
netaddr==1.2.1
# via -r requirements.in
oauthlib==3.2.2
# via requests-oauthlib
prompt-toolkit==3.0.38
Expand All @@ -94,11 +96,15 @@ psycopg2-binary==2.9.5
pycparser==2.21
# via cffi
pyjwt[crypto]==2.6.0
# via django-allauth
# via
# django-allauth
# pyjwt
pypng==0.20220715.0
# via qrcode
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via -r requirements.in
python3-openid==3.2.0
# via django-allauth
pytz==2022.7.1
Expand All @@ -121,7 +127,9 @@ requests-oauthlib==1.3.1
sentry-sdk==1.15.0
# via -r requirements.in
six==1.16.0
# via click-repl
# via
# click-repl
# python-dateutil
sqlparse==0.4.3
# via django
typing-extensions==4.5.0
Expand Down
Loading