File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5252Add 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
5858Commit the resulting changes to the ` pyproject.toml ` and ` poetry.lock ` files.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5050Add 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
5656Commit the resulting changes to the ` pyproject.toml ` and ` poetry.lock ` files.
You can’t perform that action at this time.
0 commit comments