From 1b8461763c0cd903be3c5fa4c44fc427c10a1e82 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 3 Jun 2017 14:11:37 +0300 Subject: [PATCH] Pin python-jose to latest version 1.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27b861e..2d4f1f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ asyncpg==0.11.0 asyncpgsa==0.11.0 passlib[argon2,bcrypt] pendulum==1.2.1 -python-jose +python-jose==1.3.2 sanic==0.5.4 sqlalchemy==1.1.10