From c353a9fab3eae403fe459f67edd775aa3f002a43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 03:59:23 +0000 Subject: [PATCH] fix(deps): update dependency async-upnp-client to ^0.34.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1d65664..c19d7655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ include = ['upnpavcontrol/web/static/**/*'] [tool.poetry.dependencies] python = ">=3.7,<3.11" -async-upnp-client = "^0.33.0" +async-upnp-client = "^0.34.0" fastapi = "^0.92.0" websockets = "^10.2" defusedxml = "^0.7.1"