Skip to content

Commit 57425d9

Browse files
build(deps-dev): bump setuptools-scm from 8.0.4 to 8.1.0
Bumps [setuptools-scm](https://github.com/pypa/setuptools_scm) from 8.0.4 to 8.1.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.0.4...v8.1.0) --- updated-dependencies: - dependency-name: setuptools-scm dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e756233 commit 57425d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def _download_and_extract_local_driver(
222222
"pyee==11.1.0",
223223
],
224224
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
225-
setup_requires=["setuptools-scm==8.0.4", "wheel==0.42.0"],
225+
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],
226226
classifiers=[
227227
"Topic :: Software Development :: Testing",
228228
"Topic :: Internet :: WWW/HTTP :: Browsers",

0 commit comments

Comments
 (0)