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