Skip to content

Commit 112767c

Browse files
authored
chore(deps): update dependency pymysql to v0.10.0 (GoogleCloudPlatform#4330)
1 parent af169be commit 112767c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.9.3
4+
PyMySQL==0.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PyMySQL==0.9.3
1+
PyMySQL==0.10.0
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.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
4-
PyMySQL==0.9.3
4+
PyMySQL==0.10.0
55
SQLAlchemy==1.3.18
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django==3.0.8
2-
PyMySQL==0.9.3
2+
PyMySQL==0.10.0
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.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
4-
PyMySQL==0.9.3
4+
PyMySQL==0.10.0
55
SQLAlchemy==1.3.18
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django==3.0.8
2-
PyMySQL==0.9.3
2+
PyMySQL==0.10.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.18
3-
PyMySQL==0.9.3
3+
PyMySQL==0.10.0
44
gunicorn==20.0.4

0 commit comments

Comments
 (0)