Skip to content

Commit

Permalink
Merge pull request #540 from arduino/dependabot/pip/pytest-8.3.4
Browse files Browse the repository at this point in the history
Bump pytest from 8.3.3 to 8.3.4
  • Loading branch information
per1234 authored Dec 6, 2024
2 parents 9cf0376 + 8cec66a commit ade4ebb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ codespell = "^2.3.0"
black = "^24.10"
flake8 = "^7.1.1"
pep8-naming = "^0.14.1"
pytest = "^8.3.3"
pytest = "^8.3.4"
GitPython = "^3.1.43"

[build-system]
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/test-go-integration-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ https://python-poetry.org/docs/#installation
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:

```
poetry init --python="^3.9" --dev-dependency="pytest@^8.3.3" --dev-dependency="invoke@^1.7.0"
poetry init --python="^3.9" --dev-dependency="pytest@^8.3.4" --dev-dependency="invoke@^1.7.0"
poetry install
```

If already using Poetry, add the tool using this command:

```
poetry add --dev "pytest@^8.3.3" "invoke@^1.7.0"
poetry add --dev "pytest@^8.3.4" "invoke@^1.7.0"
```

Commit the resulting `pyproject.toml` and `poetry.lock` files.
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/test-python-poetry-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ https://python-poetry.org/docs/#installation
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:

```
poetry init --python="^3.9" --dev-dependency="pytest@^8.3.3"
poetry init --python="^3.9" --dev-dependency="pytest@^8.3.4"
poetry install
```

If already using Poetry, add the tool using this command:

```
poetry add --dev "pytest@^8.3.3"
poetry add --dev "pytest@^8.3.4"
```

Commit the resulting `pyproject.toml` and `poetry.lock` files.
Expand Down

0 comments on commit ade4ebb

Please sign in to comment.