From 995ff1b051461859c1502a5b4c14ff954fa17a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:20:59 +0000 Subject: [PATCH] bump(deps-dev): bump pytest-asyncio from 0.23.8 to 1.0.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 1.0.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v1.0.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6722294e..7b8ebeb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3392,21 +3392,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "0.23.8" +version = "1.0.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, - {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, + {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] -pytest = ">=7.0.0,<9" +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]] @@ -4939,4 +4939,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "b9df0180121a4978613f5462818220234b9adb151df551a9ca4ea4ec933241fd" +content-hash = "c003bb42c3b180c784e84bd3cc79577f226f6a9bc12ae3ae0c11532bd039d80c" diff --git a/pyproject.toml b/pyproject.toml index 4dea6c5e..9d8f231c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ cz-conventional-gitmoji = "^0.7.0" pytest-cov = "^6.1.1" google-adk = ">=0.5,<1.4" anyio = "^4.3.0" -pytest-asyncio = "^0.23.7" +pytest-asyncio = ">=0.23.7,<1.1.0" [tool.poetry.group.docs.dependencies] pydoc-markdown = {extras = ["docusaurus"], version = "^4.8.2"}