From 4e718b6c23a6affb1b9848fe4d43a6615ffb2341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:02:24 +0000 Subject: [PATCH] Bump python-jwt from 3.2.4 to 3.3.4 Bumps [python-jwt](https://github.com/davedoesdev/python-jwt) from 3.2.4 to 3.3.4. - [Release notes](https://github.com/davedoesdev/python-jwt/releases) - [Commits](https://github.com/davedoesdev/python-jwt/commits) --- updated-dependencies: - dependency-name: python-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7cba8c8..c32386f 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ 'gcloud==0.18.3', 'oauth2client==4.1.3', 'requests_toolbelt==0.9.1', - 'python_jwt==3.2.4', + 'python_jwt==3.3.4', 'pycryptodome==3.9.0', 'urllib3==1.25.5' ]