From 78ae7bb68a13566a34670a2ad6e30be17b968d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:01:06 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 3fc7550..5861bc5 100644 --- a/packages/authentication/azure/pyproject.toml +++ b/packages/authentication/azure/pyproject.toml @@ -37,7 +37,7 @@ yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<7.0.0" pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" -pytest = "^8.3.2" +pytest = ">=8.3.2,<10.0.0" pytest-asyncio = ">=0.24,<1.4" pytest-mock = "^3.14.0" poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"