Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-06-11 10:49:23 -04:00
parent 838307d036
commit 309eff2a85
2 changed files with 6 additions and 6 deletions

View File

@ -17,9 +17,9 @@ attrs>=23.1.0;python_version>="3.7"
PyYAML>=6.0
certifi>=2023.5.7
filelock>=3.4.1;python_version<"3.7"
filelock>=3.12.0;python_version>="3.7"
filelock>=3.12.1;python_version>="3.7"
platformdirs>=2.4.0;python_version<"3.7"
platformdirs>=3.5.1;python_version>="3.7"
platformdirs>=3.5.3;python_version>="3.7"
pyparsing>=3.0.7;python_version<"3.7"
pyparsing>=3.0.9;python_version>="3.7"
zipp==3.6.0;python_version<"3.7"
@ -59,7 +59,7 @@ iniconfig==2.0.0;python_version>="3.7"
pluggy==1.0.0
py==1.11.0
pytest==7.0.1;python_version<"3.7"
pytest==7.3.1;python_version>="3.7"
pytest==7.3.2;python_version>="3.7"
pytest-forked==1.4.0;python_version<"3.7"
pytest-forked==1.6.0;python_version>="3.7"
pytest-html==2.0.1

View File

@ -141,9 +141,9 @@ setup(
"PyYAML>=6.0",
"certifi>=2023.5.7",
'filelock>=3.4.1;python_version<"3.7"',
'filelock>=3.12.0;python_version>="3.7"',
'filelock>=3.12.1;python_version>="3.7"',
'platformdirs>=2.4.0;python_version<"3.7"',
'platformdirs>=3.5.1;python_version>="3.7"',
'platformdirs>=3.5.3;python_version>="3.7"',
'pyparsing>=3.0.7;python_version<"3.7"',
'pyparsing>=3.0.9;python_version>="3.7"',
'zipp==3.6.0;python_version<"3.7"',
@ -183,7 +183,7 @@ setup(
"pluggy==1.0.0",
"py==1.11.0",
'pytest==7.0.1;python_version<"3.7"',
'pytest==7.3.1;python_version>="3.7"',
'pytest==7.3.2;python_version>="3.7"',
'pytest-forked==1.4.0;python_version<"3.7"',
'pytest-forked==1.6.0;python_version>="3.7"',
"pytest-html==2.0.1", # Newer ones had issues