diff --git a/doc/changelog.d/391.miscellaneous.md b/doc/changelog.d/391.miscellaneous.md new file mode 100644 index 000000000..d9b736f90 --- /dev/null +++ b/doc/changelog.d/391.miscellaneous.md @@ -0,0 +1 @@ +Build: bump pytest from 9.0.0 to 9.0.1 diff --git a/pyproject.toml b/pyproject.toml index 74c944295..13fe92caa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ "matplotlib==3.10.7", - "pytest==9.0.0", + "pytest==9.0.1", "pytest-cov==7.0.0", "pytest-dependency==0.6.0", "platformdirs==4.5.0",