Skip to content

Commit

Permalink
build(deps-dev): update importlib-metadata requirement from ~=6.6.0 t…
Browse files Browse the repository at this point in the history
…o >=6.6,<6.8 (#544)

* build(deps-dev): update importlib-metadata requirement

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/CHANGES.rst)
- [Commits](python/importlib_metadata@v6.6.0...v6.7.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: use ~=

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
  • Loading branch information
dependabot[bot] and gadomski committed Jun 20, 2023
1 parent df03449 commit d1ffeda
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.6.0",
"importlib-metadata~=6.7",
"mypy~=1.2",
"orjson~=3.8",
"pre-commit~=3.2",
Expand Down

0 comments on commit d1ffeda

Please sign in to comment.