From 35f303682834dcc64e06a0207ad35170b1e8f11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:04:12 +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 140a7c8f3..0ddc2e5d2 100644 --- a/.github/requirements.txt +++ b/.github/requirements.txt @@ -20,6 +20,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