From ef2e25112c5ff67fb89d485f91a6e79104420cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 22:58:14 +0000 Subject: [PATCH] build(deps): update sqlalchemy requirement from <1.4.32 to <2.0.4 Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71b7e3d..58d16cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ qrcode requests>=2.25.1 search-engine-parser>=0.6.1 speedtest-cli>=2.1.2 -sqlalchemy<1.4.32 +sqlalchemy<2.0.4 telethon>=1.14.0 telethon-tgcrypto telethon-session-sqlalchemy