From a89619cb92ea62736209c27a9ce33f951ace8bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:43:27 +0000 Subject: [PATCH] Update jq requirement from <1.12.0,>=1.6.0 to >=1.6.0,<1.13.0 Updates the requirements on [jq](https://github.com/mwilliamson/jq.py) to permit the latest version. - [Changelog](https://github.com/mwilliamson/jq.py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mwilliamson/jq.py/compare/1.6.0...1.12.0) --- updated-dependencies: - dependency-name: jq dependency-version: 1.12.0 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 8d12dd243d..b5065d0a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "gunicorn>=22.0,<26.1.0", "jinja2>=3.1,<=3.1.6", "json_stream>=2.3.2,<2.6", - "jq>=1.6.0,<1.12.0", + "jq>=1.6.0,<1.13.0", "PyOpenSSL<27.0", "opentelemetry-api>=1.27.0,<1.44", "opentelemetry-sdk>=1.27.0,<1.44",