Skip to content

Commit c5d4488

Browse files
committed
Update dependencies
1 parent 7eb232f commit c5d4488

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
regex>=2020.10.23
1+
regex>=2020.10.28
22
tqdm>=4.51.0
33
livereload==2.6.3;python_version>="3.6"
44
Markdown==3.3.3
55
readme-renderer==28.0
66
pymdown-extensions==8.0.1
77
mkdocs==1.1.2
88
mkdocs-material==6.1.0
9-
mkdocs-simple-hooks==0.1.1
9+
mkdocs-simple-hooks==0.1.2
1010
mkdocs-material-extensions==1.0.1
1111
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ requests==2.24.0
1616
selenium==3.141.0
1717
msedge-selenium-tools==3.141.2
1818
more-itertools==5.0.0;python_version<"3.5"
19-
more-itertools==8.5.0;python_version>="3.5"
19+
more-itertools==8.6.0;python_version>="3.5"
2020
cssselect==1.1.0
2121
pluggy==0.13.1
2222
attrs>=20.2.0
2323
py==1.8.1;python_version<"3.5"
2424
py==1.9.0;python_version>="3.5"
2525
pytest==4.6.11;python_version<"3.5"
26-
pytest==6.1.1;python_version>="3.5"
26+
pytest==6.1.2;python_version>="3.5"
2727
pytest-cov==2.10.1
2828
pytest-forked==1.3.0
2929
pytest-html==1.22.1;python_version<"3.6"
@@ -40,7 +40,7 @@ soupsieve==1.9.6;python_version<"3.5"
4040
soupsieve==2.0.1;python_version>="3.5"
4141
beautifulsoup4==4.9.3
4242
cryptography==3.0;python_version<"3.6"
43-
cryptography==3.2;python_version>="3.6"
43+
cryptography==3.2.1;python_version>="3.6"
4444
pyopenssl==19.1.0
4545
pygments==2.5.2;python_version<"3.5"
4646
pygments==2.7.2;python_version>="3.5"
@@ -70,6 +70,6 @@ flake8==3.8.4;python_version>="3.5"
7070
pyflakes==2.1.1;python_version<"3.5"
7171
pyflakes==2.2.0;python_version>="3.5"
7272
certifi>=2020.6.20
73-
allure-pytest==2.8.18
73+
allure-pytest==2.8.19
7474
pdfminer.six==20191110;python_version<"3.5"
7575
pdfminer.six==20201018;python_version>="3.5"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@
120120
'selenium==3.141.0',
121121
'msedge-selenium-tools==3.141.2',
122122
'more-itertools==5.0.0;python_version<"3.5"',
123-
'more-itertools==8.5.0;python_version>="3.5"',
123+
'more-itertools==8.6.0;python_version>="3.5"',
124124
'cssselect==1.1.0',
125125
'pluggy==0.13.1',
126126
'attrs>=20.2.0',
127127
'py==1.8.1;python_version<"3.5"',
128128
'py==1.9.0;python_version>="3.5"',
129129
'pytest==4.6.11;python_version<"3.5"',
130-
'pytest==6.1.1;python_version>="3.5"',
130+
'pytest==6.1.2;python_version>="3.5"',
131131
'pytest-cov==2.10.1',
132132
'pytest-forked==1.3.0',
133133
'pytest-html==1.22.1;python_version<"3.6"',
@@ -144,7 +144,7 @@
144144
'soupsieve==2.0.1;python_version>="3.5"',
145145
'beautifulsoup4==4.9.3',
146146
'cryptography==3.0;python_version<"3.6"',
147-
'cryptography==3.2;python_version>="3.6"',
147+
'cryptography==3.2.1;python_version>="3.6"',
148148
'pyopenssl==19.1.0',
149149
'pygments==2.5.2;python_version<"3.5"',
150150
'pygments==2.7.2;python_version>="3.5"',
@@ -174,7 +174,7 @@
174174
'pyflakes==2.1.1;python_version<"3.5"',
175175
'pyflakes==2.2.0;python_version>="3.5"',
176176
'certifi>=2020.6.20',
177-
'allure-pytest==2.8.18',
177+
'allure-pytest==2.8.19',
178178
'pdfminer.six==20191110;python_version<"3.5"',
179179
'pdfminer.six==20201018;python_version>="3.5"',
180180
],

0 commit comments

Comments
 (0)