diff --git a/poetry.lock b/poetry.lock index 7afea5d..c1bf52b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -797,20 +797,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.26.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, - {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, + {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, + {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, ] [package.dependencies] pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -1035,4 +1035,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "95d962d195f33f18c86a2d9861c56cd4ff5b4909465048b71821480fc492169e" +content-hash = "2a54a1a750e0652e33823238a4f9f16e3421c16ddf3b461268d709673814b230" diff --git a/pyproject.toml b/pyproject.toml index 965161a..2128951 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.24.0" +pytest-asyncio = "0.26.0" pytest-mock = "3.14.0" pact-python = "2.2.2"