Skip to content

Commit

Permalink
Remove support for commented JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 1, 2024
1 parent c4d58d5 commit e93181a
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 81 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ classifiers = [
]
dependencies = [
"boltons ~= 24.1.0",
"click-extra ~= 4.11.5",
"click-extra ~= 4.11.7",
"cyclonedx-python-lib [validation] ~= 8.5.0",
"extra-platforms [pytest] ~= 1.6.0",
"more-itertools ~= 10.5.0",
Expand All @@ -108,7 +108,7 @@ dependencies = [

[project.optional-dependencies]
test = [
"click-extra [pytest] ~= 4.11.5",
"click-extra [pytest] ~= 4.11.7",
"coverage [toml] ~= 7.6.0",
"pytest ~= 8.3.1",
"pyyaml ~= 6.0.0",
Expand All @@ -124,7 +124,7 @@ typing = [
"types-xmltodict ~= 0.14.0.20241009",
]
docs = [
"click-extra [sphinx] ~= 4.11.5",
"click-extra [sphinx] ~= 4.11.7",
"furo ~= 2024.8.6",
"myst-parser ~= 4.0.0",
"sphinx ~= 8.1.3",
Expand Down
Loading

0 comments on commit e93181a

Please sign in to comment.