From 1dd43b99e1accea642c8caa29c7a6824c9319d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:16:48 +0000 Subject: [PATCH] Bump pytest from 4.6.6 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.6 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.6...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 956c52c..8d20146 --- a/setup.py +++ b/setup.py @@ -67,6 +67,6 @@ def run_tests(self): keywords=( 'hosts, Python, network' ), - tests_require=['pytest==4.6.6', 'pytest-cov==2.8.1', 'python-hosts>=0.4.7'], + tests_require=['pytest==9.0.3', 'pytest-cov==2.8.1', 'python-hosts>=0.4.7'], cmdclass={'test': PyTest}, )