Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore(deps): update dependency sqlalchemy to v1.3.13 #2778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 10, 2020
6 changes: 3 additions & 3 deletions 6 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 2 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 5 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'
Morty Proxy This is a proxified and sanitized view of the page, visit original site.