Skip to content

Commit 6019ba0

Browse files
chore(deps-dev): bump importlib-metadata from 4.13.0 to 5.1.0 (#1750)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rúben Fonseca <fonseka@gmail.com>
1 parent 95b6ab7 commit 6019ba0

File tree

2 files changed

+56
-5
lines changed

2 files changed

+56
-5
lines changed

poetry.lock

Lines changed: 49 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ coverage = {extras = ["toml"], version = "^6.2"}
3131
pytest = "^7.0.1"
3232
black = "^22.8"
3333
boto3 = "^1.18"
34+
flake8 = [
35+
# https://github.com/python/importlib_metadata/issues/406
36+
{ version = "*", python="^3.7" },
37+
{ version = ">=5", python= ">=3.8"},
38+
]
3439
flake8-builtins = "^2.0.1"
3540
flake8-comprehensions = "^3.10.1"
3641
flake8-debugger = "^4.0.0"
@@ -72,8 +77,9 @@ mkdocs-material = "^8.5.10"
7277
filelock = "^3.8.0"
7378
checksumdir = "^1.2.0"
7479
mypy-boto3-appconfigdata = "^1.26.0"
75-
importlib-metadata = "^4.13"
80+
importlib-metadata = "^5.1"
7681
ijson = "^3.1.4"
82+
typed-ast = { version = "^1.5.4", python = "< 3.8"}
7783

7884
[tool.poetry.extras]
7985
parser = ["pydantic"]

0 commit comments

Comments
 (0)