From 6ab5f958adb17c6c037fdaf811504cab0c3a255e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 06:38:13 +0000 Subject: [PATCH] Bump plexapi from 4.6.1 to 4.11.1 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.6.1 to 4.11.1. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.6.1...4.11.1) --- updated-dependencies: - dependency-name: plexapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..e559b5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ APScheduler = "3.6.3" GPUtil = "1.4.0" IPy = "0.83" Mako = "1.1.2" -PlexAPI = "4.6.1" +PlexAPI = "4.11.1" PyJWT = "1.4.0" appdirs = "1.4.3" argparse = "1.4.0"