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"