From d8df01a99213dcfb648eabc0f0e3694059241789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:35:34 +0000 Subject: [PATCH] chore(deps): bump importlib-metadata from 4.11.1 to 4.11.4 Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.11.1 to 4.11.4. - [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.11.1...v4.11.4) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c096ce2..5ad1c37 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ charset-normalizer = "==2.0.9" distlib = "==0.3.4" filelock = "==3.4.2" idna = "==3.3" -importlib-metadata = "==4.11.1" +importlib-metadata = "==4.11.4" pipenv = "==2022.1.8" platformdirs = "==2.4.1" pydantic = "==1.9.1"