From 706d84655df0d5638b61649c5f61bc3a13caeb4d Mon Sep 17 00:00:00 2001 From: Alexander VT Date: Mon, 23 Jan 2023 10:31:06 -0600 Subject: [PATCH] fix(crypt): update cryptography and other required deps --- requirements.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index c2e871bf..8f5b9225 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -authlib==0.14.2 -authutils==4.0.0 +authlib==0.11.0 +authutils==6.1.2 boto==2.39.0 -cryptography==2.8 +cryptography==39.0.0 datamodelutils==1.0.0 dictionaryutils==3.2.0 envelopes==0.4 @@ -9,7 +9,7 @@ Flask==1.1.1 flask-cors==3.0.9 Flask-SQLAlchemy-Session==1.1 fuzzywuzzy==0.6.1 -gen3authz==0.4.0 +gen3authz==2.0.0 graphene==2.0.1 jsonschema==3.2 lxml==4.6.5 @@ -26,10 +26,9 @@ Werkzeug==0.16.0 xmltodict==0.9.2 more-itertools==5.0.0 cdis_oauth2client==1.0.0 -cdispyutils==1.0.4 +cdispyutils==2.0.1 # required for gen3datamodel, not required for sheepdog psqlgraph==3.0.1 -cdiserrors==0.1.2 cdislogging==1.0.0 # https://github.com/googleapis/python-crc32c/issues/69 google-crc32c==1.1.2