-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency psycopg2-binary to v2.9.2 (#7097)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
- Loading branch information
1 parent
ff864e1
commit 1407b04
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |