File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
livereload == 2.6.3 ;python_version >= "3.6"
2
2
pymdown-extensions == 8.0
3
3
mkdocs == 1.1.2
4
- mkdocs-material == 5.5.13
4
+ mkdocs-material == 5.5.14
5
5
mkdocs-simple-hooks == 0.1.1
6
- mkdocs-material-extensions == 1.0
6
+ mkdocs-material-extensions == 1.0.1
7
7
mkdocs-minify-plugin == 0.3.0
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ soupsieve==1.9.6;python_version<"3.5"
40
40
soupsieve == 2.0.1 ;python_version >= "3.5"
41
41
beautifulsoup4 == 4.9.1
42
42
cryptography == 3.0 ;python_version < "3.6"
43
- cryptography == 3.1 ;python_version >= "3.6"
43
+ cryptography == 3.1.1 ;python_version >= "3.6"
44
44
pyopenssl == 19.1.0
45
45
pygments == 2.5.2 ;python_version < "3.5"
46
46
pygments == 2.7.1 ;python_version >= "3.5"
@@ -59,6 +59,9 @@ brython==3.8.10
59
59
pyotp == 2.4.0
60
60
boto == 2.49.0
61
61
cffi == 1.14.3
62
+ zipp == 1.2.0 ;python_version < "3.6"
63
+ zipp == 3.2.0 ;python_version >= "3.6"
64
+ importlib-metadata == 2.0.0
62
65
rich == 7.0.0 ;python_version >= "3.6" and python_version<"4.0"
63
66
flake8 == 3.7.9 ;python_version < "3.5"
64
67
flake8 == 3.8.3 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 132
132
'soupsieve==2.0.1;python_version>="3.5"' ,
133
133
'beautifulsoup4==4.9.1' ,
134
134
'cryptography==3.0;python_version<"3.6"' ,
135
- 'cryptography==3.1;python_version>="3.6"' ,
135
+ 'cryptography==3.1.1 ;python_version>="3.6"' ,
136
136
'pyopenssl==19.1.0' ,
137
137
'pygments==2.5.2;python_version<"3.5"' ,
138
138
'pygments==2.7.1;python_version>="3.5"' ,
151
151
'pyotp==2.4.0' ,
152
152
'boto==2.49.0' ,
153
153
'cffi==1.14.3' ,
154
+ 'zipp==1.2.0;python_version<"3.6"' ,
155
+ 'zipp==3.2.0;python_version>="3.6"' ,
156
+ 'importlib-metadata==2.0.0' ,
154
157
'rich==7.0.0;python_version>="3.6" and python_version<"4.0"' ,
155
158
'flake8==3.7.9;python_version<"3.5"' ,
156
159
'flake8==3.8.3;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments