From e9dd6c18d03a6d2e81399f17590952d12cd28090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:14:07 +0000 Subject: [PATCH] Bump cffi from 2.0.0 to 2.1.1 Bumps [cffi](https://github.com/python-cffi/cffi) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5f02e84..8b76bca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ pytest==9.0.3 whatthepatch==1.0.3 -cffi==2.0.0 \ No newline at end of file +cffi==2.1.1 \ No newline at end of file