From 9585435d1ada40dbac1c86aea14ddde9b64e6981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:48:39 +0000 Subject: [PATCH] chore(deps-dev): 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.24.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/authentication/azure/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication/azure/pyproject.toml b/packages/authentication/azure/pyproject.toml index c9d5c88..b8bbfeb 100644 --- a/packages/authentication/azure/pyproject.toml +++ b/packages/authentication/azure/pyproject.toml @@ -38,7 +38,7 @@ isort = ">=5.13.2,<9.0.0" pylint = ">=3.2.7,<5.0.0" mypy = ">=1.11.2,<3.0.0" pytest = ">=8.3.2,<10.0.0" -pytest-asyncio = ">=0.24,<1.4" +pytest-asyncio = ">=0.24,<1.5" pytest-mock = "^3.14.0" poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"