From 1561af61c72ac1f06be808bb6b106b65b00d1476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:59:41 +0000 Subject: [PATCH] Bump cryptography from 46.0.6 to 46.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index b37be663..b79ae1f4 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -32,7 +32,7 @@ coverage==7.5.4 # coverage-p coverage-p==25.2.0 # via -r requirements_tests.in -cryptography==46.0.6 +cryptography==46.0.7 # via secretstorage distlib==0.3.8 # via virtualenv