Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-08-15 17:27:49 -04:00
parent 14cb0ebd5d
commit 27eaa4eb62
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@ pip>=23.2.1;python_version>="3.7"
packaging>=21.3;python_version<"3.7"
packaging>=23.1;python_version>="3.7"
setuptools>=59.6.0;python_version<"3.7"
setuptools>=68.0.0;python_version>="3.7"
setuptools>=68.0.0;python_version>="3.7" and python_version<"3.8"
setuptools>=68.1.0;python_version>="3.8"
wheel>=0.37.1;python_version<"3.7"
wheel>=0.41.1;python_version>="3.7"
attrs==22.1.0;python_version<"3.7"

View File

@ -137,7 +137,8 @@ setup(
'packaging>=21.3;python_version<"3.7"',
'packaging>=23.1;python_version>="3.7"',
'setuptools>=59.6.0;python_version<"3.7"',
'setuptools>=68.0.0;python_version>="3.7"',
'setuptools>=68.0.0;python_version>="3.7" and python_version<"3.8"',
'setuptools>=68.1.0;python_version>="3.8"',
'wheel>=0.37.1;python_version<"3.7"',
'wheel>=0.41.1;python_version>="3.7"',
'attrs==22.1.0;python_version<"3.7"',