From 941e28ba3559716bd554683f8c74dec68d91ff51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:01:28 +0000 Subject: [PATCH] Update cffi requirement in /bindings/python 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.12.0...v2.0.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/python/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/requirements-test.txt b/bindings/python/requirements-test.txt index 710c0bed8..5408b9002 100644 --- a/bindings/python/requirements-test.txt +++ b/bindings/python/requirements-test.txt @@ -1,5 +1,5 @@ pymongo[aws]>=4 -cffi>=1.12.0,<2 +cffi>=1.12.0,<3 cryptography>=2 pytest>=7.0 unasync