From 49cb04f6cfd8e3491e53a177b0a6d9f293a0f3c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 21:33:34 +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..19936a1 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.3; python_version <= "3.8" cryptography==42.0.5; python_version >= "3.10" cosl==0.0.10 pydantic==1.10.13