Skip to content

Commit d26b380

Browse files
chore(deps): update dependency sqlalchemy to v1.3.13 (#2778)
* chore(deps): update dependency sqlalchemy to v1.3.13 * Comment out requirement, add explanation for user * Add explanation of requirements * specify pg8000 version for py2 Co-authored-by: Leah E. Cole <[email protected]>
1 parent 2b3daa3 commit d26b380

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask==1.1.1
2-
psycopg2==2.8.4
3-
psycopg2-binary==2.8.4
2+
# psycopg2==2.8.4
3+
psycopg2-binary==2.8.4 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44
PyMySQL==0.9.3
5-
SQLAlchemy==1.3.12
5+
SQLAlchemy==1.3.13
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
2-
SQLAlchemy==1.3.12
2+
SQLAlchemy==1.3.13
33
PyMySQL==0.9.3
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Flask==1.1.1
2-
SQLAlchemy==1.3.12
3-
pg8000==1.13.2
2+
SQLAlchemy==1.3.13
3+
pg8000==1.13.2; python_version > '3.0'
4+
pg8000==1.12.5; python_version < '3.0'

0 commit comments

Comments
 (0)