From 67cff9d039c8c041cd6c6e390166beb87b8599ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:09:24 +0000 Subject: [PATCH] Update sqlalchemy requirement from ~=1.4.42 to ~=1.4.45 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 719274b..ea7b906 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Requirements for Counter fastapi~=0.85.2 -sqlalchemy~=1.4.42 +sqlalchemy~=1.4.45 uvicorn~=0.19.0 pydantic~=1.10.2 pydantic[dotenv]