From 26e1b0e8fdbfe3728e94f5faec06bace098c2b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 17:02:33 +0000 Subject: [PATCH] chore(deps): 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 bffe3bea..93772dd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ jinja2==3.1.6 itsdangerous==2.2.0 google-api-python-client==2.197.0 google-cloud-storage==3.12.0 -cffi==2.0.0 +cffi==2.1.0 PyGithub==2.9.1 blinker==1.9.0 click==8.4.1