diff --git a/poetry.lock b/poetry.lock index e82bf1c..be4ae08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -969,18 +969,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)"] @@ -1267,4 +1268,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "85d77bb06f9ae22c64127e06843d10bd1ee0e2945be6fe8a130ac7bd9ebeea04" +content-hash = "4bbd9e94c64afe3555febc8751e9f07730985e6c3f5b5c633081cd86295a3de9" diff --git a/pyproject.toml b/pyproject.toml index 8bd3ddd..477566a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,6 @@ python = "^3.11" [tool.poetry.dev-dependencies] pytest = "8.4.2" -pytest-asyncio = "1.1.0" +pytest-asyncio = "1.3.0" pytest-mock = "3.15.1" pact-python = "2.3.3"