From 71482cae16cd1905dcc1b197d01b1f0620786283 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:08:42 +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 0796e27..5b64edf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ urls.Source = "https://github.com/jan-mue/geometer" dev = [ "coverage==7.10.7", "mypy==1.19.1", - "pytest==8.4.2", + "pytest==9.0.2", ] docs = [ "sphinx==7.4.7; python_version<'3.10'",