From 12e6b4df65733edb0682fb51fa77b1ae02004a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:23:50 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /config 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] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index dc31f90..13bbea6 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -25,7 +25,7 @@ oauthlib==3.1.0 paramiko==2.6.0 pillow==6.2.0 pycparser==2.19 -pyjwt==1.7.1 +pyjwt==2.4.0 pynacl==1.3.0 python3-openid==3.1.0 ; python_version >= '3.0' pytz==2019.3