From 63e56b2cda25825a3fe29544d53c26f43c859592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:31:00 +0000 Subject: [PATCH] Bump cryptography from 41.0.5 to 41.0.6 in /tests Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.in | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.in b/tests/requirements.in index c378b32..fb79a93 100644 --- a/tests/requirements.in +++ b/tests/requirements.in @@ -8,7 +8,7 @@ pytest==7.3.1 pytest-cov==4.1.0 boto3==1.28.80 werkzeug==2.2.3 -cryptography==41.0.5 +cryptography==41.0.6 docker==6.1.3 requests==2.31.0 certifi==2023.7.22 diff --git a/tests/requirements.txt b/tests/requirements.txt index 7ec4021..c4b564f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -31,7 +31,7 @@ coverage[toml]==7.2.7 # via # -r requirements.in # pytest-cov -cryptography==41.0.5 +cryptography==41.0.6 # via # -r requirements.in # moto