⬆️ Upgrade cryptography

Installed as part of django-allauth, but this version has a patch that makes dependabot happy.
This commit is contained in:
Lacey Williams Henschel
2023-03-30 11:25:24 -07:00
parent 908614fa45
commit ad33d8f488
2 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ django-click==2.3.0
Pillow==9.4.0
django-storages
wheel==0.38.1
cryptography==39.0.1
# Logging
django-tracer

View File

@@ -61,8 +61,10 @@ click-repl==0.2.0
# via celery
coverage==5.5
# via pytest-cov
cryptography==38.0.4
# via pyjwt
cryptography==39.0.1
# via
# -r ./requirements.in
# pyjwt
decorator==5.1.1
# via ipython
defusedxml==0.7.1