From 7646476c0888145c2f6231d2ecf2127c084bd1cc Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 19:21:47 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9.1.0 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 57125d4..692c1e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -524,14 +524,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.0.3" +version = "9.1.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, - {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, + {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, + {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, ] [package.dependencies] @@ -717,4 +717,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "28c53bf7be9269de7a59284b21c04372281767ad5fa9c5973fbea70abe6061c8" +content-hash = "4e88613f0fa3254b169b24d756c34a930c3d1dbd767bf11e2b7d652868624ed7" diff --git a/pyproject.toml b/pyproject.toml index f0a9928..7839092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ build-backend = "poetry.core.masonry.api" python = "^3.11" [tool.poetry.dev-dependencies] -pytest = "9.0.3" +pytest = "9.1.0" pytest-asyncio = "1.4.0" pytest-mock = "3.15.1" pact-python = "3.4.0"