⬆ Bump flet-video from 0.85.3 to 0.86.5

Bumps [flet-video](https://github.com/flet-dev/flet) from 0.85.3 to 0.86.5.
- [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.5)

---
updated-dependencies:
- dependency-name: flet-video
  dependency-version: 0.86.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-09-01 23:06:25 +00:00
committed by GitHub
parent e1e8dbf165
commit a33b871b25

View File

@@ -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.5",
"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.5"
httpx = "^0.28.1"
screeninfo = "~0.8.1"
aiofiles = "~25.1.0"