From 5587b0fe6fd5aa5d8e468acc55d7ddda3ce161a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 06:48:33 +0000 Subject: [PATCH] Bump cryptography from 46.0.2 to 46.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.2 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.2...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 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 28dff150..0589d575 100644 --- a/testproject/requirements_test.txt +++ b/testproject/requirements_test.txt @@ -1,4 +1,4 @@ -cryptography==46.0.2 +cryptography==46.0.3 moto==5.1.16 Flask==3.1.2 Flask-Cors==6.0.1