From 30227285826475706659a1bd1d4815cf2917b258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 00:54:42 +0000 Subject: [PATCH] Bump torchcodec from 0.7.0 to 0.15.0 in /apps/agent Bumps [torchcodec](https://github.com/pytorch/torchcodec) from 0.7.0 to 0.15.0. - [Release notes](https://github.com/pytorch/torchcodec/releases) - [Commits](https://github.com/pytorch/torchcodec/compare/v0.7.0...v0.15.0) --- updated-dependencies: - dependency-name: torchcodec dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/pyproject.toml b/apps/agent/pyproject.toml index a34ef51..3886b32 100644 --- a/apps/agent/pyproject.toml +++ b/apps/agent/pyproject.toml @@ -29,7 +29,7 @@ voice = [ "pyannote-audio==4.0.0", "sentencepiece", "silero-vad>=5.1.0", - "torchcodec==0.7.0", + "torchcodec==0.15.0", "prometheus-client>=0.20.0", ]