diff --git a/2023_EuroSciPy/pyproject.toml b/2023_EuroSciPy/pyproject.toml
index 8e5c11d..58fd3e4 100644
--- a/2023_EuroSciPy/pyproject.toml
+++ b/2023_EuroSciPy/pyproject.toml
@@ -11,6 +11,6 @@ dependencies = [
 
 [project.optional-dependencies]
 dev = [
-    "pytest==8.2.0",
+    "pytest==8.2.1",
     "hypothesis==6.102.4",
 ]