From 3e3fa4513e5e31ddf9470424a18ea73b4bf89330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:05:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20bump=20flet-video=20from=200.85.3?= =?UTF-8?q?=20to=200.86.4?= 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.85.3 to 0.86.4. - [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.85.3...v0.86.4) --- updated-dependencies: - dependency-name: flet-video dependency-version: 0.86.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a065d59..4d39aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10,<4.0" dependencies = [ "flet[desktop,cli]==0.85.3", - "flet-video==0.85.3", + "flet-video==0.86.4", "httpx[http2]>=0.28.1", "screeninfo>=0.8.1", "aiofiles>=25.1.0", @@ -51,7 +51,7 @@ packages = [ [tool.poetry.dependencies] flet = { version = "0.85.3", extras = ["desktop", "cli"] } -flet-video = "^0.85.3" +flet-video = "^0.86.4" httpx = "^0.28.1" screeninfo = "~0.8.1" aiofiles = "~25.1.0"