From e1d4f1edbb398fc7892c7937eb10e8550a636405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:50:55 -0400 Subject: [PATCH] Bump pytest from 8.0.0 to 9.0.3 (#1229) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 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.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97ba8ecc..05b25cc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ openshift-client==1.0.21 paramiko==3.4.0 pyVmomi==8.0.2.0.1 pyfiglet==1.0.2 -pytest==8.0.0 +pytest==9.0.3 python-ipmi==0.5.4 python-openstackclient==6.5.0 requests<2.32 # requests 2.32+ breaks Unix socket support (http+docker scheme)