From 099f66bea0e1541d3b1cb3e87e3d084ec4738d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:18:21 +0000 Subject: [PATCH] Update importlib-metadata requirement from ~=6.11.0 to >=6.11,<8.2 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/v6.11.0...v8.1.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 7758754..8f7903a --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ dependencies = [ "chia_rs>=0.2.13", - "importlib_metadata~=6.11.0", + "importlib_metadata>=6.11,<8.2", "typing-extensions~=4.0", ]