Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -14,7 +14,7 @@ codespell = "^2.4.1"
black = "^25.1"
flake8 = "^7.3.0"
pep8-naming = "^0.15.1"
pytest = "^8.4.1"
pytest = "^8.4.2"
GitPython = "^3.1.45"

# The dependencies in this group are installed using pipx; NOT Poetry. The use of the `tool.poetry.group` super-table
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/test-go-integration-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
Add the tool dependencies using this command:

```
task poetry:install && poetry add --dev "pytest@^8.4.1" "invoke@^1.7.0"
task poetry:install && poetry add --dev "pytest@^8.4.2" "invoke@^1.7.0"
```

Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/test-python-poetry-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
Add the tool dependency using this command:

```
task poetry:install && poetry add --dev "pytest@^8.4.1"
task poetry:install && poetry add --dev "pytest@^8.4.2"
```

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