Skip to content

Commit 5dbcaca

Browse files
committed
Bump min psycopg2-binary to 2.9.11
1 parent d63277a commit 5dbcaca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ newmode==0.1.6
2929
oauth2client==4.1.3
3030
paramiko==4.0.0
3131
petl==1.7.17
32-
psycopg2-binary>=2.0.0
32+
psycopg2-binary>=2.9.11
3333
pyairtable==3.2.0
3434
PyGitHub==2.8.1
3535
python-dateutil==2.9.0.post0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
"ngpvan": ["suds-py3"],
6969
"mobilecommons": ["beautifulsoup4"],
7070
"postgres": [
71-
"psycopg2-binary >= 2.0.0",
71+
"psycopg2-binary >= 2.9.11",
7272
"sqlalchemy >= 1.4.22",
7373
],
7474
"redshift": [
7575
"boto3",
76-
"psycopg2-binary >= 2.0.0",
76+
"psycopg2-binary >= 2.9.11",
7777
"sqlalchemy >= 1.4.22",
7878
],
7979
"s3": ["boto3"],
@@ -86,7 +86,7 @@
8686
"twilio": ["twilio"],
8787
"ssh": [
8888
"sshtunnel",
89-
"psycopg2-binary >= 2.0.0",
89+
"psycopg2-binary >= 2.9.11",
9090
"sqlalchemy >= 1.4.22",
9191
],
9292
}

0 commit comments

Comments
 (0)