File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
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.10
4
+ mkdocs-material == 5.5.11
5
5
mkdocs-simple-hooks == 0.1.1
6
6
mkdocs-material-extensions == 1.0
7
7
mkdocs-minify-plugin == 0.3.0
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ urllib3==1.25.10
15
15
requests == 2.24.0
16
16
selenium == 3.141.0
17
17
msedge-selenium-tools == 3.141.2
18
+ more-itertools == 5.0.0 ;python_version < "3.5"
19
+ more-itertools == 8.5.0 ;python_version >= "3.5"
18
20
pluggy == 0.13.1
19
21
attrs >= 20.1.0
20
22
py == 1.8.1 ;python_version < "3.5"
@@ -40,16 +42,16 @@ cryptography==3.0;python_version<"3.6"
40
42
cryptography == 3.1 ;python_version >= "3.6"
41
43
pyopenssl == 19.1.0
42
44
prompt-toolkit == 1.0.18 ;python_version < "3.6.1"
43
- prompt-toolkit == 3.0.6 ;python_version >= "3.6.1"
45
+ prompt-toolkit == 3.0.7 ;python_version >= "3.6.1"
44
46
pygments == 2.5.2 ;python_version < "3.5"
45
47
pygments == 2.6.1 ;python_version >= "3.5"
46
48
ipython == 5.10.0 ;python_version < "3.5"
47
49
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.7"
48
- ipython == 7.17.0 ;python_version >= "3.7"
50
+ ipython == 7.18.1 ;python_version >= "3.7"
49
51
colorama == 0.4.3
50
52
pymysql == 0.10.0
51
53
coverage == 5.2.1
52
- brython >= 3.8.9
54
+ brython == 3.8.10
53
55
pyotp == 2.4.0
54
56
boto == 2.49.0
55
57
cffi == 1.14.2
Original file line number Diff line number Diff line change 107
107
'requests==2.24.0' ,
108
108
'selenium==3.141.0' ,
109
109
'msedge-selenium-tools==3.141.2' ,
110
+ 'more-itertools==5.0.0;python_version<"3.5"' ,
111
+ 'more-itertools==8.5.0;python_version>="3.5"' ,
110
112
'pluggy==0.13.1' ,
111
113
'attrs>=20.1.0' ,
112
114
'py==1.8.1;python_version<"3.5"' ,
132
134
'cryptography==3.1;python_version>="3.6"' ,
133
135
'pyopenssl==19.1.0' ,
134
136
'prompt-toolkit==1.0.18;python_version<"3.6.1"' ,
135
- 'prompt-toolkit==3.0.6 ;python_version>="3.6.1"' ,
137
+ 'prompt-toolkit==3.0.7 ;python_version>="3.6.1"' ,
136
138
'pygments==2.5.2;python_version<"3.5"' ,
137
139
'pygments==2.6.1;python_version>="3.5"' ,
138
140
'ipython==5.10.0;python_version<"3.5"' ,
139
141
'ipython==6.5.0;python_version>="3.5" and python_version<"3.7"' ,
140
- 'ipython==7.17.0 ;python_version>="3.7"' ,
142
+ 'ipython==7.18.1 ;python_version>="3.7"' ,
141
143
'colorama==0.4.3' ,
142
144
'pymysql==0.10.0' ,
143
145
'coverage==5.2.1' ,
144
- 'brython>= 3.8.9 ' ,
146
+ 'brython== 3.8.10 ' ,
145
147
'pyotp==2.4.0' ,
146
148
'boto==2.49.0' ,
147
149
'cffi==1.14.2' ,
You can’t perform that action at this time.
0 commit comments