From 600e0dd38d12de9f38b28677706703094dd23315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 06:45:09 +0000 Subject: [PATCH] chore(deps): bump cffi from 1.17.1 to 2.0.0 Bumps [cffi](https://github.com/python-cffi/cffi) from 1.17.1 to 2.0.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index da3f9055..e5273308 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ keyring==25.6.0 questionary==2.1.1 -cffi==1.17.1 +cffi==2.0.0 requests==2.32.5 PyNaCl==1.6.0 pytest==8.4.2 diff --git a/requirements.txt b/requirements.txt index b64fe3d2..ac4b3b7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ keyring==25.6.0 questionary==2.1.1 -cffi==1.17.1 +cffi==2.0.0 requests==2.32.5 PyNaCl==1.6.0 rich==14.1.0