From ad437903c3f0fe985343d64d1100b8f8d12ac6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 07:33:51 +0000 Subject: [PATCH] Update pyjwt requirement from 1.4.0 to 2.3.0 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/1.4.0...2.3.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... 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..1cf5b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ GPUtil = "1.4.0" IPy = "0.83" Mako = "1.1.2" PlexAPI = "4.6.1" -PyJWT = "1.4.0" +PyJWT = "2.3.0" appdirs = "1.4.3" argparse = "1.4.0" arrow = "0.10.0"