diff --git a/2023_EuroSciPy/pyproject.toml b/2023_EuroSciPy/pyproject.toml index aa92fc2..069f4e6 100644 --- a/2023_EuroSciPy/pyproject.toml +++ b/2023_EuroSciPy/pyproject.toml @@ -12,5 +12,5 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==8.2.1", - "hypothesis==6.102.6", + "hypothesis==6.103.0", ]