From b3b514dd086a962b0bb47a57e2a398e0902ea70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 05:54:14 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.20 to 1.4.14 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.20 to 1.4.14. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot[bot] --- dbt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/requirements.txt b/dbt/requirements.txt index 5815d69..cdf765c 100644 --- a/dbt/requirements.txt +++ b/dbt/requirements.txt @@ -1,4 +1,4 @@ dbt==0.17.2 python-dateutil==2.8.1 PyYAML==5.3.1 -sqlalchemy==1.3.20 \ No newline at end of file +sqlalchemy==1.4.14 \ No newline at end of file