From 35d83e0dab7710f9e24457876694fc5700ccca79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:43:03 +0000 Subject: [PATCH] build(deps): bump cffi from 2.0.0 to 2.1.0 in the dependencies group Bumps the dependencies group with 1 update: [cffi](https://github.com/python-cffi/cffi). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index d344946837..419e174232 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/pinned.txt --strip-extras requirements/main.txt # -cffi==2.0.0 +cffi==2.1.0 # via cryptography cryptography==49.0.0 # via securesystemslib