From 7114783e0bfc6ff74933402038b92feb1377a11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:16:30 +0000 Subject: [PATCH] deps(deps-dev): bump pytest from 8.4.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.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/8.4.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 | 2 +- requirements-dev.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec8c6227..1f4b1667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ full = [ # Development dependencies dev = [ - "pytest>=8.4.2", + "pytest>=9.0.3", "pytest-cov>=7.0.0", "pytest-mock>=3.15.1", "pytest-randomly>=3.15.0", diff --git a/requirements-dev.in b/requirements-dev.in index 6db40385..a0d90635 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -6,7 +6,7 @@ -r requirements.txt # Testing -pytest>=8.4.2 +pytest>=9.0.3 pytest-cov>=7.0.0 pytest-mock>=3.15.1 pytest-randomly>=3.15.0