From b1804c4d3819c46e43fcddc2620c2fb7f72ef90a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:12:46 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5975ea3..ec1d42d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ docs = [ "sphinx-toolbox>=4.0.0", ] test = [ - "pytest ==8.*", + "pytest ==9.*", ] [tool.flit.module]