File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- regex >= 2020.10.11
1
+ regex >= 2020.9.27
2
2
tqdm >= 4.50.2
3
3
livereload == 2.6.3 ;python_version >= "3.6"
4
- Markdown == 3.3
4
+ Markdown == 3.3.1
5
5
readme-renderer == 27.0
6
6
pymdown-extensions == 8.0.1
7
7
mkdocs == 1.1.2
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ pygments==2.7.1;python_version>="3.5"
47
47
traitlets == 4.3.3 ;python_version < "3.7"
48
48
traitlets == 5.0.4 ;python_version >= "3.7"
49
49
prompt-toolkit == 1.0.18 ;python_version < "3.6"
50
- prompt-toolkit == 3.0.7 ;python_version >= "3.6"
50
+ prompt-toolkit == 3.0.8 ;python_version >= "3.6"
51
51
ipython == 5.10.0 ;python_version < "3.5"
52
52
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
53
53
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
54
54
ipython == 7.18.1 ;python_version >= "3.7"
55
- colorama == 0.4.3
55
+ colorama == 0.4.4
56
56
pathlib2 == 2.3.5 ;python_version < "3.5"
57
57
importlib-metadata == 2.0.0
58
- virtualenv >= 20.0.33
58
+ virtualenv >= 20.0.34
59
59
pymysql == 0.10.1
60
60
coverage == 5.3
61
61
brython == 3.9.0
Original file line number Diff line number Diff line change 152
152
'traitlets==5.0.4;python_version>="3.7"' ,
153
153
'ipython==5.10.0;python_version<"3.5"' ,
154
154
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
155
- 'prompt-toolkit==3.0.7 ;python_version>="3.6"' ,
155
+ 'prompt-toolkit==3.0.8 ;python_version>="3.6"' ,
156
156
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
157
157
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
158
158
'ipython==7.18.1;python_version>="3.7"' ,
159
- 'colorama==0.4.3 ' ,
159
+ 'colorama==0.4.4 ' ,
160
160
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
161
161
'importlib-metadata==2.0.0' , # Sync with "virtualenv"
162
- 'virtualenv>=20.0.33 ' , # Sync with importlib-metadata and pathlib2
162
+ 'virtualenv>=20.0.34 ' , # Sync with importlib-metadata and pathlib2
163
163
'pymysql==0.10.1' ,
164
164
'coverage==5.3' ,
165
165
'brython==3.9.0' ,
You can’t perform that action at this time.
0 commit comments