We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c348288 commit 18fea62Copy full SHA for 18fea62
requirements.txt
@@ -53,7 +53,7 @@ ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
53
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
54
ipython==7.18.1;python_version>="3.7"
55
colorama==0.4.3
56
-pymysql==0.10.0
+pymysql==0.10.1
57
coverage==5.2.1
58
brython==3.8.10
59
pyotp==2.4.0
setup.py
@@ -145,7 +145,7 @@
145
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
146
'ipython==7.18.1;python_version>="3.7"',
147
'colorama==0.4.3',
148
- 'pymysql==0.10.0',
+ 'pymysql==0.10.1',
149
'coverage==5.2.1',
150
'brython==3.8.10',
151
'pyotp==2.4.0',
0 commit comments