Skip to content

Commit

Permalink
Relax requirement on extra-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 20, 2025
1 parent 66b6880 commit c5c09b6
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 62 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Extract rendering part of the `print_cli_run()` helper to `render_cli_run()`.
- Remove unused `click_extra.testing.run_cmd`.
- Relax requirement on `extra-platforms`.

## [4.14.1 (2025-02-02)](https://github.com/kdeldycke/click-extra/compare/v4.14.0...v4.14.1)

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies = [
"click ~= 8.1.8",
# Cloup 3.0.5 fix incompatibility with autodoc: https://github.com/janluke/cloup/issues/177
"cloup ~= 3.0.5",
"extra-platforms ~= 2.0.0",
"extra-platforms >= 2.0.0",
"mergedeep ~= 1.3.4",
"pyyaml ~= 6.0.0",
# requests 2.28.2 is the first version to support charset_normalizer 3.x.
Expand Down Expand Up @@ -102,7 +102,7 @@ sphinx = [
pytest = ["pytest >= 8"]
test = [
"coverage [toml] ~= 7.6.0",
"extra-platforms[pytest] ~= 2.0.0",
"extra-platforms [pytest] >= 2.0.0",
"pytest ~= 8.3.1",
# More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html
"pytest-cov ~= 6.0.0",
Expand Down
Loading

0 comments on commit c5c09b6

Please sign in to comment.