From 661f1d3a8081a5af5e143b9676ef6dce84c542cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:42:49 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [cffi](https://github.com/python-cffi/cffi) and [cryptography](https://github.com/pyca/cryptography). Updates `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) Updates `cryptography` from 49.0.0 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/pinned.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 419e174232..86de1558ee 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -4,9 +4,9 @@ # # pip-compile --output-file=requirements/pinned.txt --strip-extras requirements/main.txt # -cffi==2.1.0 +cffi==2.1.1 # via cryptography -cryptography==49.0.0 +cryptography==50.0.0 # via securesystemslib pycparser==3.0 # via cffi