Skip to content

Commit

Permalink
build(deps-dev): update importlib-metadata requirement (#619)
Browse files Browse the repository at this point in the history
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@v6.7.0...v7.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>
Co-authored-by: Pete Gadomski <[email protected]>
  • Loading branch information
dependabot[bot] and gadomski authored Dec 4, 2023
1 parent 36e546d commit b5733f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dev = [
"codespell~=2.2.4",
"coverage~=7.2",
"doc8~=1.1.1",
"importlib-metadata~=6.7",
"importlib-metadata~=7.0",
"mypy~=1.2",
"orjson~=3.8",
"pre-commit~=3.2",
Expand Down

0 comments on commit b5733f1

Please sign in to comment.