From fc1d28a89d7e071313abd0b64d6db29f3142aab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:16:22 +0000 Subject: [PATCH] Bump cryptography from 46.0.1 to 46.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.1 to 46.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.1...46.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 156c3fb6..be78e49d 100644 --- a/testproject/requirements_test.txt +++ b/testproject/requirements_test.txt @@ -1,4 +1,4 @@ -cryptography==46.0.1 +cryptography==46.0.2 moto==5.1.14 Flask==3.1.2 Flask-Cors==6.0.1