From 93172a51385c52400ab833bd1ba6eb84a194f06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:15:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20flet-video=20from=200.1.1=20?= =?UTF-8?q?to=200.80.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [flet-video](https://github.com/flet-dev/flet) from 0.1.1 to 0.80.0. - [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.1.1...v0.80.0) --- updated-dependencies: - dependency-name: flet-video dependency-version: 0.80.0 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 98df4730..f1c56066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ packages = [ [tool.poetry.dependencies] flet = { version = "0.27.6", extras = ["desktop", "cli"] } -flet-video = "^0.1.1" +flet-video = "^0.80.0" httpx = "^0.28.1" screeninfo = "~0.8.1" aiofiles = "~24.1.0"