From 055d902df7c6eac1b6496f002b00f4a815883206 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 16 May 2024 13:51:08 +0000 Subject: [PATCH] deps: update dependency psycopg to v3.1.19 --- samples/python/sqlalchemy2-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/sqlalchemy2-sample/requirements.txt b/samples/python/sqlalchemy2-sample/requirements.txt index 258f85b3ba..eaadd7cc99 100644 --- a/samples/python/sqlalchemy2-sample/requirements.txt +++ b/samples/python/sqlalchemy2-sample/requirements.txt @@ -1,4 +1,4 @@ -psycopg[binary]==3.1.18 +psycopg[binary]==3.1.19 pytz==2024.1 sqlalchemy==2.0.27 google~=3.0.0