Skip to content

Commit 2311243

Browse files
build(deps-dev): update importlib-metadata requirement (#876)
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@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 9.0.0 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 4df333b commit 2311243

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
@@ -41,7 +41,7 @@ dev = [
4141
"coverage~=7.2",
4242
"cql2>=0.3.7",
4343
"doc8~=2.0.0",
44-
"importlib-metadata~=8.0",
44+
"importlib-metadata~=9.0",
4545
"mypy~=1.2",
4646
"orjson~=3.8",
4747
"pre-commit~=4.0",

0 commit comments

Comments
 (0)