Skip to content

Commit

Permalink
chore: update bc-jsonpath-ng version to 1.6.1 (#5797)
Browse files Browse the repository at this point in the history
update bc-jsonpath-ng version

Co-authored-by: gruebel <[email protected]>
  • Loading branch information
gruebel and gruebel authored Nov 26, 2023
1 parent 3ec8600 commit a1e59be
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ boto3-stubs-lite = {extras = ["s3"], version = "*"}
#
bc-python-hcl2 = "==0.4.1"
bc-detect-secrets = "==1.4.30"
bc-jsonpath-ng = "==1.5.9"
bc-jsonpath-ng = "==1.6.1"
tabulate = "*"
colorama="*"
termcolor="*"
Expand Down
90 changes: 45 additions & 45 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self) -> None:
install_requires=[
"bc-python-hcl2==0.4.1",
"bc-detect-secrets==1.4.30",
"bc-jsonpath-ng==1.5.9",
"bc-jsonpath-ng==1.6.1",
"tabulate",
"colorama",
"termcolor",
Expand Down Expand Up @@ -97,7 +97,7 @@ def run(self) -> None:
"aiohttp",
"aiodns",
"aiomultiprocess",
"jsonschema<5.0.0,>=4.6.0",
"jsonschema>=4.6.0,<5.0.0",
"prettytable>=3.0.0",
"pycep-parser==0.4.1",
"charset-normalizer",
Expand All @@ -107,7 +107,7 @@ def run(self) -> None:
"requests>=2.27.0",
"yarl",
"openai<1.0.0",
"spdx-tools>=0.8.0,<0.9.0",
"spdx-tools<0.9.0,>=0.8.0",
"license-expression",
"rustworkx",
"pydantic",
Expand Down

0 comments on commit a1e59be

Please sign in to comment.