Skip to content

Commit

Permalink
build(deps): update dependency setuptools to v71 (#668)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Jul 22, 2024
1 parent b1281b5 commit 72c8764
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 72c8764

Please sign in to comment.