From 8e6be1853d5727001b357531d99a881fcd66eec8 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:16 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v1.3.0 Ref: PACT-445 --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index fcf5148..8811bcf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -850,18 +850,19 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.1.0" +version = "1.3.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf"}, - {file = "pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea"}, + {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, + {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, ] [package.dependencies] -pytest = ">=8.2,<9" +pytest = ">=8.2,<10" +typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] @@ -1135,4 +1136,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4e036003b460a15600ed8c11d1e09434a4036af763ad7e5713e4eded8c53b911" +content-hash = "23cb5ab394436ccf9fe049dd98d4ff6cac727b686e87c7e49ff0aa568d8e908c" diff --git a/pyproject.toml b/pyproject.toml index 072dc27..c4b263b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,6 @@ python = "^3.11" [tool.poetry.dev-dependencies] pytest = "8.4.1" -pytest-asyncio = "1.1.0" +pytest-asyncio = "1.3.0" pytest-mock = "3.14.1" pact-python = "2.3.1"