From d657014cdd418b0797db49d68867fb2c0740b483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:08:54 +0000 Subject: [PATCH] Bump pyjwt from 1.6.1 to 2.4.0 in /iot/api-client/end_to_end_example Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.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.6.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- iot/api-client/end_to_end_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 3991e192de4..9df013df8c3 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -4,5 +4,5 @@ google-auth-httplib2==0.0.3 google-auth==1.5.1 google-cloud-pubsub==0.38.0 oauth2client==4.1.3 -pyjwt==1.6.1 +pyjwt==2.4.0 paho-mqtt==1.3.1