From 1ea42cd445b2b6290e66d11a416aa130567a32eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:50:28 -0300 Subject: [PATCH] build(deps): bump pytest from 8.3.2 to 8.3.3 (#2562) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f672694c..c8bc8efad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ doc = [ "myst-parser>=3.0.1,<=4.0.0", # lower limit python_version < 3.10 ] test = [ - "pytest==8.3.2", + "pytest==8.3.3", "pluggy==1.5.0", "pytest-cov==5.0.0", "coverage==7.6.1", diff --git a/requirements-test.txt b/requirements-test.txt index 28676e96c..26c691714 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -pytest==8.3.2 +pytest==8.3.3 pluggy==1.5.0 pytest-cov==5.0.0 coverage==7.6.1