From e02ef47347e282f746500b1ebef28bd6ccd61cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 17:15:12 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.6 to 1.3.0 in /web400-8/bug_flask/flaskweb Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.6 to 1.3.0. - [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 ... Signed-off-by: dependabot[bot] --- web400-8/bug_flask/flaskweb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web400-8/bug_flask/flaskweb/requirements.txt b/web400-8/bug_flask/flaskweb/requirements.txt index a14a539..6dd2a45 100644 --- a/web400-8/bug_flask/flaskweb/requirements.txt +++ b/web400-8/bug_flask/flaskweb/requirements.txt @@ -16,7 +16,7 @@ MarkupSafe==1.0 python-dateutil==2.7.2 python-editor==1.0.3 six==1.11.0 -SQLAlchemy==1.2.6 +SQLAlchemy==1.3.0 visitor==0.1.3 Werkzeug==0.14.1 WTForms==2.1