From 8b54a4b78c3811be90ad993dd4c01f7ce902609f Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 4 Mar 2024 14:00:21 +0000 Subject: [PATCH] Update dependency SQLAlchemy to v2.0.28 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 461af4f..9e3fe3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ python-magic==0.4.27 PyYAML==6.0.1 requests==2.31.0 six==1.16.0 -SQLAlchemy==2.0.27 +SQLAlchemy==2.0.28 staticmap==0.5.7 typing_extensions==4.10.0 urllib3==2.2.1