From d65493c8a445dc96d218ca02075d440be3d486a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:56:42 +0000 Subject: [PATCH] feat(Dependencies): Update dependency cryptography to v42 [SECURITY] | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | pypi | cryptography | 41.0.7 | 42.0.4 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed0ff8c..bb04594 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ backports.zoneinfo==0.2.1; python_version < '3.9' certifi==2023.7.22; python_version >= '3.6' cffi==1.16.0 charset-normalizer==2.1.1; python_version >= '3' -cryptography==41.0.7; python_version >= '3.6' +cryptography==42.0.4; python_version >= '3.6' dateparser==1.2.0; python_version >= '3.5' decorator==5.1.1; python_version >= '3.5' dogpile.cache==1.3.3; python_version >= '3.6'