diff --git a/requirements-dev.txt b/requirements-dev.txt index 58042e4..b66248d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -62,7 +62,7 @@ redis==4.1.4 requests==2.27.1 setuptools==59.6.0; python_version >= '3.6' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -sqlalchemy==1.4.31 +sqlalchemy==1.4.40 tomli==2.0.1; python_version >= '3.7' twitter==1.19.3 urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' diff --git a/requirements.txt b/requirements.txt index 95acbc5..b3c64fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ redis==4.1.4 requests==2.27.1 setuptools==59.6.0; python_version >= '3.6' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -sqlalchemy==1.4.31 +sqlalchemy==1.4.40 twitter==1.19.3 urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' vine==5.0.0; python_version >= '3.6'