From 92ea87452df4873906055e8587983f0c7a26954c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:22:31 +0000 Subject: [PATCH] Bump flet-desktop from 0.84.0 to 0.85.1 Bumps [flet-desktop](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-desktop 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 aedcb3f..f8bfcb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "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-desktop==0.85.0; platform_system == 'Windows'", # Desktop runtime 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) "msgspec>=0.21.1",