From e3fee727904e310319f6033e5156619b9d152d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 02:37:05 +0000 Subject: [PATCH] chore(deps): update jq requirement from >=1.6.0 to >=1.12.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e26687df..7a0030fd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -24,7 +24,7 @@ requests>=2.31.0 pandas>=2.2.0 numpy>=1.26.0 python-multipart>=0.0.9 -jq>=1.6.0 +jq>=1.12.0 typer>=0.9.0 anthropic>=0.40.0 APScheduler==3.11.2