Skip to content

Commit

Permalink
chore(deps): update dependency psycopg2-binary to v2.9.3 (#7302)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 6, 2022
1 parent 2950688 commit 5465e3d
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.2
psycopg2-binary==2.9.3
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.2
# psycopg2==2.8.4
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
psycopg2-binary==2.9.3 # 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.2
psycopg2-binary==2.9.3
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.1
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.2
psycopg2-binary==2.9.3
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.2
psycopg2-binary==2.9.3
gunicorn==20.1.0
google-cloud-secret-manager==2.8.0

0 comments on commit 5465e3d

Please sign in to comment.