From 82e7d6cc0fd1a8efe6dcc15c2e9fa643fbcab730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:02:43 +0000 Subject: [PATCH 1/2] Bump pytest from 9.0.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, ] From a84b0ca56db536ed52e8bb101687595b552a515b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:04:03 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2791.misc.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2791.misc.md 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.