From dd726d30f415ed8df3712e910b1be60d71a947ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:07:05 +0000 Subject: [PATCH] build(deps): bump pytest-asyncio from 0.23.2 to 1.4.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.2 to 1.4.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.2...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c8731b..f05d892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [] dev = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", - "pytest-asyncio>=0.23.2", + "pytest-asyncio>=1.4.0", ] [tool.pytest.ini_options] diff --git a/requirements.txt b/requirements.txt index e75786e..4a8f9eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pytest==9.1.1 pytest-cov==7.1.0 -pytest-asyncio==0.23.2 +pytest-asyncio==1.4.0