Skip to content

Commit ed01684

Browse files
authored
Merge pull request #157 from per1234/bump-pytest
Bump `pytest` dependency to ^6.2.5 in templates
2 parents ea899b3 + 6c395d3 commit ed01684

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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@^6.2.4" --dev-dependency="invoke@^1.5.0"
38+
poetry init --python="^3.9" --dev-dependency="pytest@^6.2.5" --dev-dependency="invoke@^1.5.0"
3939
poetry install
4040
```
4141

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

4444
```
45-
poetry add --dev "pytest@^6.2.4" "invoke@^1.5.0"
45+
poetry add --dev "pytest@^6.2.5" "invoke@^1.5.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@^6.2.4"
36+
poetry init --python="^3.9" --dev-dependency="pytest@^6.2.5"
3737
poetry install
3838
```
3939

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

4242
```
43-
poetry add --dev "pytest@^6.2.4"
43+
poetry add --dev "pytest@^6.2.5"
4444
```
4545

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

0 commit comments

Comments
 (0)