From cd4600c7c9425d0edbe32c1b414c16297fb93786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:36:11 +0000 Subject: [PATCH] build(deps): update av requirement in /src 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/v8.0.0...v11.0.0) --- updated-dependencies: - dependency-name: av dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.cfg b/src/setup.cfg index 890eaf9..1692e0d 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -21,7 +21,7 @@ classifiers = packages = find_namespace: python_requires = >=3.7 install_requires = - av>=8.0,<10.1 + av>=8.0,<11.1 aiortc>=0.9 websockets>=8.1 aiohttp>=3.6