From 6a3a45645a0e7b55832667ff91db4b920d8dd796 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:08:06 +0000 Subject: [PATCH] Update dependency hypothesis to v6.119.4 --- 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..9421b55 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.119.4", ]