From 2f69407b73195896a2b63cad6e464fc6dd6d6b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:06:35 +0100 Subject: [PATCH] build(deps): update importlib-metadata requirement (#188) Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v1.6.0...v5.2.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55b65ad..781a4a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7.0" -importlib_metadata = { version = ">=1.6,<5.0", python = "<3.8" } +importlib_metadata = { version = ">=1.6,<6.0", python = "<3.8" } py-moneyed = { version = ">=0.8", optional = true } [tool.poetry.extras]