diff --git a/pyproject.toml b/pyproject.toml index 4980543..66f3622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,9 @@ requires-python = ">=3.10" license = {file = "LICENSE.md"} dependencies = [ "websockets ~= 10.3", - "zeroconf ~= 0.38.7", + "zeroconf ~= 0.47.1", "aiortsp @ git+https://github.com/m4reko/aiortsp@master", - "av ~= 9.2.0", + "av ~= 10.0.0", "aiohttp ~= 3.8.1" ] dynamic = ["version", "description"] diff --git a/requirements.txt b/requirements.txt index ed8f133..dec6326 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ websockets ~= 10.3 -zeroconf ~= 0.38.7 +zeroconf ~= 0.47.1 aiortsp @ git+https://github.com/m4reko/aiortsp@master -av ~= 9.2.0 +av ~= 10.0.0 aiohttp ~= 3.8.1