From 6813981f78e091a518136d35d541b95ac5e5c6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:48:03 +0000 Subject: [PATCH] Bump plexapi from 4.16.0 to 4.16.1 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.16.0 to 4.16.1. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.16.0...4.16.1) --- updated-dependencies: - dependency-name: plexapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f1ac3d5..ab84db1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "anyio" @@ -323,13 +323,13 @@ files = [ [[package]] name = "plexapi" -version = "4.16.0" +version = "4.16.1" description = "Python bindings for the Plex API." optional = false python-versions = ">=3.9" files = [ - {file = "PlexAPI-4.16.0-py3-none-any.whl", hash = "sha256:0e96f9fbfdae55a0d707517f2843067a2c8e05e38f23e4fd30beb3a9ba6f0712"}, - {file = "plexapi-4.16.0.tar.gz", hash = "sha256:d2798e4f234e139675ac8413bb30657425b3c74d8ff3b2efaff18bfe1644c2e9"}, + {file = "PlexAPI-4.16.1-py3-none-any.whl", hash = "sha256:87432226c4cd682b5780b01e8def313285c52bdd57c8e72f66a5cef73ce64530"}, + {file = "plexapi-4.16.1.tar.gz", hash = "sha256:8e62d727e67b69994770196cd83a57783e9194d735aa347f682b4534ce6f0565"}, ] [package.dependencies] @@ -584,4 +584,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "68c058878f12b22e6f10cd01c3297f11f1141ac0723b699d6e99fc325a0964e9" +content-hash = "ccc2403c5b5cb4d999c9589357d05234809e0d0779404a43c2092188e26f9025" diff --git a/pyproject.toml b/pyproject.toml index a102cb5..e864be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" httpx = "^0.27.0" -PlexAPI = "^4.15.13" +PlexAPI = "^4.16.1" spotipy = "^2.24.0" rtoml = "^0.10.0" typer = "^0.12.3"