Skip to content

Commit

Permalink
chore(deps): bump importlib-metadata from 2.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 2.0.0 to 3.1.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/master/CHANGES.rst)
- [Commits](python/importlib_metadata@v2.0.0...v3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2020
1 parent 9aa9d17 commit b0b2480
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 @@ -25,7 +25,7 @@ python = "^3.7"
numpy = "^1.18.2"
matplotlib = "^3.2.1"
scipy = "^1.4.1"
importlib-metadata = {version = "^2.0.0", python = "<=3.7"}
importlib-metadata = {version = ">=2,<4", python = "<=3.7"}
nox = "^2020.8.22"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit b0b2480

Please sign in to comment.