From 6d8b6197d35196e50daa703f8b6073e76bb0e002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 01:18:56 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.40 to 2.0.20 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.40 to 2.0.20. - [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] --- tcsocket/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcsocket/requirements.txt b/tcsocket/requirements.txt index 631165e..f1b2042 100644 --- a/tcsocket/requirements.txt +++ b/tcsocket/requirements.txt @@ -1,4 +1,4 @@ -SQLAlchemy==1.4.40 +SQLAlchemy==2.0.20 aiodns==3.0.0 aiohttp==3.8.1 aiopg==1.3.4