From 79c5e7c873050b4ec7bd2e6af43f84d2a6ac2e84 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:24:17 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 Ref: PACT-445 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 072dc27..028a9aa 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 = "9.0.2" pytest-asyncio = "1.1.0" pytest-mock = "3.14.1" pact-python = "2.3.1"