From f04f75b389dabc59f6364919f8afb996fadb7d87 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 21 Apr 2026 00:04:00 +0000 Subject: [PATCH] chore(deps): update dependency psycopg2-binary to v2.9.12 --- python/django/python-guestbook/src/requirements.txt | 2 +- python/django/python-hello-world/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/django/python-guestbook/src/requirements.txt b/python/django/python-guestbook/src/requirements.txt index a5e4a83a2..ca2e7c3b4 100644 --- a/python/django/python-guestbook/src/requirements.txt +++ b/python/django/python-guestbook/src/requirements.txt @@ -1,3 +1,3 @@ Django==4.2.9 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.12 python-dateutil==2.8.2 diff --git a/python/django/python-hello-world/src/requirements.txt b/python/django/python-hello-world/src/requirements.txt index 9b1883c77..5aa9cbafb 100644 --- a/python/django/python-hello-world/src/requirements.txt +++ b/python/django/python-hello-world/src/requirements.txt @@ -1,4 +1,4 @@ Django==4.2.10 requests==2.31.0 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.12 debugpy # Required for debugging