From ae49ef716c3c7cd2c4e90337af4a6d8d4ddf7270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:49:24 +0000 Subject: [PATCH] Bump flet from 0.84.0 to 0.85.1 Bumps [flet](https://github.com/flet-dev/flet) from 0.84.0 to 0.85.1. - [Release notes](https://github.com/flet-dev/flet/releases) - [Changelog](https://github.com/flet-dev/flet/blob/main/CHANGELOG.md) - [Commits](https://github.com/flet-dev/flet/compare/v0.84.0...v0.85.1) --- updated-dependencies: - dependency-name: flet dependency-version: 0.85.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8bfcb1..b672e23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "packaging>=26.0", "platformdirs>=4.9.6", # Replaces unmaintained appdirs (abandoned 2020); near-identical API "rapidfuzz>=3.14.3", # Fast fuzzy string matching for game search - "flet==0.85.0; platform_system == 'Windows'", # Core framework for Windows + "flet==0.85.1; platform_system == 'Windows'", # Core framework for Windows "flet-desktop==0.85.1; platform_system == 'Windows'", # Desktop runtime for Windows "flet==0.84.0; platform_system == 'Linux'", # Core framework for Linux "flet-desktop==0.84.0; platform_system == 'Linux'", # Desktop runtime for Linux (flet-desktop-light removed in 0.83.0; flet-desktop defaults to "light" flavor on Linux automatically)