From f6de0a54714c0cdf1652e5dcb0225762455ecbe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:03:25 +0000 Subject: [PATCH] Bump cryptography from 46.0.3 to 46.0.4 in /python Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/keyring/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/keyring/requirements.txt b/python/keyring/requirements.txt index 7dbcc24..6b4020f 100644 --- a/python/keyring/requirements.txt +++ b/python/keyring/requirements.txt @@ -1,5 +1,5 @@ cffi==2.0.0 -cryptography==46.0.3 +cryptography==46.0.4 jeepney==0.9.0 keyring==25.7.0 pycparser==3.0