diff --git a/poetry.lock b/poetry.lock index 068c1f74..2c8b6a31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1208,14 +1208,14 @@ files = [ [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -1838,4 +1838,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "d3b50d4e6b49871532e2db59e5c78fcc8e897a476c64601c094d894d8895125d" +content-hash = "6fdb64a9ebd4219c175affa807e9ecdc8765535dad9a32898623560f6cd1a0a7" diff --git a/pyproject.toml b/pyproject.toml index 15ba702a..e977d167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/workflow-templates/test-go-integration-task.md b/workflow-templates/test-go-integration-task.md index 28dcbed2..4a0b03b4 100644 --- a/workflow-templates/test-go-integration-task.md +++ b/workflow-templates/test-go-integration-task.md @@ -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. diff --git a/workflow-templates/test-python-poetry-task.md b/workflow-templates/test-python-poetry-task.md index 4a409aca..d9dcc799 100644 --- a/workflow-templates/test-python-poetry-task.md +++ b/workflow-templates/test-python-poetry-task.md @@ -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.