From 962a8d50bcc0c5c144863c4a68053ad484f74a35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 19:40:04 +0000 Subject: [PATCH] Update dependency dev/pytest to v8.2.1 --- 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 8e5c11d..58fd3e4 100644 --- a/2023_EuroSciPy/pyproject.toml +++ b/2023_EuroSciPy/pyproject.toml @@ -11,6 +11,6 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest==8.2.0", + "pytest==8.2.1", "hypothesis==6.102.4", ]