Skip to content

Commit 0d157c7

Browse files
renovate-botkweinmeisterleahecole
authored
chore(deps): update dependency pymysql to v1.0.3 (GoogleCloudPlatform#9403)
* chore(deps): update dependency pymysql to v1.0.3 * Update requirements.txt --------- Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com> Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 6ef17b7 commit 0d157c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PyMySQL==0.10.1; python_version < '3.0' # needs to stay under 1.0.0 for Python 2 support
1+
PyMySQL<1.0.0; 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==2.1.0
22
# psycopg2==2.8.4
33
psycopg2-binary==2.9.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
4-
PyMySQL==1.0.2
4+
PyMySQL==1.0.3
55
SQLAlchemy==2.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SQLAlchemy==2.0.4
2-
PyMySQL==1.0.2
2+
PyMySQL==1.0.3
33
tink==1.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.1.0
22
SQLAlchemy==2.0.4
3-
PyMySQL==1.0.2
3+
PyMySQL==1.0.3
44
gunicorn==20.1.0
55
cloud-sql-python-connector==1.2.1

0 commit comments

Comments
 (0)