From 181ab849e6d0d5195608cecbaa158b4900b954d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:32:08 +0000 Subject: [PATCH] chore: update pytest requirement from <9.0,>=8.4.0 to >=8.4.0,<10.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/8.4.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 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 01ba198..0d0c918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ duosubs = "duosubs.cli.main:app" [project.optional-dependencies] dev = [ "ruff>=0.12.4,<1.0", - "pytest>=8.4.0,<9.0", + "pytest>=8.4.0,<10.0", "coverage>=7.9.2,<8.0", "playwright>=1.54.0,<2.0", "requests>=2.32.4,<3.0",