From 73e0a3233d0ac7e6448401222db1c511015e448f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:46:29 +0000 Subject: [PATCH] Bump importlib-metadata from 5.0.0 to 8.0.0 Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 5.0.0 to 8.0.0. - [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/v5.0.0...v8.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index daf06eb..87d88a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ dill==0.3.6 docutils==0.19 exceptiongroup==1.0.4 idna==3.4 -importlib-metadata==5.0.0 +importlib-metadata==8.0.0 iniconfig==1.1.1 isort==5.10.1 jaraco.classes==3.4.0