Skip to content

Commit 0b5ad34

Browse files
authored
Merge pull request #267 from arduino/dependabot/pip/pytest-7.1.3
Bump pytest from 7.1.2 to 7.1.3
2 parents 0a00056 + f5f7bd0 commit 0b5ad34

File tree

4 files changed

+27
-22
lines changed

4 files changed

+27
-22
lines changed

poetry.lock

Lines changed: 22 additions & 17 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
@@ -16,7 +16,7 @@ codespell = "^2.2.1"
1616
black = "^22.8"
1717
flake8 = "^5.0.4"
1818
pep8-naming = "^0.13.2"
19-
pytest = "^7.1.2"
19+
pytest = "^7.1.3"
2020
GitPython = "^3.1.27"
2121

2222
[build-system]

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

Lines changed: 2 additions & 2 deletions
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@^7.1.2" --dev-dependency="invoke@^1.7.0"
38+
poetry init --python="^3.9" --dev-dependency="pytest@^7.1.3" --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@^7.1.2" "invoke@^1.7.0"
45+
poetry add --dev "pytest@^7.1.3" "invoke@^1.7.0"
4646
```
4747

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ https://python-poetry.org/docs/#installation
3333
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:
3434

3535
```
36-
poetry init --python="^3.9" --dev-dependency="pytest@^7.1.2"
36+
poetry init --python="^3.9" --dev-dependency="pytest@^7.1.3"
3737
poetry install
3838
```
3939

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

4242
```
43-
poetry add --dev "pytest@^7.1.2"
43+
poetry add --dev "pytest@^7.1.3"
4444
```
4545

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

0 commit comments

Comments
 (0)