From b4ccad95e95f320f8540810b1f5c9d194fa9ddc9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 10 Sep 2026 00:51:26 +0000 Subject: [PATCH] chore(deps): update dependency psycopg2-binary to v2.9.13 --- 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..dc19a6f30 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.13 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..e89d9b751 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.13 debugpy # Required for debugging