Skip to content

Commit

Permalink
build(deps-dev): bump setuptools-scm from 8.0.4 to 8.1.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 8dc3978 commit 37a5393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _download_and_extract_local_driver(
"pyee==11.1.0",
],
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
setup_requires=["setuptools-scm==8.0.4", "wheel==0.42.0"],
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],
classifiers=[
"Topic :: Software Development :: Testing",
"Topic :: Internet :: WWW/HTTP :: Browsers",
Expand Down

0 comments on commit 37a5393

Please sign in to comment.