From 326b36e8b428a232a27abff7eeebe9c498860392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 18:45:05 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /tests/rest 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] --- tests/rest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rest/requirements.txt b/tests/rest/requirements.txt index 68a4e3c..5391124 100644 --- a/tests/rest/requirements.txt +++ b/tests/rest/requirements.txt @@ -14,7 +14,7 @@ paho-mqtt==1.3.1 pbr==5.4.3 pluggy==0.13.0 py==1.8.0 -PyJWT==1.7.1 +PyJWT==2.4.0 pykwalify==1.7.0 pytest==4.5.0 python-box==3.4.5