Skip to content

Commit a8937bf

Browse files
authored
Merge pull request #640 from arduino/dependabot/pip/pytest-8.4.2
Bump pytest from 8.4.1 to 8.4.2
2 parents e0c2fcd + b0fc6af commit a8937bf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ codespell = "^2.4.1"
1414
black = "^25.1"
1515
flake8 = "^7.3.0"
1616
pep8-naming = "^0.15.1"
17-
pytest = "^8.4.1"
17+
pytest = "^8.4.2"
1818
GitPython = "^3.1.45"
1919

2020
# The dependencies in this group are installed using pipx; NOT Poetry. The use of the `tool.poetry.group` super-table

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)