From 99b352e6545a5ecb302641f0dd6a7091b9690f16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 21:25:45 +0000 Subject: [PATCH] Update dependency hypothesis to v6.119.3 --- 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..8b0a1df 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.3", ]