From 2bc9a393b1358d583ff40d6dafec9ead8bd35752 Mon Sep 17 00:00:00 2001 From: Mike Shultz Date: Thu, 5 Mar 2020 14:03:40 -0700 Subject: [PATCH] upgrades SQLAlchemy and psycopg2 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f75b495..66b4136 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -psycopg2==2.7.3.2 +psycopg2==2.8.4 python-telegram-bot==9.0.0 -SQLAlchemy==1.2.2 +SQLAlchemy==1.3.13 configparser==3.5.0 Unidecode==1.0.22 googletrans==2.4.0