From 4c14979c60338b8be80cd69b24349eaea7dfb3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:00:48 +0000 Subject: [PATCH] Bump cryptography from 41.0.0 to 41.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3266b7..b0bb445 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ cfn-flip==1.3.0 chardet==5.2.0 click==8.1.7 colorama==0.3.9 -cryptography==41.0.3 +cryptography==41.0.6 docutils==0.15.2 durationpy==0.5 Flask==2.3.3 diff --git a/tests/requirements.txt b/tests/requirements.txt index 241abce..cb80b32 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -15,7 +15,7 @@ cfn-flip==1.2.2 chardet==3.0.4 click==7.1.1 colorama==0.4.3 -cryptography==41.0.0 +cryptography==41.0.6 docutils==0.16 durationpy==0.5 Flask==2.3.2