Skip to content

Commit

Permalink
build(deps): update importlib-metadata requirement from ^1.0 to >=1,<5 (
Browse files Browse the repository at this point in the history
#7)

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@v1.0.0...v4.8.3)

---
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>
  • Loading branch information
dependabot[bot] authored Jan 10, 2022
1 parent 03097c3 commit eed54ca
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 @@ -21,7 +21,7 @@ python = ">=3.6.2,<3.10"
schema = "^0.7.5"
ffmpeg-python = "^0.2.0"
PyYAML = "^6.0"
importlib-metadata = { version = "^1.0", python = "<3.8" }
importlib-metadata = { version = ">=1,<5", python = "<3.8" }
Sphinx = {version = "^4.3.2", optional = true}
sphinx-rtd-theme = {version = "^1.0.0", optional = true}
sphinxcontrib-napoleon = {version = "^0.7", optional = true}
Expand Down

0 comments on commit eed54ca

Please sign in to comment.