From bf3cb3aa4d6a5dc104397ea6017fcc9907a3e41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 11:14:58 +0000 Subject: [PATCH] deps-dev(deps-dev): update pytest requirement from ~=8.4 to >=8.4,<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.4.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 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 2f5e7ec..8408b91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ changelog = "https://ronanb96.github.io/bluetooth-sig-python/community/changelog [project.optional-dependencies] # test-core: pytest framework (shared by dev, test, and release validation) test-core = [ - "pytest~=8.4", + "pytest>=8.4,<10.0", # pytest-asyncio 0.24+ has compatibility issues with pytest-markdown-docs # Keep <0.24 constraint until pytest-markdown-docs is updated "pytest-asyncio>=0.23.0,<0.24",