diff --git a/doc/source/changelog/102.dependencies.md b/doc/source/changelog/102.dependencies.md new file mode 100644 index 00000000..d9b736f9 --- /dev/null +++ b/doc/source/changelog/102.dependencies.md @@ -0,0 +1 @@ +Build: bump pytest from 9.0.0 to 9.0.1 diff --git a/pyproject.toml b/pyproject.toml index 47a3cf51..82a4f655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tests = [ "grpcio-health-checking==1.76.0", "hypothesis==6.147.0", "pyfakefs==5.10.2", - "pytest==9.0.0", + "pytest==9.0.1", "pytest-cov==7.0.0", ]