From 6b994a9b1b185a9f5001e115241d650cf0d578d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:33:17 +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: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec9a4f1..77a0435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ development = [ "build==1.4.2", "coverage==7.10.7; python_version <= '3.11'", "coverage==7.13.5; python_version > '3.11'", - "cryptography==46.0.6", + "cryptography==46.0.7", "psutil==7.2.1", "pytest-cov==7.1.0", "pytest-schema==0.1.2",