From 3ec96afbeace53f5d6ea772ad91d92545aae530f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:37:04 +0000 Subject: [PATCH] Update av requirement from ~=14.2.0 to ~=15.1.0 Updates the requirements on [av](https://github.com/PyAV-Org/PyAV) to permit the latest version. - [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyAV-Org/PyAV/compare/v14.2.0...v15.1.0) --- updated-dependencies: - dependency-name: av dependency-version: 15.1.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 61eb385..113a95f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyAudio~=0.2.14 -av~=14.2.0 +av~=15.1.0 websocket-client~=1.8.0 loguru~=0.7.2 setuptools~=78.1.0