From 24f1ecbdaf55d29eeee934654aafe26c9875e05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:46:25 +0000 Subject: [PATCH] Update pytest requirement in the python-sync group Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.1.0 - [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.3.4...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python-sync ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df47e8da..e65e806c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ test = [ "detect-test-pollution>=1.2.0", "hypothesis>=6.131.0", "inline-snapshot>=0.20.8", - "pytest>=8.3.4,<9.1.0", + "pytest>=8.3.4,<9.2.0", "pytest-cov>=6.2.1", "pytest-accept>=0.1.12", "pytest-mock>=3.14.0",