Skip to content

Commit ada2ba4

Browse files
build(deps): update importlib-metadata requirement from ~=7.0 to ~=8.0 (#705)
Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cee0fc1 commit ada2ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
"codespell~=2.3.0",
4343
"coverage~=7.2",
4444
"doc8~=1.1.1",
45-
"importlib-metadata~=7.0",
45+
"importlib-metadata~=8.0",
4646
"mypy~=1.2",
4747
"orjson~=3.8",
4848
"pre-commit~=3.2",

0 commit comments

Comments
 (0)