From 51bdd953250f5f98e0461798e38f0b4396c36b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:35:33 +0000 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77a0435..d0a952e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ development = [ "pytest-cov==7.1.0", "pytest-schema==0.1.2", "pytest==8.4.2; python_version <= '3.11'", - "pytest==9.0.2; python_version > '3.11'", + "pytest==9.0.3; python_version > '3.11'", "twine==6.2.0", "virtualenv==21.2.0", "wheel==0.46.3", @@ -82,7 +82,7 @@ lint = [ ] test = [ "pytest==8.4.2; python_version <= '3.11'", - "pytest==9.0.2; python_version > '3.11'", + "pytest==9.0.3; python_version > '3.11'", "coverage==7.10.7; python_version <= '3.11'", "coverage==7.13.5; python_version > '3.11'", ]