From 4b4b30de7f8b831b9610a7e6a53391fc3e749274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 08:25:31 +0000 Subject: [PATCH] Bump sqlalchemy from 0.8 to 1.3.0 in /website Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 0.8 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/requirements.txt b/website/requirements.txt index aa67f99..c85eeaa 100644 --- a/website/requirements.txt +++ b/website/requirements.txt @@ -1,4 +1,4 @@ pymysql -sqlalchemy==0.8 +sqlalchemy==1.3.0 pymysql_sa django==1.4