From 26ce9137958c7c772c732a4b11198d1726a522cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 13:41:12 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.8 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.8 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 915c06e..845326b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ IBATS_BitMex_Feeder mysqlclient>=1.3.8 numpy==1.14.4 pandas==0.23.0 -SQLAlchemy==1.2.8 +SQLAlchemy==1.3.0 diff --git a/setup.py b/setup.py index c13217f..e7dd009 100644 --- a/setup.py +++ b/setup.py @@ -45,5 +45,5 @@ 'mysqlclient>=1.3.8', 'numpy==1.14.4', 'pandas==0.23.0', - 'SQLAlchemy==1.2.8', + 'SQLAlchemy==1.3.0', ])