From 90f8875f9fd7963ef8f6ccc88d253dac308e90e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:09:44 +0000 Subject: [PATCH] chore(deps): Update pytest requirement from ~=9.0.3 to >=9.0.3,<9.2.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdfed36..21b8e57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dev = [ "prek==0.3.13", "pyrefly==1.0.0", "pytest-asyncio>=1.3.0", - "pytest~=9.0.3", + "pytest>=9.0.3,<9.2.0", "pyupgrade-directories==0.3.0", "testcontainers==4.14.2", "zuban==0.7.2",