From bab4bf9156b1c178f41fdcbaaa2baf8f77b4e0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:20:39 +0000 Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.4.0 in /Arquitectura Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.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/2.0.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Arquitectura/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arquitectura/setup.py b/Arquitectura/setup.py index 0837ac1..ec91a40 100644 --- a/Arquitectura/setup.py +++ b/Arquitectura/setup.py @@ -35,7 +35,7 @@ 'redis==3.4.1', 'docker==4.2.0', 'Rx==3.1.0', - 'pyjwt==2.0.1', + 'pyjwt==2.4.0', 'SQLAlchemy==1.4.3', 'psycopg2-binary==2.8.6', 'PyYAML==5.4.1'