From f972880390eb996bcdd3877a85fd27e654a100ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:02:28 +0000 Subject: [PATCH] Bump python-jwt from 3.2.3 to 3.3.4 in /fpa Bumps [python-jwt](https://github.com/davedoesdev/python-jwt) from 3.2.3 to 3.3.4. - [Release notes](https://github.com/davedoesdev/python-jwt/releases) - [Commits](https://github.com/davedoesdev/python-jwt/commits) --- updated-dependencies: - dependency-name: python-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fpa/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpa/requirements.txt b/fpa/requirements.txt index 30637ac..06727e5 100644 --- a/fpa/requirements.txt +++ b/fpa/requirements.txt @@ -23,5 +23,5 @@ flask-swagger==0.2.12 Flask-HTTPAuth==3.1.1 # JWT -python-jwt==3.2.3 +python-jwt==3.3.4 jwcrypto==0.5.0