From 52aabf7e7a8c7904f02d6fcd53ac4b0353d24a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:26:51 +0000 Subject: [PATCH] Bump pytest-asyncio from 1.3.0 to 1.4.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3c836a6..bf7eabc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -790,23 +790,23 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.3.0" +version = "1.4.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, - {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, + {file = "pytest_asyncio-1.4.0-py3-none-any.whl", hash = "sha256:933ca923a23075a87fb7070c0ec272a6848489824d887c85c812670932835aa1"}, + {file = "pytest_asyncio-1.4.0.tar.gz", hash = "sha256:c6c0d2259945122819f171a32ecea2c349ead889ee28176caaf492143424be42"}, ] [package.dependencies] backports-asyncio-runner = {version = ">=1.1,<2", markers = "python_version < \"3.11\""} -pytest = ">=8.2,<10" +pytest = ">=8.4,<10" typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)", "sphinx-tabs (>=3.5)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -1148,4 +1148,4 @@ bracex = ">=2.1.1" [metadata] lock-version = "2.1" python-versions = "~=3.10" -content-hash = "00520de74eb65d1837ead9104e8a8b1332fc6876435d1f97b7f6a70d53a03066" +content-hash = "528a392b2bc40da27c9d1c8e23cfe1d6f6bc45cde4b5999607ed978a63f59c10" diff --git a/pyproject.toml b/pyproject.toml index a5bf648..df7b08c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.group.dev.dependencies] pytest = ">=6.2" pytest-mock = ">=3.13.0" -pytest-asyncio = ">=0.25.0" +pytest-asyncio = ">=1.4.0" mypy = ">=2.1.0" ruff = '>=0.15.15' docsig = ">=0.86.0"