Skip to content

Commit

Permalink
build(deps): bump importlib-metadata from 3.10.1 to 4.0.0 (#128)
Browse files Browse the repository at this point in the history
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 3.10.1 to 4.0.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst)
- [Commits](python/importlib_metadata@v3.10.1...v4.0.0)

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 Apr 19, 2021
1 parent aa6de8f commit 12f7061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6.1"
importlib_metadata = {version = ">=1.6,<4.0", python = "<3.8"}
importlib_metadata = {version = ">=1.6,<5.0", python = "<3.8"}

[tool.poetry.dev-dependencies]
black = "^20.8b1"
Expand Down

0 comments on commit 12f7061

Please sign in to comment.