From 5e8a089392de6accd4f83757341901e9051f58b7 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:04:03 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.2 Ref: PACT-445 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fcf5148..230abd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -828,14 +828,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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] @@ -1135,4 +1135,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4e036003b460a15600ed8c11d1e09434a4036af763ad7e5713e4eded8c53b911" +content-hash = "0b999125aae06dc938afc94e0e6311c32115d359e8fa027df899610eaa20cd09" diff --git a/pyproject.toml b/pyproject.toml index 072dc27..5307d10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ build-backend = "poetry.core.masonry.api" python = "^3.11" [tool.poetry.dev-dependencies] -pytest = "8.4.1" +pytest = "8.4.2" pytest-asyncio = "1.1.0" pytest-mock = "3.14.1" pact-python = "2.3.1"