8000 Bump importlib-metadata from 3.4.0 to 4.0.1 by dependabot[bot] · Pull Request #43 · staticdev/github4.py · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Bump importlib-metadata from 3.4.0 to 4.0.1 #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump importlib-metadata from 3.4.0 to 4.0.1
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 3.4.0 to 4.0.1.
- [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.4.0...v4.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2021
commit 7e06aada8e6bdccfd0c6465462d02df396ab1eba
23 changes: 18 additions & 5 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 @@ -29,7 +29,7 @@ python-dateutil = "^2.8.1"
requests = "^2.25.1"
jwcrypto = "^0.8"
uritemplate = "^3.0.1"
importlib-metadata = {version = "^3.4.0", python = "<3.8"}
importlib-metadata = {version = ">=3.4,<5.0", python = "<3.8"}

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
Expand Down
0