Skip to content

Commit

Permalink
⬆️ Bump importlib-metadata from 1.7.0 to 3.7.3
Browse files Browse the repository at this point in the history
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 1.7.0 to 3.7.3.
- [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.7.0...v3.7.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent 02c38ce commit 0c1c27e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 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
Expand Up @@ -33,7 +33,7 @@ classifiers = [ # Update me

[tool.poetry.dependencies]
python = "^3.7"
importlib_metadata = {version = "^1.6.0", python = "<3.8"}
importlib_metadata = {version = ">=1.6,<4.0", python = "<3.8"}
typer = {extras = ["all"], version = "^0.3.2"}
rich = "^9.8.2"
beautifulsoup4 = "^4.9.0"
Expand Down

0 comments on commit 0c1c27e

Please sign in to comment.