From 42172a062806e59e2b88ae4021454793eca7aefb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:22:01 +0000 Subject: [PATCH] build(deps): update pytest-asyncio requirement 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.23.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Concierge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concierge/requirements.txt b/Concierge/requirements.txt index 11f80ba..f441f15 100644 --- a/Concierge/requirements.txt +++ b/Concierge/requirements.txt @@ -3,4 +3,4 @@ aiohttp>=3.14.3,<4 # direct dep: finsearch_client uses aiohttp.Cli # not only transitively via discord.py — declare it explicitly # dev/test pytest>=8 -pytest-asyncio>=0.23,<0.24 # auto mode (see pytest.ini); tests also carry explicit @pytest.mark.asyncio +pytest-asyncio>=1.4.0,<1.5 # auto mode (see pytest.ini); tests also carry explicit @pytest.mark.asyncio