From ec6c5d962895579261fbde125acf1bc8a467e24b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 07:40:48 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v42 [security] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d042db7..e1e9873 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ jinja2==3.1.2 markupsafe==2.1.3 netifaces==0.11.0 jsonschema==4.19.1 -cryptography<41.0.0; python_version <= "3.8" +cryptography<42.0.6; python_version <= "3.8" cryptography==42.0.5; python_version >= "3.10" cosl==0.0.10 pydantic==1.10.13