File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pygments==2.7.3;python_version>="3.5"
5656traitlets == 4.3.3 ;python_version < "3.7"
5757traitlets == 5.0.5 ;python_version >= "3.7"
5858prompt-toolkit == 1.0.18 ;python_version < "3.6"
59- prompt-toolkit == 3.0.9 ;python_version >= "3.6"
59+ prompt-toolkit == 3.0.10 ;python_version >= "3.6"
6060ipython == 5.10.0 ;python_version < "3.5"
6161ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
6262ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
@@ -66,7 +66,7 @@ pathlib2==2.3.5;python_version<"3.5"
6666importlib-metadata == 2.0.0 ;python_version < "3.6"
6767virtualenv >= 20.2.2
6868pymysql == 0.10.1 ;python_version < "3.6"
69- pymysql == 1.0.0 ;python_version >= "3.6"
69+ pymysql == 1.0.1 ;python_version >= "3.6"
7070coverage == 5.3.1
7171brython == 3.9.1
7272pyotp == 2.4.1
Original file line number Diff line number Diff line change 161161 'traitlets==5.0.5;python_version>="3.7"' ,
162162 'ipython==5.10.0;python_version<"3.5"' ,
163163 'prompt-toolkit==1.0.18;python_version<"3.6"' ,
164- 'prompt-toolkit==3.0.9 ;python_version>="3.6"' ,
164+ 'prompt-toolkit==3.0.10 ;python_version>="3.6"' ,
165165 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
166166 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
167167 'ipython==7.19.0;python_version>="3.7"' ,
170170 'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
171171 'virtualenv>=20.2.2' , # Sync with importlib-metadata and pathlib2
172172 'pymysql==0.10.1;python_version<"3.6"' ,
173- 'pymysql==1.0.0 ;python_version>="3.6"' ,
173+ 'pymysql==1.0.1 ;python_version>="3.6"' ,
174174 'coverage==5.3.1' ,
175175 'brython==3.9.1' ,
176176 'pyotp==2.4.1' ,
You can’t perform that action at this time.
0 commit comments