Skip to content

Commit

Permalink
build(deps): update dependency setuptools to v70.1.0 (#614)
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] committed Jun 24, 2024
1 parent c33fb19 commit 5b5c459
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
Expand Up @@ -2,7 +2,7 @@
build-backend = "setuptools.build_meta"
requires = [
"setuptools-scm==8.1.0",
"setuptools==70.0.0",
"setuptools==70.1.0",
]

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

[project]
Expand Down

0 comments on commit 5b5c459

Please sign in to comment.