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 @@ -45,7 +45,7 @@ pyopenssl==19.1.0
45
45
pygments == 2.5.2 ;python_version < "3.5"
46
46
pygments == 2.6.1 ;python_version >= "3.5"
47
47
traitlets == 4.3.3 ;python_version < "3.7"
48
- traitlets == 5.0.3 ;python_version >= "3.7"
48
+ traitlets == 5.0.4 ;python_version >= "3.7"
49
49
prompt-toolkit == 1.0.18 ;python_version < "3.6"
50
50
prompt-toolkit == 3.0.7 ;python_version >= "3.6"
51
51
ipython == 5.10.0 ;python_version < "3.5"
@@ -59,7 +59,7 @@ brython==3.8.10
59
59
pyotp == 2.4.0
60
60
boto == 2.49.0
61
61
cffi == 1.14.2
62
- rich == 6.0.0 ;python_version >= "3.6" and python_version<"4.0"
62
+ rich == 6.1.1 ;python_version >= "3.6" and python_version<"4.0"
63
63
flake8 == 3.7.9 ;python_version < "3.5"
64
64
flake8 == 3.8.3 ;python_version >= "3.5"
65
65
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 137
137
'pygments==2.5.2;python_version<"3.5"' ,
138
138
'pygments==2.6.1;python_version>="3.5"' ,
139
139
'traitlets==4.3.3;python_version<"3.7"' ,
140
- 'traitlets==5.0.3 ;python_version>="3.7"' ,
140
+ 'traitlets==5.0.4 ;python_version>="3.7"' ,
141
141
'ipython==5.10.0;python_version<"3.5"' ,
142
142
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
143
143
'prompt-toolkit==3.0.7;python_version>="3.6"' ,
151
151
'pyotp==2.4.0' ,
152
152
'boto==2.49.0' ,
153
153
'cffi==1.14.2' ,
154
- 'rich==6.0.0 ;python_version>="3.6" and python_version<"4.0"' ,
154
+ 'rich==6.1.1 ;python_version>="3.6" and python_version<"4.0"' ,
155
155
'flake8==3.7.9;python_version<"3.5"' ,
156
156
'flake8==3.8.3;python_version>="3.5"' ,
157
157
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments