From d2c41a93ca2db08436ffdb238ee9bcad2643e22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:02:52 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.31 to 1.4.40 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.31 to 1.4.40. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'