From b1483f65b3cd8eb7ab992def8ffcf115276f00bc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 10 Oct 2025 11:56:31 +0000 Subject: [PATCH] chore(deps): update dependency psycopg2-binary to v2.9.11 --- 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..9def6dbb3 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.11 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..0a5b0a2f6 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.11 debugpy # Required for debugging