From 82f5551b9d7a960c28c59da400f8f700bca8c2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:19:14 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.31 to 1.4.39 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.31 to 1.4.39. - [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..22d41f0 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.39 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..d5bca39 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.39 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'