From b56ce9996c44a20a1c9b8136ba9db0f9a45ba6c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:31:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20flet-video=20from=200.1.1=20?= =?UTF-8?q?to=200.84.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.84.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.84.0) --- updated-dependencies: - dependency-name: flet-video dependency-version: 0.84.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 31d49552..942c1296 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.84.0" httpx = "^0.28.1" screeninfo = "~0.8.1" aiofiles = "~25.1.0"