From 1b5c4f919550ab65d3ad712d245f5fe3ca4a5615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:35:40 +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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6eec3a..7fd127b 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'", ]