From a11d72764d9216384426868caaad132daeb20eef Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 5 Aug 2024 20:00:20 +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 6c2724c..df01226 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ PyYAML==6.0.1 requests==2.32.3 shapely==2.0.4 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