From fa0b7025af7a1191091cbc05510abfce81103e8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:11:45 +0000 Subject: [PATCH] Update dependency pytest to v9.0.3 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19bcbb05..9a882b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ gui = [ ] modern = ["flet==0.80.4", "flet-desktop==0.80.4", "flet-charts==0.80.4"] test = [ - "pytest==9.0.2", + "pytest==9.0.3", "flet-charts==0.80.4", "httpx>=0.28.1", "pytest-timeout"