We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d495df commit 162ce10Copy full SHA for 162ce10
pyproject.toml
@@ -55,7 +55,7 @@ dev = [
55
"pytest-xdist ~= 3.6.0",
56
"respx ~= 0.21.0",
57
"ruff ~= 0.4.0",
58
- "setuptools ~= 70.0.0", # setuptools are used by pytest, but not explicitly required
+ "setuptools ~= 70.1.0", # setuptools are used by pytest, but not explicitly required
59
"twine ~= 5.1.0",
60
"types-aiofiles ~= 23.2.0.20240403",
61
"types-colorama ~= 0.4.15.20240311",
@@ -74,7 +74,7 @@ scrapy = [
74
"Apify Homepage" = "https://apify.com"
75
76
[build-system]
77
-requires = ["setuptools ~= 70.0.0", "wheel"]
+requires = ["setuptools ~= 70.1.0", "wheel"]
78
build-backend = "setuptools.build_meta"
79
80
[tool.setuptools.packages.find]
0 commit comments