Skip to content

Commit

Permalink
build(deps): update av requirement in /src
Browse files Browse the repository at this point in the history
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](PyAV-Org/PyAV@v8.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: av
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent a62e401 commit cd4600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd4600c

Please sign in to comment.