From 57c777ff7f89c8856c82e2bfe4de7838e1888bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:02:49 +0000 Subject: [PATCH] chore(deps): bump cffi from 2.1.0 to 2.1.1 Bumps [cffi](https://github.com/python-cffi/cffi) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a023326..d819af67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ jinja2==3.1.6 itsdangerous==2.2.0 google-api-python-client==2.198.0 google-cloud-storage==3.13.0 -cffi==2.1.0 +cffi==2.1.1 PyGithub==2.9.1 blinker==1.9.0 click==8.4.2