diff --git a/pyproject.toml b/pyproject.toml index 3613a1e..3e1bd55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,10 +36,10 @@ gui = [ "pillow", "plyer" ] -modern = ["flet==0.80.4", "flet-desktop==0.80.4", "flet-charts==0.80.4"] +modern = ["flet==0.80.5", "flet-desktop==0.80.5", "flet-charts==0.80.5"] test = [ "pytest==9.0.2", - "flet-charts==0.80.4", + "flet-charts==0.80.5", "httpx>=0.28.1", "pytest-timeout" ]