Skip to content

Commit 5b9e422

Browse files
committed
chore: Update dependencies
1 parent 6cceb3c commit 5b9e422

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"isort.check": true,
2424
"isort.args": ["--settings-path", "${workspaceFolder}"],
2525
"python.analysis.importFormat": "relative",
26-
"python.analysis.typeCheckingMode": "standard"
26+
"python.analysis.typeCheckingMode": "standard",
27+
"python-envs.pythonProjects": []
2728
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies = [
2121
"rich >= 14.1.0, < 15.0.0",
2222
"ruamel.yaml >= 0.18.14, < 0.19.0",
2323
"shellingham >= 1.5.4, < 2.0.0",
24-
"typer >= 0.16.0, < 0.17.0",
25-
"west >= 1.4.0, < 2.0.0",
24+
"typer >= 0.21.0, < 0.22.0",
25+
"west >= 1.5.0, < 2.0.0",
2626
]
2727
dynamic = ["version"]
2828

0 commit comments

Comments
 (0)