Skip to content

Commit e1720d6

Browse files
chore(deps): update dependency setuptools to v74
1 parent a19fe3a commit e1720d6

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
@@ -44,7 +44,7 @@ dev = [
4444
"pytest-xdist ~= 3.6.0",
4545
"redbaron ~= 0.9.0",
4646
"ruff ~= 0.5.0",
47-
"setuptools ~= 70.3.0", # setuptools are used by pytest, but not explicitly required
47+
"setuptools ~=74.0.0", # setuptools are used by pytest, but not explicitly required
4848
"twine ~= 5.1.0",
4949
]
5050

@@ -57,7 +57,7 @@ dev = [
5757
"Apify Homepage" = "https://apify.com"
5858

5959
[build-system]
60-
requires = ["setuptools ~= 70.3.0", "wheel"]
60+
requires = ["setuptools ~=74.0.0", "wheel"]
6161
build-backend = "setuptools.build_meta"
6262

6363
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)