From 61d29289a824ade8a4bed36212c9c4af5a89f1e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:49:58 +0000 Subject: [PATCH] Update dependency importlib-metadata to v8 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b915c0b71..a7af912d5 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ wheel = "*" # 2.9.0, < 2.10.0". ref: https://github.com/PyCQA/flake8/pull/1633 # The latest autopep8 specifies "pycodestyle >= 2.10.0". This conflict cannot be resolved. Pin the version to resolve this. autopep8 = "<=1.7.0" -importlib-metadata = "<7.2" +importlib-metadata = "<8.6" isort = "*" more_itertools = "<10.4" mypy = "*"