From b5996648f4f399a05376348c8953a8755ea4b4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:55:19 +0000 Subject: [PATCH] chore(deps): bump plexapi from 4.15.16 to 4.16.0 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.15.16 to 4.16.0. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.15.16...4.16.0) --- updated-dependencies: - dependency-name: plexapi dependency-type: direct:production update-type: version-update:semver-minor ... 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 6be21125..bc0d67c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1533,13 +1533,13 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "plexapi" -version = "4.15.16" +version = "4.16.0" description = "Python bindings for the Plex API." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "PlexAPI-4.15.16-py3-none-any.whl", hash = "sha256:c6351750fc3cc79ac14e4d364d497f130ce33041326fcdae3e823121ff7d7eaa"}, - {file = "PlexAPI-4.15.16.tar.gz", hash = "sha256:a8bd2e5a5b6fb43a626bb9dfe3bb3675985f6f3a1499d5d9aecbf881728078df"}, + {file = "PlexAPI-4.16.0-py3-none-any.whl", hash = "sha256:0e96f9fbfdae55a0d707517f2843067a2c8e05e38f23e4fd30beb3a9ba6f0712"}, + {file = "plexapi-4.16.0.tar.gz", hash = "sha256:d2798e4f234e139675ac8413bb30657425b3c74d8ff3b2efaff18bfe1644c2e9"}, ] [package.dependencies] @@ -3318,4 +3318,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "683396cff8b9e5aecb1bf9f4c6f567e357af3b5f990a95237d99ebf032dc61b0" +content-hash = "af10062c45773bb67e59f761751f1875c7c1e65068e68e7bde678ab10af57cea" diff --git a/pyproject.toml b/pyproject.toml index 057860ec..28f65de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" dill = "^0.3.8" -plexapi = "^4.15.10" +plexapi = "^4.16.0" requests = "^2.31.0" xmltodict = "^0.13.0" lxml = "^5.1.0"