From 74ebd2bdc0d81d29e6642e78d8aebf1b961c63bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 06:11:43 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 9.0.3 in /.github Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.3. - [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.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements.txt b/.github/requirements.txt index 82448529c..f408bbcf5 100644 --- a/.github/requirements.txt +++ b/.github/requirements.txt @@ -21,6 +21,6 @@ azure-search-documents==11.7.0b2 azure-ai-evaluation==1.16.6 # Testing tools -pytest==8.4.1 # Compatible version for pytest-asyncio +pytest==9.0.3 # Compatible version for pytest-asyncio pytest-asyncio==0.24.0 pytest-cov==5.0.0 \ No newline at end of file