Skip to content

Commit

Permalink
Update importlib-metadata requirement from <7,>=6.0 to >=6.0,<8
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.0.0...v7.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 758adc2 commit 423379e
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 @@ -29,7 +29,7 @@ dependencies = [
"Jinja2>=3.1.3,<4",
"click>=7.0,<9.0",
"python-dateutil>=2.0,<3",
"importlib_metadata>=6.0,<7",
"importlib_metadata>=6.0,<8",
"typing-extensions>=4.4,<5",
]

Expand Down

0 comments on commit 423379e

Please sign in to comment.