From 52e7b06e528cc9827eedfb8a682b0e1146e1af34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:24:14 +0000 Subject: [PATCH] Update pytest requirement from <9.0,>=8.0 to >=8.0,<10.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c497dc..4a045d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "badldap>=0.7.5,<0.8", "kerbad>=0.5.9", "impacket==0.13.1", - "pytest>=8.0,<9.0", + "pytest>=8.0,<10.0", # pytest-timeout converts hung tests into explicit failures with a # stack trace at the deadline instead of letting them stall CI for # hours. Configured in pytest.ini with a 60s default per test plus