Skip to content

Commit

Permalink
Update to latest Click Extra
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 8, 2024
1 parent 57b7465 commit 9a9b59d
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 72 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ classifiers = [
]
dependencies = [
"boltons ~= 24.0.0",
"click-extra ~= 4.10.0",
"click-extra ~= 4.11.0",
"cyclonedx-python-lib [validation] ~= 7.6.0",
"extra-platforms [pytest] ~= 1.2.0",
"extra-platforms [pytest] ~= 1.3.1",
"more-itertools ~= 10.5.0",
"packageurl-python ~= 0.15.0",
"spdx-tools ~= 0.8.2",
Expand All @@ -104,7 +104,7 @@ dependencies = [

[project.optional-dependencies]
test = [
"click-extra [pytest] ~= 4.10.0",
"click-extra [pytest] ~= 4.11.0",
"coverage [toml] ~= 7.6.0",
"pytest ~= 8.3.1",
"pyyaml ~= 6.0.0",
Expand All @@ -120,7 +120,7 @@ typing = [
"types-xmltodict ~= 0.13.0.2",
]
docs = [
"click-extra [sphinx] ~= 4.10.0",
"click-extra [sphinx] ~= 4.11.0",
"furo ~= 2024.8.6",
"myst-parser ~= 4.0.0",
"sphinx ~= 8.0.2",
Expand Down
Loading

0 comments on commit 9a9b59d

Please sign in to comment.