From 1b545fdd212fc899c62d88898ae31edc0f62052d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:19:59 +0000 Subject: [PATCH] fix(deps): update flet packages to v0.83.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3613a1ef..86117807 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.83.1", "flet-desktop==0.83.1", "flet-charts==0.83.1"] test = [ "pytest==9.0.2", - "flet-charts==0.80.4", + "flet-charts==0.83.1", "httpx>=0.28.1", "pytest-timeout" ]