Skip to content

Commit 07df304

Browse files
authored
Merge pull request #3 from codebydivine/dependabot/pip/setuptools-gte-61.0-and-lt-81.0
chore(deps): update setuptools requirement from <70.0,>=61.0 to >=61.0,<81.0
2 parents 90f02c3 + e38d69c commit 07df304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0,<70.0", "wheel"]
2+
requires = ["setuptools>=61.0,<81.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)