From 2323e468ec3cb4533ca6dbdef89d4bd4680ba999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:34:33 +0000 Subject: [PATCH] chore(deps-dev): 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: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 fb31bb2..357aea1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,7 +37,7 @@ celery==5.6.3 # via ro-crate-validation-service (pyproject.toml) certifi==2026.6.17 # via requests -cffi==2.0.0 +cffi==2.1.0 # via cryptography charset-normalizer==3.4.7 # via requests