From 788a119864ef43e3f9b7384e05c5ec8c1dc91ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:19:05 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /src/backend 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] --- src/backend/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/setup.py b/src/backend/setup.py index d5fcd51af..cf1f0fb50 100644 --- a/src/backend/setup.py +++ b/src/backend/setup.py @@ -42,7 +42,7 @@ "py==1.8.1", "pycparser==2.20", "pygments==2.6.1", - "pyjwt==1.7.1", + "pyjwt==2.4.0", "pyparsing==2.4.7", "pytest==5.4.2", "pytest-lazy-fixture==0.6.2",