Skip to content

Commit 18fea62

Browse files
committed
Update the "pymysql" requirement to version "0.10.1"
1 parent c348288 commit 18fea62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
5353
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
5454
ipython==7.18.1;python_version>="3.7"
5555
colorama==0.4.3
56-
pymysql==0.10.0
56+
pymysql==0.10.1
5757
coverage==5.2.1
5858
brython==3.8.10
5959
pyotp==2.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
146146
'ipython==7.18.1;python_version>="3.7"',
147147
'colorama==0.4.3',
148-
'pymysql==0.10.0',
148+
'pymysql==0.10.1',
149149
'coverage==5.2.1',
150150
'brython==3.8.10',
151151
'pyotp==2.4.0',

0 commit comments

Comments
 (0)