From 71a3250ea30a050199620fe2c3a58243cebc8fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:43:33 +0000 Subject: [PATCH] build(deps): bump cryptography from 46.0.3 to 46.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c6e932e..f4394fa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -44,7 +44,7 @@ click==8.3.0 # uvicorn coverage[toml]==7.11.3 # via pytest-cov -cryptography==46.0.3 +cryptography==46.0.7 # via secretstorage docutils==0.22.3 # via readme-renderer