Skip to content

Commit

Permalink
Bump dependencies in pyproject.toml and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
brutusthebee committed Sep 1, 2024
1 parent 2a2da7c commit 36542b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
# keep versions in sync with ../pyproject.toml
"setuptools==73.0.1",
"setuptools==74.0.0",
"setuptools_scm==8.1.0",
"setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies",
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
# keep versions in sync with automation/pyproject.toml
"setuptools==73.0.1",
"setuptools==74.0.0",
"setuptools_scm==8.1.0",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 36542b8

Please sign in to comment.