Skip to content

Commit

Permalink
Merge pull request #1792 from beeware/autoupdates/config-files
Browse files Browse the repository at this point in the history
Bump dependencies in pyproject.toml and tox.ini
  • Loading branch information
freakboy3742 committed May 12, 2024
2 parents 5350afc + 938e165 commit d6d3f65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
# keep versions in sync with ../pyproject.toml
"setuptools==69.5.1",
"setuptools_scm==8.0.4",
"setuptools_scm==8.1.0",
"setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies",
]
build-backend = "setuptools.build_meta"
Expand Down
1 change: 1 addition & 0 deletions changes/1792.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The pinned dependencies in pyproject.toml and tox.ini were updated to their latest versions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
# keep versions in sync with automation/pyproject.toml
"setuptools==69.5.1",
"setuptools_scm==8.0.4",
"setuptools_scm==8.1.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit d6d3f65

Please sign in to comment.