From 486326b92972c6a44bd95f30701013bf0a1eadb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:42:56 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.6 to 1.3.0 in /travis 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] --- travis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/requirements.txt b/travis/requirements.txt index 7943279..9908f28 100644 --- a/travis/requirements.txt +++ b/travis/requirements.txt @@ -5,5 +5,5 @@ coveralls==0.5 # project click==6.6 -SQLAlchemy==1.2.6 +SQLAlchemy==1.3.0 shiftschema>=0.2.0,<0.3.0 \ No newline at end of file