From 5e8abdb91dc5a4c0ff9e5613fc9dd751284ed149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:46:43 +0000 Subject: [PATCH] Update importlib-metadata requirement from <8,>=4 to >=8.0.0,<9 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...v8.0.0) --- 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 20ce83f..b73cc3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "diskcache~=5.4", "fasteners~=0.19.0", "h5py~=3.6", - "importlib-metadata>=4,<8", + "importlib-metadata>=8.0.0,<9", "ir-datasets~=0.4", "joblib~=1.0", "lz4~=4.0",