Skip to content

Commit

Permalink
chore(deps): update dependency sqlalchemy to v1.3.13 (#2778)
Browse files Browse the repository at this point in the history
* 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 <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
renovate-bot and leahecole authored Feb 10, 2020
1 parent 2b3daa3 commit d26b380
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions appengine/standard_python37/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask==1.1.1
psycopg2==2.8.4
psycopg2-binary==2.8.4
# psycopg2==2.8.4
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
PyMySQL==0.9.3
SQLAlchemy==1.3.12
SQLAlchemy==1.3.13
2 changes: 1 addition & 1 deletion cloud-sql/mysql/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.1
SQLAlchemy==1.3.12
SQLAlchemy==1.3.13
PyMySQL==0.9.3
5 changes: 3 additions & 2 deletions cloud-sql/postgres/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Flask==1.1.1
SQLAlchemy==1.3.12
pg8000==1.13.2
SQLAlchemy==1.3.13
pg8000==1.13.2; python_version > '3.0'
pg8000==1.12.5; python_version < '3.0'

0 comments on commit d26b380

Please sign in to comment.