From 5671c26cb976f91b6a412239f368af0ab4114b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 21:50:17 +0000 Subject: [PATCH] Update sqlalchemy requirement from ~=1.4.36 to ~=1.4.37 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 9436d72..c4a319c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyTelegramBotAPI~=4.5.1 python-dotenv~=0.20.0 APScheduler~=3.9.1 -SQLAlchemy~=1.4.36 +SQLAlchemy~=1.4.37 pymysql==1.0.2 requests~=2.27.1 beautifulsoup4~=4.11.1