From 5c14b269d918ad5aa1cf5b322a0ae786655a62e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:34:40 +0000 Subject: [PATCH] [noissue]: 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.5.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9ec2ef18b..197c187b71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ drf-nested-routers>=0.93.4,<=0.94.1 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.5.0 # Pinned to fix opentelemetry dependency solving issues with pip jinja2>=3.1,<=3.1.4 json_stream>=2.3.2,<2.4 jq>=1.6.0,<1.9.0