From 14e31b28cc03e23b4792eb959ffcf56ebe1f0dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:39:11 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.12 to 1.3.0 in /etl_job Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.12 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] --- etl_job/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl_job/requirements.txt b/etl_job/requirements.txt index 3864669..39a9d5b 100644 --- a/etl_job/requirements.txt +++ b/etl_job/requirements.txt @@ -1,6 +1,6 @@ pandas ==0.23.4 pymongo == 3.9.0 -sqlalchemy == 1.2.12 +sqlalchemy == 1.3.0 requests vaderSentiment psycopg2-binary