diff --git a/doc/source/changelog/892.dependencies.md b/doc/source/changelog/892.dependencies.md new file mode 100644 index 0000000000..3337bf7cb3 --- /dev/null +++ b/doc/source/changelog/892.dependencies.md @@ -0,0 +1 @@ +Bump the tests group across 1 directory with 2 updates diff --git a/pyproject.toml b/pyproject.toml index af2472cbf0..4e294c14c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,9 +95,9 @@ vulnerabilities = [ tests = [ "numpy==2.2.6", "parameterized==0.9.0", - "pytest==8.4.2", + "pytest==9.0.1", "pytest-cov==7.0.0", - "pytest-mpl==0.17.0", + "pytest-mpl==0.18.0", "pytz==2025.2", "scipy==1.15.3", ]