From e831866f9bfd57390f5c190469296165c76a49dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:44:21 +0000 Subject: [PATCH] Update dependency hypothesis to v6.115.2 --- 2023_EuroSciPy/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023_EuroSciPy/pyproject.toml b/2023_EuroSciPy/pyproject.toml index 793bc4c..0148d82 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.115.2", ]