Skip to content

Commit

Permalink
Bump Click Extra dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 25, 2024
1 parent aacdb9f commit 6a5d73e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 111 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ classifiers = [
]
dependencies = [
"boltons ~= 24.0.0",
"click-extra ~= 4.8.3",
"click-extra ~= 4.9.0",
"more-itertools ~= 10.3.0",
"packageurl-python ~= 0.15.0",
"tabulate [widechars] ~= 0.9.0",
Expand All @@ -97,7 +97,7 @@ dependencies = [

[project.optional-dependencies]
test = [
"click-extra [pytest] ~= 4.8.3",
"click-extra [pytest] ~= 4.9.0",
"coverage [toml] ~= 7.6.0",
"pytest ~= 8.3.1",
# More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html
Expand All @@ -113,7 +113,7 @@ typing = [
"typing-extensions ~= 4.3.0 ; python_version < '3.10'",
]
docs = [
"click-extra [sphinx] ~= 4.8.3",
"click-extra [sphinx] ~= 4.9.0",
"furo ~= 2024.7.18",
"myst-parser ~= 3.0.0",
# Sphinx 7.2.0 is the first version to drop Python 3.8.
Expand Down
Loading

0 comments on commit 6a5d73e

Please sign in to comment.