From 46e742b7be246851a727987e504252fb98b6ea04 Mon Sep 17 00:00:00 2001 From: Komal Thareja Date: Wed, 6 Nov 2024 11:52:48 -0500 Subject: [PATCH] update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 611622a6..ae6a660b 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==42.0.4", + "cryptography==43.0.3", "psycopg2-binary", "sqlalchemy", "waitress",