From a920d1b8ec5cf82a9e2f0fe70a3fbf3def4a2948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 08:39:18 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.10 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.10 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) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80f9746..6af6f99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ py==1.10.0 Pygments==2.7.4 pytest==3.6.3 six==1.11.0 -SQLAlchemy==1.2.18 +SQLAlchemy==1.3.0 Werkzeug==0.15.3