From b8c84b8b4ad232c544ed51b085585b9cf6a291fd Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 13:33:45 +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..4ec9432 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.1" pytest-asyncio = "1.1.0" pytest-mock = "3.14.1" pact-python = "2.3.1"