Skip to content

Commit e20fbe1

Browse files
committed
chore: Update dependencies
1 parent 1fd5393 commit e20fbe1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ dependencies = [
1818
"backports.strenum; python_version < '3.11'",
1919
"dacite >= 1.9.2, < 2.0.0",
2020
"mako >= 1.3.10, < 2.0.0",
21-
"rich >= 14.1.0, < 15.0.0",
22-
"ruamel.yaml >= 0.18.14, < 0.19.0",
21+
"rich >= 14.2.0, < 15.0.0",
22+
"ruamel.yaml >= 0.18.17, < 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)