From 9d5f0da91cec3e5f40fdc3692d254eefddbb2b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:57:19 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. - [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.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_cli.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7be8383a..d6b265c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,5 @@ google-api-python-client==1.10.0 google-auth-httplib2==0.0.4 google-auth==1.20.1 google-cloud-pubsub==1.7.0 -pyjwt==1.7.1 +pyjwt==2.4.0 paho-mqtt==1.5.0 diff --git a/requirements_cli.txt b/requirements_cli.txt index cc00468e..b8d691f0 100644 --- a/requirements_cli.txt +++ b/requirements_cli.txt @@ -28,5 +28,5 @@ google-api-python-client==1.10.0 google-auth-httplib2==0.0.4 google-auth==1.20.1 google-cloud-pubsub==1.7.0 -pyjwt==1.7.1 +pyjwt==2.4.0 paho-mqtt==1.5.0