From d2b338bd1a3d3b37fa03bb4bb07c885977f0d145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:22:53 +0000 Subject: [PATCH] Update importlib-metadata requirement from ~=8.7 to ~=9.0 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/v8.7.0...v9.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 9.0.0 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 8742f9b7..99cd0a07 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ dependencies = [ "chia_rs>=0.2.13", - "importlib_metadata~=8.7", + "importlib_metadata~=9.0", "typing-extensions~=4.0", ]