From d9998577cadb4aaf595260ca2cf9ec378a2416e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 07:08:24 +0000 Subject: [PATCH] Bump pytest-asyncio from 1.1.0 to 1.1.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84100de..1cb37fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pre-commit==4.3.0 reorder-python-imports==3.15.0 pytest==8.4.1 pytest-homeassistant-custom-component==0.13.272 -pytest-asyncio==1.1.0 +pytest-asyncio==1.1.1 pytest-socket==0.7.0 respx==0.22.0 aioresponses==0.7.8