From 1f76b1fe99a654462236e839d8fa479d9e810fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:41:34 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 9.0.3 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 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.3.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setup.py b/tests/setup.py index 2460b870dee67..12a463cca6c0a 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -49,7 +49,7 @@ def run(self): license="apache2.0", packages=find_packages(), include_package_data=True, - install_requires=["ducktape==0.14.0", "requests>=2.32.4", "psutil==5.7.2", "pytest==8.3.3", "mock==5.1.0"], + install_requires=["ducktape==0.14.0", "requests>=2.32.4", "psutil==5.7.2", "pytest==9.0.3", "mock==5.1.0"], cmdclass={'test': PyTest}, zip_safe=False )