From b7a83b86cd82c3a10edbaede3513ff4a690edfb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:36:11 +0200 Subject: [PATCH] Bump cryptography from 43.0.0 to 43.0.1 in /testproject (#921) Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- testproject/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/requirements_test.txt b/testproject/requirements_test.txt index 42467b74..732ad5f7 100644 --- a/testproject/requirements_test.txt +++ b/testproject/requirements_test.txt @@ -1,4 +1,4 @@ -cryptography==43.0.0 +cryptography==43.0.1 moto==5.0.13 Flask==3.0.3 flask-cors==5