From 51873336db013462f403af2f501d6991215dda53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 03:33:41 +0000 Subject: [PATCH] poetry dev(deps-dev): update pytest requirement 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.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 35a0c93..1352bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pre-commit (>=4.1.0,<5.0.0)", "black (>=24.10.0,<25.0.0)", "coverage (>=7.6.10,<8.0.0)", - "pytest (>=8.3.4,<9.0.0)", + "pytest (>=9.0.3,<10.0.0)", "mkdocs-material[git,imaging,recomended] (>=9.5.50,<10.0.0)", "mkdocstrings[python] (>=0.27.0,<0.28.0)", "mkdocs-git-authors-plugin (>=0.9.2,<0.10.0)",