Refresh Python dependencies

This commit is contained in:
Michael Mintz 2022-11-02 02:25:49 -04:00
parent ec706aa0cc
commit d8b0032f47
2 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ pytest-html==1.22.1;python_version<"3.6"
pytest-html==2.0.1;python_version>="3.6"
pytest-metadata==1.8.0;python_version<"3.6"
pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
pytest-metadata==2.0.3;python_version>="3.7"
pytest-metadata==2.0.4;python_version>="3.7"
pytest-ordering==0.6
pytest-rerunfailures==8.0;python_version<"3.6"
pytest-rerunfailures==10.2;python_version>="3.6"
@ -98,7 +98,7 @@ beautifulsoup4==4.9.3;python_version<"3.6"
beautifulsoup4==4.11.1;python_version>="3.6"
cryptography==2.9.2;python_version<"3.6"
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
cryptography==38.0.1;python_version>="3.7"
cryptography==38.0.3;python_version>="3.7"
pygments==2.5.2;python_version<"3.6"
pygments==2.13.0;python_version>="3.6"
prompt-toolkit==1.0.18;python_version<"3.6"

View File

@ -205,7 +205,7 @@ setup(
'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
'pytest-metadata==1.8.0;python_version<"3.6"',
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
'pytest-metadata==2.0.3;python_version>="3.7"',
'pytest-metadata==2.0.4;python_version>="3.7"',
"pytest-ordering==0.6",
'pytest-rerunfailures==8.0;python_version<"3.6"',
'pytest-rerunfailures==10.2;python_version>="3.6"',
@ -223,7 +223,7 @@ setup(
'beautifulsoup4==4.11.1;python_version>="3.6"',
'cryptography==2.9.2;python_version<"3.6"',
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
'cryptography==38.0.1;python_version>="3.7"',
'cryptography==38.0.3;python_version>="3.7"',
'pygments==2.5.2;python_version<"3.6"',
'pygments==2.13.0;python_version>="3.6"',
'prompt-toolkit==1.0.18;python_version<"3.6"',