From e90a5187a0dfff05ebebea752652f2f240a9b511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 02:01:01 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.40 to 2.0.17 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.40 to 2.0.17. - [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..04dae7c 100644 --- a/tcsocket/requirements.txt +++ b/tcsocket/requirements.txt @@ -1,4 +1,4 @@ -SQLAlchemy==1.4.40 +SQLAlchemy==2.0.17 aiodns==3.0.0 aiohttp==3.8.1 aiopg==1.3.4