We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bad821 commit a2b2c7eCopy full SHA for a2b2c7e
tools/pyproject.toml
@@ -19,7 +19,7 @@ dependencies = [
19
# mbed_tools dependencies ----------------------------------------------------------------
20
"jinja2>=2.11.3",
21
"python-dotenv",
22
- "Click>=7.1",
+ "Click>=8.0", # Need at least this version for pathlib.Path support
23
"GitPython",
24
"tqdm",
25
"tabulate",
0 commit comments