diff --git a/2023_EuroSciPy/pyproject.toml b/2023_EuroSciPy/pyproject.toml
index 793bc4c..53a1c24 100644
--- a/2023_EuroSciPy/pyproject.toml
+++ b/2023_EuroSciPy/pyproject.toml
@@ -12,5 +12,5 @@ dependencies = [
 [project.optional-dependencies]
 dev = [
     "pytest==8.3.3",
-    "hypothesis==6.112.1",
+    "hypothesis==6.118.8",
 ]