Skip to content

Commit 5a0f6bc

Browse files
committed
chore(deps): update dependency psycopg2-binary to v2.9.11
1 parent 7b849d1 commit 5a0f6bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==5.2.9
22
gunicorn==23.0.0
3-
psycopg2-binary==2.9.10
3+
psycopg2-binary==2.9.11
44
django-environ==0.12.0
55
google-cloud-secret-manager==2.21.1
66
django-storages[google]==1.14.6

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ wheel==0.40.0
77
gunicorn==23.0.0; python_version > '3.0'
88
gunicorn==23.0.0; python_version < '3.0'
99
# psycopg2==2.8.4 # uncomment if you prefer to build from source
10-
psycopg2-binary==2.9.10
10+
psycopg2-binary==2.9.11

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Django==5.2.5; python_version >= "3.10"
22
Django==4.2.24; python_version >= "3.8" and python_version < "3.10"
33
django-storages[google]==1.14.6
44
django-environ==0.12.0
5-
psycopg2-binary==2.9.10
5+
psycopg2-binary==2.9.11
66
gunicorn==23.0.0
77
google-cloud-secret-manager==2.21.1

0 commit comments

Comments
 (0)