From 0745c99d37a73c5f680006019e70a49ff567a2da Mon Sep 17 00:00:00 2001 From: Victor Silva Date: Fri, 6 Sep 2024 10:23:09 -0300 Subject: [PATCH] Update to support the latest version of the Cryptography package --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6289c1904b..3a8b0a7375 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ autodocsumm==0.1.11 certifi coverage==4.5.2 -cryptography>=3.2.1,<43.0.0 +cryptography>=3.2.1,<=43.0.1 flake8>=3.6.0,<6 mock==2.0.0 pyOpenSSL>=17.5.0,<25.0.0 @@ -19,4 +19,4 @@ wheel<=0.39.0 circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6' circuitbreaker>=1.3.1,<3.0.0; python_version >= '3.7' docutils<0.18 -Jinja2<3.1 \ No newline at end of file +Jinja2<3.1