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"