From 933995d0b7566d93c6d0a417361056155eb66203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:20:43 +0000 Subject: [PATCH] pip stable: update importlib-metadata requirement from ~=6.6 to ~=6.8 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/v6.6.0...v6.8.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3279d1..9964eee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ parsel~=1.7 # compatibility importlib_resources~=5.12 -importlib_metadata~=6.6 +importlib_metadata~=6.8