From 31e8530c2992f10a29886fcdb30d6807db1f1f8c Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 13 Aug 2024 17:00:25 +0000 Subject: [PATCH] Update dependency SQLAlchemy to v2.0.32 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e7aa298..07b3aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ PyYAML==6.0.1 requests==2.32.3 shapely==2.0.5 six==1.16.0 -SQLAlchemy==2.0.31 +SQLAlchemy==2.0.32 staticmap==0.5.7 typing_extensions==4.12.2 urllib3==2.2.2