From 6c79c3c2bac6d58a3c7bd1686f6ac61a18164612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 14:28:03 +0000 Subject: [PATCH] Bump pyjwt from 1.4.2 to 2.4.0 in /interactive/community-server Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.4.2 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.4.2...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- interactive/community-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interactive/community-server/requirements.txt b/interactive/community-server/requirements.txt index 14bb2db..13836c6 100644 --- a/interactive/community-server/requirements.txt +++ b/interactive/community-server/requirements.txt @@ -9,7 +9,7 @@ Jinja2==2.9.4 jsonschema==2.5.1 pep8==1.7.0 pexpect==4.2.0 -PyJWT==1.4.2 +PyJWT==2.4.0 python-socketio==1.6.2 requests==2.10.0 Werkzeug==0.11.15