Skip to content

Commit 70cf2a4

Browse files
⬆ Update flet requirement from 0.27.6 to 0.80.0
Updates the requirements on [flet](https://github.com/flet-dev/flet) to permit the latest version. - [Release notes](https://github.com/flet-dev/flet/releases) - [Changelog](https://github.com/flet-dev/flet/blob/main/CHANGELOG.md) - [Commits](flet-dev/flet@v0.27.6...v0.80.0) --- updated-dependencies: - dependency-name: flet dependency-version: 0.80.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 491c059 commit 70cf2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ packages = [
4949
]
5050

5151
[tool.poetry.dependencies]
52-
flet = { version = "0.27.6", extras = ["desktop", "cli"] }
52+
flet = { version = "0.80.0", extras = ["desktop", "cli"] }
5353
flet-video = "^0.1.1"
5454
httpx = "^0.28.1"
5555
screeninfo = "~0.8.1"

0 commit comments

Comments
 (0)