From 233faed4cbc03d55bb5905ada55b106c6506e189 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 29 Jul 2024 19:47:16 +0000 Subject: [PATCH] deps: update dependency sqlalchemy to v1.4.53 --- samples/python/sqlalchemy-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/sqlalchemy-sample/requirements.txt b/samples/python/sqlalchemy-sample/requirements.txt index 156626a55..01788fd84 100644 --- a/samples/python/sqlalchemy-sample/requirements.txt +++ b/samples/python/sqlalchemy-sample/requirements.txt @@ -1,3 +1,3 @@ psycopg2-binary~=2.9.3 pytz~=2024.1 -sqlalchemy==1.4.52 +sqlalchemy==1.4.53