Skip to content

Commit b0fc6af

Browse files
committed
Update pytest version in template installation docs
This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with.
1 parent d68dc72 commit b0fc6af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow-templates/test-go-integration-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5252
Add the tool dependencies using this command:
5353

5454
```
55-
task poetry:install && poetry add --dev "pytest@^8.4.1" "invoke@^1.7.0"
55+
task poetry:install && poetry add --dev "pytest@^8.4.2" "invoke@^1.7.0"
5656
```
5757

5858
Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.

workflow-templates/test-python-poetry-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5050
Add the tool dependency using this command:
5151

5252
```
53-
task poetry:install && poetry add --dev "pytest@^8.4.1"
53+
task poetry:install && poetry add --dev "pytest@^8.4.2"
5454
```
5555

5656
Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)