From 1f408839b22803edc7a211975c25c9290d1287a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:08:01 +0000 Subject: [PATCH] Bump pytest from 4.6.4 to 9.0.3 in /mist-lib/src/main/python Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.4 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/4.6.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- mist-lib/src/main/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist-lib/src/main/python/setup.py b/mist-lib/src/main/python/setup.py index 6d2e24d11..8a5020b78 100644 --- a/mist-lib/src/main/python/setup.py +++ b/mist-lib/src/main/python/setup.py @@ -31,6 +31,6 @@ packages=find_packages(exclude=['tests']), setup_requires=['pytest-runner'], - tests_require=['pytest==4.6.4'], + tests_require=['pytest==9.0.3'], test_suite='tests' )