From b127fd6709c864fac6c73387fc31580d5bdd5f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:49:28 +0000 Subject: [PATCH] Bump cryptography from 41.0.2 to 41.0.6 in /test Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 68b0fb4854..c2d68661e7 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -7,7 +7,7 @@ cachetools==5.3.1; python_version >= '3.7' certifi==2023.5.7; python_version >= '3.6' cffi==1.15.1 charset-normalizer==3.2.0; python_full_version >= '3.7.0' -cryptography==41.0.2; python_version >= '3.7' +cryptography==41.0.6; python_version >= '3.7' decorator==5.1.1; python_version >= '3.11' execnet==2.0.2; python_version >= '3.7' executing==1.2.0