diff --git a/poetry.lock b/poetry.lock index db9ef45..84caed3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -238,7 +238,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "importlib-metadata" -version = "3.10.1" +version = "4.0.0" description = "Read metadata from Python packages" category = "main" optional = false @@ -813,7 +813,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = ">=3.7.3,<3.9" -content-hash = "f4734b375faf57da3649498e9df00afd67f495726ae00bfd87647544d51f8bb6" +content-hash = "0ead4bdec323ca47afdc559904e75cf3c00f1f8c1e19de2d6d05acbdc8e22fb2" [metadata.files] appdirs = [ @@ -905,8 +905,8 @@ idna = [ {file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"}, ] importlib-metadata = [ - {file = "importlib_metadata-3.10.1-py3-none-any.whl", hash = "sha256:2ec0faae539743ae6aaa84b49a169670a465f7f5d64e6add98388cc29fd1f2f6"}, - {file = "importlib_metadata-3.10.1.tar.gz", hash = "sha256:c9356b657de65c53744046fa8f7358afe0714a1af7d570c00c3835c2d724a7c1"}, + {file = "importlib_metadata-4.0.0-py3-none-any.whl", hash = "sha256:19192b88d959336bfa6bdaaaef99aeafec179eca19c47c804e555703ee5f07ef"}, + {file = "importlib_metadata-4.0.0.tar.gz", hash = "sha256:2e881981c9748d7282b374b68e759c87745c25427b67ecf0cc67fb6637a1bff9"}, ] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, diff --git a/pyproject.toml b/pyproject.toml index d96a273..8c4b2e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ # Update me [tool.poetry.dependencies] python = ">=3.7.3,<3.9" -importlib_metadata = {version = ">=1.6,<4.0", python = ">=3.7.3,<3.9"} +importlib_metadata = {version = ">=1.6,<5.0", python = ">=3.7.3,<3.9"} typer = {extras = ["all"], version = "^0.3.0"} rich = ">=3.3.2,<11.0.0" pre-commit = "^2.6.0"