From 2c1b4202e0e1ffb80c28338aa4b7a5e790e174c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:47:44 +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 17476849d526f..1df03bdf08c26 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -48,7 +48,7 @@ def run(self): license="apache2.0", packages=find_packages(), include_package_data=True, - install_requires=["ducktape==0.12.0", "requests==2.32.4", "psutil==5.7.2", "pytest==8.3.3", "mock==5.1.0"], + install_requires=["ducktape==0.12.0", "requests==2.32.4", "psutil==5.7.2", "pytest==9.0.3", "mock==5.1.0"], cmdclass={'test': PyTest}, zip_safe=False )