From 7a4cf4bf03ed3c3c0898fc3afe0235883fe35d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:00:28 +0000 Subject: [PATCH] Bump cryptography from 41.0.5 to 42.0.0 in /tests Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...42.0.0) --- 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..deb8154 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==42.0.0 docker==6.1.3 requests==2.31.0 certifi==2023.7.22 diff --git a/tests/requirements.txt b/tests/requirements.txt index 7ec4021..50deed4 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==42.0.0 # via # -r requirements.in # moto