From a4c7fa7c0189c75caa0b1b3986c15382dffffad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:49:41 +0000 Subject: [PATCH] chore(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.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/web/requirements.txt b/scripts/project-templates/web/requirements.txt index 49c5c2d..a818798 100644 --- a/scripts/project-templates/web/requirements.txt +++ b/scripts/project-templates/web/requirements.txt @@ -23,7 +23,7 @@ python-multipart>=0.0.6,<0.1.0 # Testing pytest>=8.0.0,<9.0.0 pytest-cov>=4.1.0,<5.0.0 -pytest-asyncio>=0.23.0,<0.24.0 +pytest-asyncio>=0.23.0,<1.4.0 # Code Quality black>=24.1.0,<25.0.0