From c778a85dda3a78a6d41b5981e585fa9394260aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:24:07 +0000 Subject: [PATCH] Bump pytest from 7.3.2 to 9.0.3 in /et_replay/.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] --- et_replay/.ci/docker/requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/et_replay/.ci/docker/requirements-ci.txt b/et_replay/.ci/docker/requirements-ci.txt index 2d5ef2fa..3eaab99e 100644 --- a/et_replay/.ci/docker/requirements-ci.txt +++ b/et_replay/.ci/docker/requirements-ci.txt @@ -183,7 +183,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