Skip to content

Commit 48727f2

Browse files
chore: update setuptools requirement from ~=78.1 to ~=80.1 in /{{cookiecutter.repo_name}} (#113)
1 parent 0cecf70 commit 48727f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev = [
1717
]
1818

1919
[build-system]
20-
requires = ["setuptools~=78.1"]
20+
requires = ["setuptools~=80.1"]
2121
build-backend = "setuptools.build_meta"
2222

2323
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)