diff --git a/requirements.txt b/requirements.txt index 38b19ca..30a8375 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ pytz==2022.1 requests-toolbelt==0.9.1 jinja2==3.0.3 python-keycloak-client==0.2.3 -cryptography==37.0.4 +cryptography==39.0.1 diff --git a/setup.py b/setup.py index b113d59..5aafb8d 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,6 @@ "requests-toolbelt==0.9.1", "jinja2==3.0.3", "python-keycloak-client==0.2.3", - "cryptography==37.0.4" + "cryptography==39.0.1" ] )