From 136c866c80cb52e92685d113b4980b85ab051399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 01:13:27 +0000 Subject: [PATCH] Bump pytest from 7.3.2 to 9.0.3 in /.ci/docker Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 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/7.3.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .ci/docker/requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/requirements-ci.txt b/.ci/docker/requirements-ci.txt index 77403da7bd68..00a72e4ae7cb 100644 --- a/.ci/docker/requirements-ci.txt +++ b/.ci/docker/requirements-ci.txt @@ -184,7 +184,7 @@ psutil #Pinned versions: #test that import: test_profiler.py, test_openmp.py, test_dataloader.py -pytest==7.3.2 +pytest==9.0.3 #Description: testing framework #Pinned versions: #test that import: test_typing.py, test_cpp_extensions_aot.py, run_test.py