From a915c7509f32695ba9ff31b374d371898f646e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:02:04 +0100 Subject: [PATCH] chore(deps): bump async-upnp-client from 0.41.0 to 0.42.0 (#389) Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/StevenLooman/async_upnp_client/releases) - [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst) - [Commits](https://github.com/StevenLooman/async_upnp_client/compare/0.41.0...0.42.0) --- updated-dependencies: - dependency-name: async-upnp-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b26495b..052828e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -194,13 +194,13 @@ files = [ [[package]] name = "async-upnp-client" -version = "0.41.0" +version = "0.42.0" description = "Async UPnP Client" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "async_upnp_client-0.41.0-py3-none-any.whl", hash = "sha256:1438a0495a936f1651739127f73d52577cf955f7fa0171b13d218e0eb103a2b6"}, - {file = "async_upnp_client-0.41.0.tar.gz", hash = "sha256:06f1ec722fb04fd79f16ca5615260b3c3d958ff39e0163bc49c6ef0843606266"}, + {file = "async_upnp_client-0.42.0-py3-none-any.whl", hash = "sha256:78d96f547c271ad31cb14b254c08e32647d8384bde6bb7ade64eb4909a51b248"}, + {file = "async_upnp_client-0.42.0.tar.gz", hash = "sha256:558ec3f981ca04c33cce13d9ef77391f21f4fc8d35ee12b7698f8760887c9b7d"}, ] [package.dependencies] @@ -208,7 +208,7 @@ aiohttp = ">3.9.0,<4.0" async-timeout = ">=3.0,<5.0" defusedxml = ">=0.6.0" python-didl-lite = ">=1.4.0,<1.5.0" -voluptuous = ">=0.14.2" +voluptuous = ">=0.15.2" [[package]] name = "attrs" @@ -2139,4 +2139,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.14" -content-hash = "646034f24db78c12c2c88ba9474806991b72210df990ef56d179a6fa31787d24" +content-hash = "eb08f8f1c29e8e3aa0e14083bdcbeffaeab3f385e1ec1a2e79ddab410a1e1140" diff --git a/pyproject.toml b/pyproject.toml index 270f6ce..554ba8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ python = ">=3.9,<3.14" mutagen = "^1.47.0" aiofiles = ">=22.1,<25.0" -async-upnp-client = ">=0.33,<0.42" +async-upnp-client = ">=0.33,<0.43" types-aiofiles = ">=23.2,<25.0" pydantic-settings = "^2.4.0" async-timeout = "^4.0.3"