diff --git a/pyproject.toml b/pyproject.toml index 9f1cb336..3a301474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = ["Swagger", "Fabric Control Framework"] requires-python = '>=3.9' dependencies = [ "requests >= 2.28.1", - "cryptography==43.0.3", + "cryptography==44.0.1", "psycopg2-binary", "sqlalchemy", "waitress",