From 1822f3833a92d793d73149addd70f1d45cebd8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 09:06:21 +0000 Subject: [PATCH] Bump pyjwt from 1.5.3 to 2.4.0 in /nipap Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.3 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.5.3...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nipap/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipap/requirements.txt b/nipap/requirements.txt index 5ab4e0b23..cd48a0f5b 100644 --- a/nipap/requirements.txt +++ b/nipap/requirements.txt @@ -23,4 +23,4 @@ pytz==2021.1 pysqlite==2.8.3 tornado==5.1 wsgiref==0.1.2 -pyjwt==1.5.3 \ No newline at end of file +pyjwt==2.4.0 \ No newline at end of file