Skip to content

Commit 5ac0017

Browse files
Update setuptools-scm requirement from >=6.2 to >=9.2.2 (#583)
Updates the requirements on [setuptools-scm](https://github.com/pypa/setuptools-scm) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/v9.2.2/CHANGELOG.md) - [Commits](pypa/setuptools-scm@setuptools-scm-v10.0.0...v9.2.2) --- updated-dependencies: - dependency-name: setuptools-scm dependency-version: 9.2.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cce856e commit 5ac0017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev = [
5454
[build-system]
5555
requires = [
5656
"setuptools>=82.0.1", # Used to build and package the Python project
57-
"setuptools_scm>=6.2", # Gets release version from git. Makes it available programmatically
57+
"setuptools_scm>=9.2.2", # Gets release version from git. Makes it available programmatically
5858
]
5959
build-backend = "setuptools.build_meta"
6060

0 commit comments

Comments
 (0)