From c43bcdda1ed25f267043eb50323f772ce19cb6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 21:32:42 +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/main/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2b6dc81..aeb0dda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ scikit-learn==0.19.2 scipy==1.1.0 six==1.11.0 sklearn==0.0 -SQLAlchemy==1.2.10 +SQLAlchemy==1.3.0 statsmodels==0.9.0 tqdm==4.23.4 twine==1.11.0 diff --git a/setup.py b/setup.py index 250b506..23de5da 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'scipy==1.2.1', 'six==1.11.0', 'sklearn==0.0', - 'SQLAlchemy==1.2.10', + 'SQLAlchemy==1.3.0', 'statsmodels==0.9.0', 'tqdm==4.23.4', 'urllib3==1.23',