Skip to content

Commit

Permalink
Update cffi requirement from <1.17 to <1.18 in /python
Browse files Browse the repository at this point in the history
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](python-cffi/cffi@v1.11.1...v1.17.1)

---
updated-dependencies:
- dependency-name: cffi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent 036f9bc commit ecd4905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors = [
]
dependencies = [
"numpy>=1.21",
"cffi<1.17", # See https://github.com/FEniCS/dolfinx/issues/3340
"cffi<1.18", # See https://github.com/FEniCS/dolfinx/issues/3340
"mpi4py",
"fenics-basix>=0.10.0.dev0,<0.11.0",
"fenics-ffcx>=0.10.0.dev0,<0.11.0",
Expand Down

0 comments on commit ecd4905

Please sign in to comment.