From 17b3196743e46c8ee2b180b67145a79d741f44a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:00:18 +0000 Subject: [PATCH] Bump python-jwt from 2.0.1 to 3.3.4 Bumps [python-jwt](https://github.com/davedoesdev/python-jwt) from 2.0.1 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b7c4cfc..3e86fc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.11.1 gcloud==0.17.0 oauth2client==3.0.0 requests-toolbelt==0.7.0 -python-jwt==2.0.1 +python-jwt==3.3.4 pycrypto==2.6.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 95aef0e..3429879 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'gcloud==0.17.0', 'oauth2client==3.0.0', 'requests_toolbelt==0.7.0', - 'python_jwt==2.0.1', + 'python_jwt==3.3.4', 'pycryptodome==3.4.3' ] )