10000 chore(deps): update dependency pymysql to v1 (#5208) · bpeters/python-docs-samples@8571f47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8571f47

Browse files
chore(deps): update dependency pymysql to v1 (GoogleCloudPlatform#5208)
* chore(deps): update dependency pymysql to v1 * Update requirements.txt Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent 406bf46 commit 8571f47

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
Flask-SQLAlchemy==2.4.4
33
gunicorn==20.0.4
4-
PyMySQL==0.10.1
4+
PyMySQL==1.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PyMySQL==0.10.1
1+
PyMySQL==0.10.1; python_version < '3.0' # needs to stay under 1.0.0 for Python 2 support
22
Django==1.11.29; python_version < '3.0' # needs to stay under 2.0.0 for Python 2 support
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask==1.1.2
22
# psycopg2==2.8.4
33
psycopg2-binary==2.8.6 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
4-
PyMySQL==0.10.1
4+
PyMySQL==1.0.0
55
SQLAlchemy==1.3.22
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django==3.1.5
2-
PyMySQL==0.10.1
2+
PyMySQL==1.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
SQLAlchemy==1.3.22
3-
PyMySQL==0.10.1
3+
PyMySQL==1.0.0
44
gunicorn==20.0.4

0 commit comments

Comments
 (0)
0