From 9c2cf4b72b42ca5b2c1758d1764ec4e3cb9fe215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:25:43 +0000 Subject: [PATCH] Bump cffi from 2.0.0 to 2.1.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a439c35..7b9d8df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # uv export --frozen --no-dev --no-emit-project --no-hashes --format requirements-txt -o requirements.txt certifi==2026.5.20 # via requests -cffi==2.0.0 ; platform_python_implementation != 'PyPy' +cffi==2.1.0 ; platform_python_implementation != 'PyPy' # via cryptography charset-normalizer==3.4.7 # via requests