From 3e5dc09369a0f58eaf2703ed873861dc6b5ff4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:20:44 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.1. - [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.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/requirements-test.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index edf59da6..a11b720e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ build = [ "wheel", ] test = [ - "pytest == 8.4.2", + "pytest == 9.0.1", "flake8", "pytest-cov", "pathos", diff --git a/requirements/requirements-test.in b/requirements/requirements-test.in index f3f1625c..9b22ebe5 100644 --- a/requirements/requirements-test.in +++ b/requirements/requirements-test.in @@ -1,4 +1,4 @@ -pytest == 8.4.2 +pytest == 9.0.1 flake8 pytest-cov pathos