diff --git a/changes/2791.misc.md b/changes/2791.misc.md new file mode 100644 index 000000000..1b04a61fd --- /dev/null +++ b/changes/2791.misc.md @@ -0,0 +1 @@ +Updated pytest from 9.0.2 to 9.0.3. diff --git a/pyproject.toml b/pyproject.toml index 3bb747bf3..1179ce66f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ test = [ "coverage[toml] == 7.13.5", "coverage-conditional-plugin == 0.9.0", "httpx-retries == 0.4.6", - "pytest == 9.0.2", + "pytest == 9.0.3", "pytest-xdist == 3.8.0", {include-group = "setuptools-scm"}, ]