From ded00a79f1ae840a58a6199d6104d2489e03b047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:33:34 +0000 Subject: [PATCH] Update dependency pytest to v8.3.3 --- 2023_EuroSciPy/pyproject.toml | 2 +- 2023_PyData_Berlin/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2023_EuroSciPy/pyproject.toml b/2023_EuroSciPy/pyproject.toml index b727f6d..0231229 100644 --- a/2023_EuroSciPy/pyproject.toml +++ b/2023_EuroSciPy/pyproject.toml @@ -11,6 +11,6 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest==8.3.2", + "pytest==8.3.3", "hypothesis==6.102.6", ] diff --git a/2023_PyData_Berlin/requirements.txt b/2023_PyData_Berlin/requirements.txt index 6e58dc1..0e35af5 100644 --- a/2023_PyData_Berlin/requirements.txt +++ b/2023_PyData_Berlin/requirements.txt @@ -1,6 +1,6 @@ numpy==1.26.4 pandas==2.2.2 matplotlib==3.9.0 -pytest==8.3.2 +pytest==8.3.3 flake8==7.0.0 black==24.4.2