Skip to content

Commit

Permalink
chore(deps): update dependency psycopg2-binary to v2.9.2 (#7097)
Browse files Browse the repository at this point in the history
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
renovate-bot and leahecole authored Nov 12, 2021
1 parent ff864e1 commit 1407b04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==3.2.9
gunicorn==20.1.0
psycopg2-binary==2.9.1
psycopg2-binary==2.9.2
django-environ==0.8.1
google-cloud-secret-manager==2.8.0
django-storages[google]==1.12.3
2 changes: 1 addition & 1 deletion appengine/standard_python3/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask==2.0.1
# psycopg2==2.8.4
psycopg2-binary==2.9.1 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
psycopg2-binary==2.9.2 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
PyMySQL==1.0.2
SQLAlchemy==1.4.27
2 changes: 1 addition & 1 deletion appengine/standard_python3/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.9
django-environ==0.8.1
psycopg2-binary==2.9.1
psycopg2-binary==2.9.2
google-cloud-secret-manager==2.8.0
2 changes: 1 addition & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ wheel==0.37.0
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
# psycopg2==2.8.4 # uncomment if you prefer to build from source
psycopg2-binary==2.9.1
psycopg2-binary==2.9.2
2 changes: 1 addition & 1 deletion run/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==3.2.9
django-storages[google]==1.12.3
django-environ==0.8.1
psycopg2-binary==2.9.1
psycopg2-binary==2.9.2
gunicorn==20.1.0
google-cloud-secret-manager==2.8.0

0 comments on commit 1407b04

Please sign in to comment.