From e610ab82f55e4eda4c731dbd6249b31fe2343955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 08:58:13 +0000 Subject: [PATCH] Build(deps): update visqol-python requirement from >=3.5.0 to >=3.6.0 Updates the requirements on [visqol-python](https://github.com/talker93/visqol-python) to permit the latest version. - [Release notes](https://github.com/talker93/visqol-python/releases) - [Changelog](https://github.com/talker93/visqol-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/talker93/visqol-python/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: visqol-python dependency-version: 3.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8781e67..51d21ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ffmpeg-python -visqol-python[accel,lattice]>=3.5.0 +visqol-python[accel,lattice]>=3.6.0