From 6785157311f1cb8fd7480659b183780e3fd2a163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:06:13 +0000 Subject: [PATCH] build(deps): update av requirement from ~=8.0.0 to >=8.0,<10.1 in /src Updates the requirements on [av](https://github.com/PyAV-Org/PyAV) to permit the latest version. - [Release notes](https://github.com/PyAV-Org/PyAV/releases) - [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyAV-Org/PyAV/compare/v8.0.0...v10.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 c7038f8..890eaf9 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.0 + av>=8.0,<10.1 aiortc>=0.9 websockets>=8.1 aiohttp>=3.6