From 3c844cb5cfe22787e5310781235587db4f97ae35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 07:34:37 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.2 to 1.3.0 in /ml_service Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.2 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] --- ml_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_service/requirements.txt b/ml_service/requirements.txt index 89131a4..70df83b 100644 --- a/ml_service/requirements.txt +++ b/ml_service/requirements.txt @@ -23,6 +23,6 @@ rope-py3k==0.9.4.post1 scikit-learn==0.19.1 scipy==1.0.0 sklearn==0.0 -SQLAlchemy==1.2.2 +SQLAlchemy==1.3.0 Werkzeug==0.14.1 yapf==0.20.1