Skip to content

Commit 7138388

Browse files
authored
chore(deps): update dependency psycopg2 to v2.8.5 (#3282)
1 parent 352f2a3 commit 7138388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==1.1.2
22
Flask-SQLAlchemy==2.4.1
33
gunicorn==20.0.4
4-
#psycopg2==2.8.4 # You will need either this or psycopg-binary, see http://initd.org/psycopg/docs/install.html for more info
4+
#psycopg2==2.8.5 # You will need either this or psycopg-binary, see http://initd.org/psycopg/docs/install.html for more info
55
psycopg2-binary==2.8.5

functions/sql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
psycopg2==2.8.4
1+
psycopg2==2.8.5
22
PyMySQL==0.9.3

0 commit comments

Comments
 (0)