Skip to content

Commit

Permalink
build(deps): update dependency setuptools to v74.1.2 (#721)
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 Sep 10, 2024
1 parent d4c0889 commit 5b193ec
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==74.0.0",
"setuptools==74.1.2",
"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==74.0.0",
"setuptools==74.1.2",
"setuptools-scm==8.1.0",
]

Expand Down

0 comments on commit 5b193ec

Please sign in to comment.