From 0d2b898b0cbe082d9fb2bbb3f590b5ff6f5e0685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 22:48:44 +0000 Subject: [PATCH] Bump sqlalchemy from 1.0.13 to 1.3.0 in /api Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.0.13 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index e8e939e..c748a86 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ PyYAML==3.11 -SQLAlchemy==1.0.13 +SQLAlchemy==1.3.0 Unirest==1.1.7 argparse==1.2.1 backports-abc==0.4