From d24fe162d98fca5bce5f077f0feb13bd8002646e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:51:50 +0000 Subject: [PATCH] Update importlib-metadata requirement Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version. - [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.0.1...v8.6.1) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90ef7f82b12..d3fe94f0a49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "drf-spectacular==0.27.2", # We monkeypatch this so we need a very narrow requirement string "dynaconf>=3.1.12,<3.3.0", "gunicorn>=20.1,<23.1.0", - "importlib-metadata>=6.0.1,<=6.0.1", # Pinned to fix opentelemetry dependency solving issues with pip + "importlib-metadata>=6.0.1,<=8.6.1", # Pinned to fix opentelemetry dependency solving issues with pip "jinja2>=3.1,<=3.1.5", "json_stream>=2.3.2,<2.4", "jq>=1.6.0,<1.9.0",