From 8d02a2a48e7d65acd44fc290e032038edae47aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:14:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20pytest=20r?= =?UTF-8?q?equirement=20from=20^8.3.1=20to=20>=3D8.3.1,<10.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/commits/9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bb3103..172cc54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ yamllint = "^1.35.0" isort = "^6.0.1" toml = "^0.10.0" black = ">=25.1,<27.0" -pytest = "^8.3.1" +pytest = ">=8.3.1,<10.0.0" httpx = { version = ">=0.24.0", optional = true } pytest-cov = { version = "^6.1.1", optional = true } coverage = "^7.2.5"