From 38c65373d4ff3815b3aebcf11061c1bf86d3fcce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:56:44 +0000 Subject: [PATCH] Bump importlib-metadata from 4.8.3 to 5.1.0 Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.8.3 to 5.1.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.8.3...v5.1.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 c452d6d9b2..7f4379d4b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -190,7 +190,7 @@ html5lib==1.1 # via weasyprint idna==3.3 # via requests -importlib-metadata==4.8.3 +importlib-metadata==5.1.0 # via markdown inflection==0.5.1 # via drf-yasg