From 63cc9f08b6f8a5aafae1ce785891e94c24e0d5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:38:21 +0000 Subject: [PATCH] Update importlib-metadata requirement from ~=4.0 to >=4,<7 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...v6.8.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 8a9d580..f9af701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "diskcache~=5.4", "fasteners~=0.17.3", "h5py~=3.6", - "importlib-metadata~=4.0", + "importlib-metadata>=4,<7", "ir-datasets~=0.4", "joblib~=1.0", "lz4~=4.0",