From a85161680a9853adef8f1827aac6f32bf72f12fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:23:05 +0000 Subject: [PATCH] Update cffi requirement from <2.0.0 to <3.0.0 Updates the requirements on [cffi](https://github.com/python-cffi/cffi) to permit the latest version. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.11.1...v2.0.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytest.txt b/requirements/pytest.txt index 95f80d427..0d7cc230d 100644 --- a/requirements/pytest.txt +++ b/requirements/pytest.txt @@ -1,4 +1,4 @@ -cffi<2.0.0;python_version<"3.14" +cffi<3.0.0;python_version<"3.14" objgraph==3.6.2 pytest==8.4.2 pytest-codspeed==4.2.0