From 63151dc6434100b267045024d3ea62a257b80441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:05:21 +0000 Subject: [PATCH] Bump pytest from 5.3.5 to 9.0.3 in /test/sagemaker_tests/mxnet/training Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 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/5.3.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/sagemaker_tests/mxnet/training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sagemaker_tests/mxnet/training/requirements.txt b/test/sagemaker_tests/mxnet/training/requirements.txt index 8051a356bf30..9edd9c445f8f 100644 --- a/test/sagemaker_tests/mxnet/training/requirements.txt +++ b/test/sagemaker_tests/mxnet/training/requirements.txt @@ -1,7 +1,7 @@ tox pluggy flake8 -pytest==5.3.5 +pytest==9.0.3 pytest-cov pytest-rerunfailures==9.0 pytest-xdist