From ac0c362d86a7caedd0785524e51dad03521cf2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:56:10 +0000 Subject: [PATCH] Chore(deps): Update jq requirement from <1.8 to <1.9 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/0.1.0...1.8.0) --- updated-dependencies: - dependency-name: jq 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 4e1e218..33a288a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,7 @@ optional-dependencies.test = [ ] optional-dependencies.zyp = [ "jmespath<1.1", - "jq<1.8", + "jq<1.9", "jsonpointer<4", "python-dateutil<2.10", "pyyaml<7",