From 5868e2d327a077cb6bbe276182188b81fc90f224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6gstr=C3=B6m?= Date: Tue, 7 Feb 2023 17:13:22 +0100 Subject: [PATCH] Updated zeroconf and py-av (#89) --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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