diff --git a/poetry.lock b/poetry.lock index d4ba8dc..d79527d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -653,20 +653,21 @@ 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" +typing-extensions = {version = ">=4.12", markers = "python_version < \"3.10\""} [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]] @@ -832,4 +833,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">3.9,<4.0" -content-hash = "842956072d6539fcfc4a4e30de9715d1ef924711bf1ecfe8d08e9d3dea0d176f" +content-hash = "2d9e5d2cb5765e189e78c5ddca76fa5179bfe054bab8b3764b75f8cc6eb99188" diff --git a/pyproject.toml b/pyproject.toml index 04a571d..757aac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requests = ">=2.32.3,<3.0" [tool.poetry.group.dev.dependencies] black = "^24.4.2" pytest = "^8.2.2" -pytest-asyncio = "^0.23.7 || ^0.24.0" +pytest-asyncio = "^0.23.7 || ^0.24.0 || ^0.26.0" pytest-cov = "^5.0.0 || ^6.0.0" flake8 = "^7.1.0" Flake8-pyproject = "^1.2.3"