From d98764ceee4dc13a4fce8e1e90101165eb7b5d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 06:34:23 +0000 Subject: [PATCH] chore(deps-dev): bump importlib-metadata from 6.8.0 to 8.3.0 Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 6.8.0 to 8.3.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/v6.8.0...v8.3.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5ccef50..e72d193 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ flit-core==3.9.0 idna==3.7 -importlib-metadata==6.8.0 ; python_version >= '3.8' +importlib-metadata==8.3.0 ; python_version >= '3.8' iniconfig==2.0.0