From d47d91e011844656db0a6b57b4f0a8a1202ba896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 05:17:25 +0000 Subject: [PATCH] chore(deps): bump cffi from 2.1.0 to 2.1.1 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6a31c929..b7dd7d3e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -57,7 +57,7 @@ certifi==2026.7.22 # httpcore # httpx # requests -cffi==2.1.0 +cffi==2.1.1 # via cryptography charset-normalizer==3.4.9 # via requests