From 02185e31a1de5c5ca28e250eb85af729b2ad250d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:33:51 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fb53bd..71da7e5 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ install_requires=[ 'capstone==5.0.9', 'certifi==2026.6.17', - 'cffi==2.0.0', + 'cffi==2.1.0', 'charset-normalizer==3.4.7', 'colorama==0.4.6', 'cryptography==49.0.0',