From b721507bf0de8d38a8297c30382413aaab77d71e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:04:47 +0000 Subject: [PATCH] Bump importlib-metadata from 4.12.0 to 5.0.0 Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.12.0 to 5.0.0. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v4.12.0...v5.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 7d50b723f..76ba5d49f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pyflakes==2.5.0 mccabe==0.7.0 pycodestyle==2.9.0 configparser==5.3.0 -importlib-metadata==4.12.0 +importlib-metadata==5.0.0 zipp==3.8.0 flake8==5.0.3 lxml==4.9.1