From f15875c1fe3897301fee3005707536302cd28aeb Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Sun, 18 Jun 2017 01:22:37 +0530 Subject: [PATCH] requirements: Upgrade SQLAlchemy to 1.1.10. --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index b21b72e34b..f3526d1ef0 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -16,7 +16,7 @@ Pillow==4.1.1 Pygments==2.2.0 # Needed for building complex DB queries -SQLAlchemy==1.1.9 +SQLAlchemy==1.1.10 # Needed for password hashing argon2-cffi==16.3.0