From 8dbe8008913046cfb5a42deaad7bfa49dc0007d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:17:03 +0000 Subject: [PATCH] chore(deps):(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.21.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/jane-orchestrator/requirements-misp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jane-orchestrator/requirements-misp.txt b/apps/jane-orchestrator/requirements-misp.txt index 854a9119c..eebd521d0 100644 --- a/apps/jane-orchestrator/requirements-misp.txt +++ b/apps/jane-orchestrator/requirements-misp.txt @@ -64,7 +64,7 @@ hashlib-compat>=1.0.0,<2.0.0 # ===== DEVELOPMENT AND TESTING ===== # Testing framework enhancements -pytest-asyncio>=0.21.0,<1.0.0 +pytest-asyncio>=0.21.0,<2.0.0 pytest-mock>=3.11.0,<4.0.0 # Performance monitoring