Skip to content

Commit

Permalink
Bump cryptography from 39.0.1 to 42.0.0 in /src/requirements
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@39.0.1...42.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 6f75a1a commit e8e6f05
Showing 1 changed file with 11 additions and 3 deletions.
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.0
# 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==0.10.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

0 comments on commit e8e6f05

Please sign in to comment.