File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
livereload == 2.6.2 ;python_version >= "3.6"
2
2
mkdocs == 1.1.2
3
- mkdocs-material == 5.5.0
3
+ mkdocs-material == 5.5.1
4
4
mkdocs-simple-hooks == 0.1.1
5
5
mkdocs-material-extensions == 1.0
6
6
mkdocs-minify-plugin == 0.3.0
Original file line number Diff line number Diff line change 1
1
pip >= 20.2
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
- setuptools >= 49.2.0 ;python_version >= "3.5"
4
+ setuptools >= 49.2.1 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.34.2
7
7
six == 1.15.0
@@ -45,7 +45,7 @@ brython>=3.8.9
45
45
pyotp == 2.4.0
46
46
boto == 2.49.0
47
47
cffi == 1.14.1
48
- rich == 4.2.1 ;python_version >= "3.6" and python_version<"4.0"
48
+ rich == 5.0.0 ;python_version >= "3.6" and python_version<"4.0"
49
49
flake8 == 3.7.9 ;python_version < "3.5"
50
50
flake8 == 3.8.3 ;python_version >= "3.5"
51
51
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 93
93
'pip>=20.2' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
- 'setuptools>=49.2.0 ;python_version>="3.5"' ,
96
+ 'setuptools>=49.2.1 ;python_version>="3.5"' ,
97
97
'setuptools-scm' ,
98
98
'wheel' ,
99
99
'six' ,
137
137
'pyotp==2.4.0' ,
138
138
'boto==2.49.0' ,
139
139
'cffi==1.14.1' ,
140
- 'rich==4.2.1 ;python_version>="3.6" and python_version<"4.0"' ,
140
+ 'rich==5.0.0 ;python_version>="3.6" and python_version<"4.0"' ,
141
141
'flake8==3.7.9;python_version<"3.5"' ,
142
142
'flake8==3.8.3;python_version>="3.5"' ,
143
143
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments