From 6f0e6d8286c217f98620de98f9afef5f41d068cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:48:18 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25edbd237..59f393c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "deepdiff==8.6.*", "ordered-set==4.1.*", # Each time cryptography version is updated, need to regenerate scripts/ci/custom-hooks/hook-cryptography.py - "cryptography==44.0.1", + "cryptography==46.0.5", "paramiko==3.4.*", "jsonschema==4.22.*", "referencing==0.35.*",