From ae40e49c13fda1471527e8a6b2dacb4a04e02a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:37:40 +0000 Subject: [PATCH] Update sqlalchemy requirement from ~=2.0.21 to ~=2.0.22 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 13089865..c1cfc1f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ requests~=2.31.0 python-multipart~=0.0.6 python3-discogs-client==2.7 gunicorn~=21.2.0 -SQLAlchemy~=2.0.21 +SQLAlchemy~=2.0.22 paho-mqtt~=1.6.1 passlib~=1.7.4 pillow~=10.0.1