Update dependencies

This commit is contained in:
Michael Mintz 2020-10-30 14:06:39 -04:00
parent 7eb232f023
commit c5d4488950
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
regex>=2020.10.23 regex>=2020.10.28
tqdm>=4.51.0 tqdm>=4.51.0
livereload==2.6.3;python_version>="3.6" livereload==2.6.3;python_version>="3.6"
Markdown==3.3.3 Markdown==3.3.3
@ -6,6 +6,6 @@ readme-renderer==28.0
pymdown-extensions==8.0.1 pymdown-extensions==8.0.1
mkdocs==1.1.2 mkdocs==1.1.2
mkdocs-material==6.1.0 mkdocs-material==6.1.0
mkdocs-simple-hooks==0.1.1 mkdocs-simple-hooks==0.1.2
mkdocs-material-extensions==1.0.1 mkdocs-material-extensions==1.0.1
mkdocs-minify-plugin==0.3.0 mkdocs-minify-plugin==0.3.0

View File

@ -16,14 +16,14 @@ requests==2.24.0
selenium==3.141.0 selenium==3.141.0
msedge-selenium-tools==3.141.2 msedge-selenium-tools==3.141.2
more-itertools==5.0.0;python_version<"3.5" more-itertools==5.0.0;python_version<"3.5"
more-itertools==8.5.0;python_version>="3.5" more-itertools==8.6.0;python_version>="3.5"
cssselect==1.1.0 cssselect==1.1.0
pluggy==0.13.1 pluggy==0.13.1
attrs>=20.2.0 attrs>=20.2.0
py==1.8.1;python_version<"3.5" py==1.8.1;python_version<"3.5"
py==1.9.0;python_version>="3.5" py==1.9.0;python_version>="3.5"
pytest==4.6.11;python_version<"3.5" pytest==4.6.11;python_version<"3.5"
pytest==6.1.1;python_version>="3.5" pytest==6.1.2;python_version>="3.5"
pytest-cov==2.10.1 pytest-cov==2.10.1
pytest-forked==1.3.0 pytest-forked==1.3.0
pytest-html==1.22.1;python_version<"3.6" pytest-html==1.22.1;python_version<"3.6"
@ -40,7 +40,7 @@ soupsieve==1.9.6;python_version<"3.5"
soupsieve==2.0.1;python_version>="3.5" soupsieve==2.0.1;python_version>="3.5"
beautifulsoup4==4.9.3 beautifulsoup4==4.9.3
cryptography==3.0;python_version<"3.6" cryptography==3.0;python_version<"3.6"
cryptography==3.2;python_version>="3.6" cryptography==3.2.1;python_version>="3.6"
pyopenssl==19.1.0 pyopenssl==19.1.0
pygments==2.5.2;python_version<"3.5" pygments==2.5.2;python_version<"3.5"
pygments==2.7.2;python_version>="3.5" pygments==2.7.2;python_version>="3.5"
@ -70,6 +70,6 @@ flake8==3.8.4;python_version>="3.5"
pyflakes==2.1.1;python_version<"3.5" pyflakes==2.1.1;python_version<"3.5"
pyflakes==2.2.0;python_version>="3.5" pyflakes==2.2.0;python_version>="3.5"
certifi>=2020.6.20 certifi>=2020.6.20
allure-pytest==2.8.18 allure-pytest==2.8.19
pdfminer.six==20191110;python_version<"3.5" pdfminer.six==20191110;python_version<"3.5"
pdfminer.six==20201018;python_version>="3.5" pdfminer.six==20201018;python_version>="3.5"

View File

@ -120,14 +120,14 @@ setup(
'selenium==3.141.0', 'selenium==3.141.0',
'msedge-selenium-tools==3.141.2', 'msedge-selenium-tools==3.141.2',
'more-itertools==5.0.0;python_version<"3.5"', 'more-itertools==5.0.0;python_version<"3.5"',
'more-itertools==8.5.0;python_version>="3.5"', 'more-itertools==8.6.0;python_version>="3.5"',
'cssselect==1.1.0', 'cssselect==1.1.0',
'pluggy==0.13.1', 'pluggy==0.13.1',
'attrs>=20.2.0', 'attrs>=20.2.0',
'py==1.8.1;python_version<"3.5"', 'py==1.8.1;python_version<"3.5"',
'py==1.9.0;python_version>="3.5"', 'py==1.9.0;python_version>="3.5"',
'pytest==4.6.11;python_version<"3.5"', 'pytest==4.6.11;python_version<"3.5"',
'pytest==6.1.1;python_version>="3.5"', 'pytest==6.1.2;python_version>="3.5"',
'pytest-cov==2.10.1', 'pytest-cov==2.10.1',
'pytest-forked==1.3.0', 'pytest-forked==1.3.0',
'pytest-html==1.22.1;python_version<"3.6"', 'pytest-html==1.22.1;python_version<"3.6"',
@ -144,7 +144,7 @@ setup(
'soupsieve==2.0.1;python_version>="3.5"', 'soupsieve==2.0.1;python_version>="3.5"',
'beautifulsoup4==4.9.3', 'beautifulsoup4==4.9.3',
'cryptography==3.0;python_version<"3.6"', 'cryptography==3.0;python_version<"3.6"',
'cryptography==3.2;python_version>="3.6"', 'cryptography==3.2.1;python_version>="3.6"',
'pyopenssl==19.1.0', 'pyopenssl==19.1.0',
'pygments==2.5.2;python_version<"3.5"', 'pygments==2.5.2;python_version<"3.5"',
'pygments==2.7.2;python_version>="3.5"', 'pygments==2.7.2;python_version>="3.5"',
@ -174,7 +174,7 @@ setup(
'pyflakes==2.1.1;python_version<"3.5"', 'pyflakes==2.1.1;python_version<"3.5"',
'pyflakes==2.2.0;python_version>="3.5"', 'pyflakes==2.2.0;python_version>="3.5"',
'certifi>=2020.6.20', 'certifi>=2020.6.20',
'allure-pytest==2.8.18', 'allure-pytest==2.8.19',
'pdfminer.six==20191110;python_version<"3.5"', 'pdfminer.six==20191110;python_version<"3.5"',
'pdfminer.six==20201018;python_version>="3.5"', 'pdfminer.six==20201018;python_version>="3.5"',
], ],