From 237bf0e526243b5c35e9f4b276f9e178c225e8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:58:40 +0000 Subject: [PATCH] Bump pyjwt from 1.6.1 to 2.4.0 in /container 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] --- container/requirements.txt | 2 +- container/requirements_others.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container/requirements.txt b/container/requirements.txt index cf24c46..8b608a1 100644 --- a/container/requirements.txt +++ b/container/requirements.txt @@ -1,4 +1,4 @@ -PyJWT==1.6.1 +PyJWT==2.4.0 PyNaCl==1.1.2 PySocks==1.6.7 pyyaml==5.4 diff --git a/container/requirements_others.txt b/container/requirements_others.txt index d9f98c7..3e6c9d8 100644 --- a/container/requirements_others.txt +++ b/container/requirements_others.txt @@ -1,4 +1,4 @@ -PyJWT==1.6.1 +PyJWT==2.4.0 PyNaCl==1.1.2 PySocks==1.6.7 pyyaml==5.4