From 546a7273cc2e0a21daabe11ce33b1de3acfc5050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 01:13:35 +0000 Subject: [PATCH] chore(deps): update dependency cffi to v2 --- pact-python-ffi/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index 017d4c8f2..d0ebc2e06 100644 --- a/pact-python-ffi/pyproject.toml +++ b/pact-python-ffi/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ requires-python = ">=3.9" -dependencies = ["cffi~=1.0"] +dependencies = ["cffi~=2.0"] [project.urls] "Bug Tracker" = "https://github.com/pact-foundation/pact-python/issues" diff --git a/pyproject.toml b/pyproject.toml index 5ae9467d4..934b74e03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ # Pact dependencies "pact-python-ffi~=0.4.0", # External dependencies - "cffi~=1.0", + "cffi~=2.0", "yarl~=1.0", "typing-extensions~=4.0 ; python_version < '3.10'", ]