From ac81194e2c6dd188d1b699715123731105e5cda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:42:49 +0000 Subject: [PATCH] Bump cffi from 2.0.0 to 2.1.0 in /python Bumps [cffi](https://github.com/python-cffi/cffi) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 34daf7c..a2a8355 100644 --- a/python/keyring/requirements.txt +++ b/python/keyring/requirements.txt @@ -1,4 +1,4 @@ -cffi==2.0.0 +cffi==2.1.0 cryptography==49.0.0 jeepney==0.9.0 keyring==25.7.0