From f7eca3b50fc14b5143ec035be8e245f70b8d6600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:42:50 +0000 Subject: [PATCH] Bump cryptography from 49.0.0 to 50.0.0 in /python Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 a2a8355..fa95f3b 100644 --- a/python/keyring/requirements.txt +++ b/python/keyring/requirements.txt @@ -1,5 +1,5 @@ cffi==2.1.0 -cryptography==49.0.0 +cryptography==50.0.0 jeepney==0.9.0 keyring==25.7.0 pycparser==3.0