From b08d29f00d65c08387aa3649e4d009f0ed58d4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:03:47 +0000 Subject: [PATCH] Update importlib-metadata requirement from ~=4.0 to >=4,<8 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/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v4.0.0...v7.0.1) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6554520..40ed49a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests~=2.26", "dataclasses-json~=0.5.5", "typing-extensions~=4.0", - "importlib-metadata~=4.0", + "importlib-metadata>=4,<8", "websocket-client", ] dynamic = ["version"]