From bcc285198ab5255051ae39c63cc22de8c0c828cd Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 20 Sep 2024 15:00:22 +0000 Subject: [PATCH] Update dependency SQLAlchemy to v2.0.35 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99d6916..f8509b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ PyYAML==6.0.2 requests==2.32.3 shapely==2.0.6 six==1.16.0 -SQLAlchemy==2.0.32 +SQLAlchemy==2.0.35 staticmap==0.5.7 typing_extensions==4.12.2 urllib3==2.2.2