From 78724b00f1a497e4ab5895794df34b2e178ea95b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:03:42 +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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0de78fd..56ced68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ requests==2.22.0 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 \ No newline at end of file diff --git a/setup.py b/setup.py index 95bf54a..5f87051 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' ]