diff --git a/2023_EuroSciPy/pyproject.toml b/2023_EuroSciPy/pyproject.toml index e49dea5..8e5c11d 100644 --- a/2023_EuroSciPy/pyproject.toml +++ b/2023_EuroSciPy/pyproject.toml @@ -12,5 +12,5 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==8.2.0", - "hypothesis==6.100.5", + "hypothesis==6.102.4", ]