Merge pull request #3432 from alphagov/cryptography

unpin cryptography
This commit is contained in:
Leo Hemsted
2022-01-24 15:19:31 +00:00
committed by GitHub
2 changed files with 0 additions and 8 deletions

View File

@@ -26,10 +26,6 @@ beautifulsoup4==4.9.3
lxml==4.7.1 lxml==4.7.1
Werkzeug==2.0.2 Werkzeug==2.0.2
# higher version causes build to fail on PaaS due to lack of Rust
# see https://github.com/pyca/cryptography/issues/5810
cryptography<3.4 # pyup: <3.4
notifications-python-client==6.0.2 notifications-python-client==6.0.2
# PaaS # PaaS

View File

@@ -47,7 +47,6 @@ cffi==1.14.5
# via # via
# -r requirements.in # -r requirements.in
# bcrypt # bcrypt
# cryptography
charset-normalizer==2.0.7 charset-normalizer==2.0.7
# via requests # via requests
click==8.0.3 click==8.0.3
@@ -68,8 +67,6 @@ click-repl==0.2.0
# via celery # via celery
colorama==0.4.3 colorama==0.4.3
# via awscli # via awscli
cryptography==3.3.2
# via -r requirements.in
dnspython==1.16.0 dnspython==1.16.0
# via eventlet # via eventlet
docopt==0.6.2 docopt==0.6.2
@@ -221,7 +218,6 @@ six==1.16.0
# bcrypt # bcrypt
# bleach # bleach
# click-repl # click-repl
# cryptography
# eventlet # eventlet
# flask-marshmallow # flask-marshmallow
# jsonschema # jsonschema