From c40ed9cec8f1dca8f1d346e688d221192e663e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:31:12 +0000 Subject: [PATCH] chore(deps): bump pytest-asyncio Bumps the python group with 1 update in the /noextras directory: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `pytest-asyncio` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- noextras/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noextras/pyproject.toml b/noextras/pyproject.toml index d143357..21249fa 100644 --- a/noextras/pyproject.toml +++ b/noextras/pyproject.toml @@ -5,7 +5,7 @@ dependencies = [ "connect-python", "connect-python-example", "pytest==8.4.2", - "pytest-asyncio==1.1.0", + "pytest-asyncio==1.2.0", "pytest-cov==7.0.0", ]