From 2a03a0203296712bf267ac00e0f4c0cd91e30c01 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Wed, 16 Aug 2017 22:04:30 +0000 Subject: [PATCH] requirements: Upgrade SQLAlchemy to 1.1.13. --- requirements/common.txt | 2 +- requirements/py3_common_lock.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 726c262417..6737094c45 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -16,7 +16,7 @@ ipython==6.1.0 Pillow==4.2.1 # Needed for building complex DB queries -SQLAlchemy==1.1.10 +SQLAlchemy==1.1.13 # Needed for password hashing argon2-cffi==16.3.0 diff --git a/requirements/py3_common_lock.txt b/requirements/py3_common_lock.txt index 75bafc1dd8..0a89d4e04e 100644 --- a/requirements/py3_common_lock.txt +++ b/requirements/py3_common_lock.txt @@ -91,7 +91,7 @@ social-auth-app-django==1.2.0 social-auth-core==1.4.0 sockjs-tornado==1.0.3 sourcemap==0.2.1 -sqlalchemy==1.1.10 +sqlalchemy==1.1.13 statsd==2.1.2 # via django-statsd-mozilla tornado==4.5.1 traitlets==4.3.2 # via ipython