Skip to content

Commit f3eb964

Browse files
committed
fix: remove use of click-help-colors
Removes dependency on click-help-colors which is not maintained and causes some warnings with py314. Partial: #4568
1 parent 0c71607 commit f3eb964

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ repos:
108108
additional_dependencies:
109109
- ansible-compat>=25.1.4
110110
- click
111-
- click-help-colors
112111
- enrich>=1.2.7
113112
- filelock
114113
- jsonschema
@@ -124,7 +123,6 @@ repos:
124123
additional_dependencies:
125124
- ansible-compat>=25.1.4
126125
- click
127-
- click-help-colors
128126
- enrich
129127
- pytest
130128
- pytest-mock

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies = [
3131
"ansible-compat>=25.1.4",
3232
"ansible-core>=2.15.0",
3333
"click>=8.0,<9",
34-
"click-help-colors>=0.9.4",
3534
"enrich>=1.2.7",
3635
"jinja2>=2.11.3",
3736
"jsonschema>=4.9.1",
@@ -131,7 +130,6 @@ strict = true
131130
[[tool.mypy.overrides]]
132131
ignore_missing_imports = true
133132
module = [
134-
"click_help_colors", # https://github.com/click-contrib/click-help-colors/issues/20
135133
"testinfra.*", # https://github.com/pytest-dev/pytest-testinfra/issues/619
136134
]
137135

uv.lock

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)