From 7d9e2c4c31fdc63ddca9888b13e1db22794528b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:55:54 +0000 Subject: [PATCH] chore(deps): bump cryptography from 44.0.0 to 46.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8adf7222..c545ce428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "protobuf==5.29.5", "grpcio-tools==1.68.1", "grpcio==1.71.2", - "cryptography==44.0.0", + "cryptography==46.0.3", "python-dotenv==1.0.1", "requests==2.32.3", "pycryptodome==3.23.0",