From 9d7b358aa94377714baf19fc8b31361e45394089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:45:46 +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 dcb023a32b949..860b424e94fd0 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.31.0", "psutil==5.7.2", "pytest==8.3.3", "mock==5.1.0"], + install_requires=["ducktape==0.12.0", "requests==2.31.0", "psutil==5.7.2", "pytest==9.0.3", "mock==5.1.0"], cmdclass={'test': PyTest}, zip_safe=False )