From 65900283fdba4882a4a8192f44d54fdc57d02693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:38:23 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from <9,>=8 to >=8,<10 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.0.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 | 4 ++-- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 380a932..11624a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8,<9", + "pytest>=8,<10", "ruff>=0.6", "mypy>=1.10", "pip-audit>=2.7,<3", @@ -58,7 +58,7 @@ dev = [ "pre-commit>=3.7,<4", ] test = [ - "pytest>=8,<9", + "pytest>=8,<10", ] [project.scripts] diff --git a/requirements-dev.txt b/requirements-dev.txt index 916d14b..02eeff2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest>=8,<9 +pytest>=8,<10 requests>=2.31,<3 python-dotenv>=1,<2 tzlocal>=5,<6