From 6a5933d0a8346e05a77044d96d25b6403be6668f Mon Sep 17 00:00:00 2001 From: Jonathan Hargreaves Date: Sat, 31 Aug 2024 17:07:14 +0100 Subject: [PATCH] Update cffi version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7acb7cf..3fd4a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] license = { file = "LICENSE" } requires-python = ">=3.8" -dependencies = ['cffi >= 1.15.0'] +dependencies = ['cffi >= 1.17.0'] [project.urls] "Source Code" = "https://github.com/jonathanharg/binaryen.py"