From 134330a433b11de4a7b9806c3cbc07d877e70b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:23:00 +0000 Subject: [PATCH] Bump pytest from 8.0.0 to 9.0.3 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] --- 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)