diff --git a/2023_EuroSciPy/pyproject.toml b/2023_EuroSciPy/pyproject.toml index b7a2c52..793bc4c 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.102.6", + "hypothesis==6.112.1", ]