From e90dbbc42485547afbdd8d2a83071993fd885b63 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 Nov 2020 05:59:33 +0000 Subject: [PATCH] Update dependency SQLAlchemy to v1.3.20 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c92eeac..78a07b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ python-dateutil==2.8.1 python-dotenv==0.13.0 pytz==2020.1 six==1.15.0 -SQLAlchemy==1.3.17 +SQLAlchemy==1.3.20 wcwidth==0.2.4