From e3a267accd330102318908b0cbed81d8bd8de424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 09:55:53 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.5 to 1.3.0 in /FlaskPythonHerokuDB Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.5 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] --- FlaskPythonHerokuDB/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlaskPythonHerokuDB/requirements.txt b/FlaskPythonHerokuDB/requirements.txt index a4280eb..2be5566 100644 --- a/FlaskPythonHerokuDB/requirements.txt +++ b/FlaskPythonHerokuDB/requirements.txt @@ -13,6 +13,6 @@ marshmallow-sqlalchemy==0.13.2 psycopg2-binary==2.8.6 pytz==2018.3 six==1.11.0 -SQLAlchemy==1.2.5 +SQLAlchemy==1.3.0 Werkzeug==0.15.5