From 840fb083da61d73ff30ed104b3ce9ddd735a68a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:52:32 +0000 Subject: [PATCH] fix(deps): update dependency async-upnp-client to ^0.38.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1d65664..ffbee1c6 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.38.0" fastapi = "^0.92.0" websockets = "^10.2" defusedxml = "^0.7.1"