diff --git a/poetry.lock b/poetry.lock index 87314b4..472f322 100644 --- a/poetry.lock +++ b/poetry.lock @@ -794,13 +794,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.26.0" +version = "1.0.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, - {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, + {file = "pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"}, + {file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"}, ] [package.dependencies] @@ -1032,4 +1032,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "58fa9501060ed7ded4f3fd2016338a4c0a3a13d3b3a0c2ddc5d86716ec220748" +content-hash = "7745885d92f1daa60a1f3d91846347ea223e1e1a2a9d48fd98d330c794587d39" diff --git a/pyproject.toml b/pyproject.toml index 1b4093a..a509c9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,6 @@ python = "^3.11" [tool.poetry.dev-dependencies] pytest = "8.3.5" -pytest-asyncio = "0.26.0" +pytest-asyncio = "1.0.0" pytest-mock = "3.14.0" pact-python = "2.3.1"