From d7c173eacceda058f6606edcb86fff696d3089bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 04:09:06 +0000 Subject: [PATCH] Bump cryptography from 46.0.5 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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 d87a878e..b37be663 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.5 +cryptography==46.0.6 # via secretstorage distlib==0.3.8 # via virtualenv