From f965b1b74725bf4726701e510c55253799e8bc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 11:41:30 +0200 Subject: [PATCH] chore(deps): bump async-upnp-client from 0.40.0 to 0.41.0 (#337) Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.40.0 to 0.41.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.40.0...0.41.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 | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 155fd62..92cbe08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -197,12 +197,13 @@ files = [ [[package]] name = "async-upnp-client" -version = "0.40.0" +version = "0.41.0" description = "Async UPnP Client" optional = false python-versions = ">=3.8" files = [ - {file = "async_upnp_client-0.40.0.tar.gz", hash = "sha256:179790fee5555dbcaa0523f26ae812bc46790ad36fa11ed295cda5be3d704f1f"}, + {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"}, ] [package.dependencies] @@ -210,7 +211,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.12.1" +voluptuous = ">=0.14.2" [[package]] name = "attrs" @@ -2014,4 +2015,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "47fb13c3c7e57fb6548c2db004679527ad888fae13779334b9094654ce5eaa09" +content-hash = "94915b4125b3fb276a945493c5519683180221566db963c53d6172dcedba3b09" diff --git a/pyproject.toml b/pyproject.toml index 0fef369..c475cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ python = ">=3.8,<3.13" mutagen = "^1.47.0" aiofiles = ">=22.1,<25.0" -async-upnp-client = ">=0.33,<0.41" +async-upnp-client = ">=0.33,<0.42" types-aiofiles = ">=23.2,<25.0" pydantic-settings = "^2.4.0" async-timeout = "^4.0.3"