Skip to content

Commit

Permalink
build(deps): update importlib-metadata requirement (#188)
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/CHANGES.rst)
- [Commits](python/importlib_metadata@v1.6.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent 17b0a45 commit 2f69407
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 @@ -17,7 +17,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7.0"
importlib_metadata = { version = ">=1.6,<5.0", python = "<3.8" }
importlib_metadata = { version = ">=1.6,<6.0", python = "<3.8" }
py-moneyed = { version = ">=0.8", optional = true }

[tool.poetry.extras]
Expand Down

0 comments on commit 2f69407

Please sign in to comment.