From dd7ada78d924194baca3aade66eefa79226f25dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:30:14 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [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.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 573f718a..93bfa2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ build = [ "wheel", ] test = [ - "pytest == 8.4.1", + "pytest == 8.4.2", "flake8", "pytest-cov", "pathos", diff --git a/requirements/requirements-test.in b/requirements/requirements-test.in index dcc06122..f3f1625c 100644 --- a/requirements/requirements-test.in +++ b/requirements/requirements-test.in @@ -1,4 +1,4 @@ -pytest == 8.4.1 +pytest == 8.4.2 flake8 pytest-cov pathos