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