From 39e03b9640e5c49a071065ff532fd1e79cfc7e56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:26:41 +0000 Subject: [PATCH] feat(deps): update dependency sqlalchemy to v2.0.36 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5990f9..8e70d83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pydantic==2.9.2 pydantic_core==2.23.4 python-dotenv==1.0.1 sniffio==1.3.1 -SQLAlchemy==2.0.35 +SQLAlchemy==2.0.36 starlette==0.40.0 typing_extensions==4.12.2