From f6a7553ef8780fb308949aec3f634ee8fbf2768f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 02:16:21 +0000 Subject: [PATCH] build(deps): bump cryptography from 46.0.3 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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..1882abd 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.6 # via secretstorage docutils==0.22.3 # via readme-renderer