From 6b45183ea9b0a7cfae50572e545cec51e68e015b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 00:01:22 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from ==8.* to ==9.* 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.dev0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 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 29bc5bd..83a1941 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "insipid-sphinx-theme==0.*", "mypy==1.*", "mypy-extensions==1.*", - "pytest==8.*", + "pytest==9.*", "pytest-cov==5.*", "pytest-mock==3.*", "pytest-structlog==1.*",