From 95a034f625a0e1ee4a846a04e1b070ecaad04db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:34:28 +0000 Subject: [PATCH] Bump pyjwt from 1.6.0 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.0 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.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- osx_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osx_requirements.txt b/osx_requirements.txt index ba3b9fd2..4f8f44c1 100644 --- a/osx_requirements.txt +++ b/osx_requirements.txt @@ -8,7 +8,7 @@ numpy==1.14.5 pytest==3.5.1 pytest-django==3.2.1 cryptography==2.3 -pyjwt==1.6.0 +pyjwt==2.4.0 paho-mqtt==1.3.1 pyudev==0.21.0 whitenoise==4.1 diff --git a/requirements.txt b/requirements.txt index 9c660bf5..132cbc5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ numpy==1.17.4 pytest==3.5.1 pytest-django==3.2.1 cryptography==2.8 -pyjwt==1.6.0 +pyjwt==2.4.0 paho-mqtt==1.5.0 pyudev==0.21.0 whitenoise==4.1