From b4fb1a179edb1d7a60cf6ea556a5c995ce7f3f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:12:09 +0000 Subject: [PATCH] Update importlib-metadata requirement from ~=7.1.0 to ~=8.2.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/v7.1.0...v8.2.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-api.txt b/requirements-api.txt index f6690cf4..e8906fff 100644 --- a/requirements-api.txt +++ b/requirements-api.txt @@ -3,4 +3,4 @@ # SPDX-License-Identifier: CC0-1.0 # Used for automated package discovery -importlib-metadata~=7.1.0 +importlib-metadata~=8.2.0