From bc03732d64db31e411a6879598cfe5c918ed92af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:43:19 +0000 Subject: [PATCH] Update cffi requirement from <2.1 to <2.2 in /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.11.1...v2.1.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 9a2aededc0..d0283c6466 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,7 +22,7 @@ authors = [ ] dependencies = [ "numpy>=2", - "cffi<2.1", + "cffi<2.2", "mpi4py", "fenics-basix>=0.12.0.dev0", "fenics-ffcx>=0.12.0.dev0",