Skip to content

Commit 162ce10

Browse files
chore(deps): update dependency setuptools to ~=70.1.0 (#214)
1 parent 0d495df commit 162ce10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555
"pytest-xdist ~= 3.6.0",
5656
"respx ~= 0.21.0",
5757
"ruff ~= 0.4.0",
58-
"setuptools ~= 70.0.0", # setuptools are used by pytest, but not explicitly required
58+
"setuptools ~= 70.1.0", # setuptools are used by pytest, but not explicitly required
5959
"twine ~= 5.1.0",
6060
"types-aiofiles ~= 23.2.0.20240403",
6161
"types-colorama ~= 0.4.15.20240311",
@@ -74,7 +74,7 @@ scrapy = [
7474
"Apify Homepage" = "https://apify.com"
7575

7676
[build-system]
77-
requires = ["setuptools ~= 70.0.0", "wheel"]
77+
requires = ["setuptools ~= 70.1.0", "wheel"]
7878
build-backend = "setuptools.build_meta"
7979

8080
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)