From 0aa25b8812b60d405453cee4a5311b9cba0bf9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 04:02:34 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.17 to 2.0.22 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.17 to 2.0.22. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43ebc37..ee14594 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ python-dateutil==2.8.1 python-dotenv==0.13.0 pytz==2020.1 six==1.16.0 -SQLAlchemy==1.3.20 +SQLAlchemy==2.0.22 wcwidth==0.2.4