From f84436abee1a6bf583c55e150a5dee645e0c7de2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 30 Jun 2024 18:40:43 +0000 Subject: [PATCH] deps: update dependency psycopg-binary to v3.2.0 --- samples/python/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/django/requirements.txt b/samples/python/django/requirements.txt index b7a8a38f8..084354e77 100644 --- a/samples/python/django/requirements.txt +++ b/samples/python/django/requirements.txt @@ -1,4 +1,4 @@ -psycopg-binary==3.1.19 +psycopg-binary==3.2.0 pytz==2024.1 Django==5.0.6 google==3.0.0