Skip to content

Commit 3d98ec5

Browse files
Bump setuptools-scm from 8.3.1 to 9.2.0 (#2447)
Bumps [setuptools-scm](https://github.com/pypa/setuptools-scm) from 8.3.1 to 9.2.0. - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.3.1...v9.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fef98ba commit 3d98ec5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

automation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
# keep versions in sync with ../pyproject.toml
44
"setuptools==80.9.0",
5-
"setuptools_scm==8.3.1",
5+
"setuptools_scm==9.2.0",
66
"setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies",
77
]
88
build-backend = "setuptools.build_meta"

changes/2447.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated setuptools-scm from 8.3.1 to 9.2.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
# keep versions in sync with automation/pyproject.toml
44
"setuptools==80.9.0",
5-
"setuptools_scm==8.3.1",
5+
"setuptools_scm==9.2.0",
66
]
77
build-backend = "setuptools.build_meta"
88

0 commit comments

Comments
 (0)