Skip to content

Commit

Permalink
Chore(deps): Update jq requirement from <1.8 to <1.9
Browse files Browse the repository at this point in the history
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](mwilliamson/jq.py@0.1.0...1.8.0)

---
updated-dependencies:
- dependency-name: jq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Aug 19, 2024
1 parent 09b43f1 commit ac0c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ac0c362

Please sign in to comment.