Skip to content

Commit a84441d

Browse files
authored
Merge pull request #467 from arduino/dependabot/pip/pytest-8.1.1
Bump pytest from 8.1.0 to 8.1.1
2 parents a9e492a + f5a3a7b commit a84441d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ codespell = "^2.2.6"
1616
black = "^24.2"
1717
flake8 = "^7.0.0"
1818
pep8-naming = "^0.13.3"
19-
pytest = "^8.1.0"
19+
pytest = "^8.1.1"
2020
GitPython = "^3.1.42"
2121

2222
[build-system]

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ https://python-poetry.org/docs/#installation
3535
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:
3636

3737
```
38-
poetry init --python="^3.9" --dev-dependency="pytest@^8.1.0" --dev-dependency="invoke@^1.7.0"
38+
poetry init --python="^3.9" --dev-dependency="pytest@^8.1.1" --dev-dependency="invoke@^1.7.0"
3939
poetry install
4040
```
4141

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

4444
```
45-
poetry add --dev "pytest@^8.1.0" "invoke@^1.7.0"
45+
poetry add --dev "pytest@^8.1.1" "invoke@^1.7.0"
4646
```
4747

4848
Commit the resulting `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)