From b2daf4ef35130e343ce9dd72425ce724a884bdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:39:10 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.12 to 1.3.0 in /slack_bot 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] --- slack_bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack_bot/requirements.txt b/slack_bot/requirements.txt index 67c29f7..ec6287f 100644 --- a/slack_bot/requirements.txt +++ b/slack_bot/requirements.txt @@ -1,5 +1,5 @@ pandas ==0.23.4 -sqlalchemy == 1.2.12 +sqlalchemy == 1.3.0 slackclient nest_asyncio psycopg2-binary