From 3f86a17a4f7d926a936f68af5bfe866afda1ef3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:25:43 +0000 Subject: [PATCH] Update av requirement from ~=14.2.0 to ~=16.0.1 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...v16.0.1) --- updated-dependencies: - dependency-name: av dependency-version: 16.0.1 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..aaa80c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyAudio~=0.2.14 -av~=14.2.0 +av~=16.0.1 websocket-client~=1.8.0 loguru~=0.7.2 setuptools~=78.1.0