Skip to content

Commit

Permalink
build(deps): update dependency setuptools to v71
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] committed Jul 22, 2024
1 parent 1a4f7a9 commit 500476c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools==70.3.0",
"setuptools==71.1.0",
"setuptools-scm==8.1.0",
]

Expand Down
2 changes: 1 addition & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools==70.3.0",
"setuptools==71.1.0",
"setuptools-scm==8.1.0",
]

Expand Down

0 comments on commit 500476c

Please sign in to comment.