From 66b99327076ff9221bdf0e924289bbb5e700a1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:30:07 +0000 Subject: [PATCH] deps: update pytest-asyncio requirement from >=0.24 to >=1.3.0 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 373d7fe..dee6f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ py-code-mode-mcp = "py_code_mode.cli.mcp_server:main" [project.optional-dependencies] dev = [ "pytest>=8.0", - "pytest-asyncio>=0.24", + "pytest-asyncio>=1.3.0", "ruff>=0.8", "mypy>=1.13", ] @@ -73,7 +73,7 @@ include = ["src/py_code_mode"] [tool.uv] dev-dependencies = [ "pytest>=8.0", - "pytest-asyncio>=0.24", + "pytest-asyncio>=1.3.0", "pytest-cov>=6.0", "ruff>=0.8", "pre-commit>=4.0",