From dbd1ef9601b277772bad43f30b4ef6d41b8b8f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:41:54 +0000 Subject: [PATCH] chore(deps): update pytest-bdd requirement from >=8.0.0 to >=8.1.0 Updates the requirements on [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-bdd/compare/8.0.0...8.1.0) --- updated-dependencies: - dependency-name: pytest-bdd dependency-version: 8.1.0 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 e4a9037a..812dcaf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ lab_manager = [ dev = [ "pytest>=8.4.0", "pytest-asyncio>=0.24.0", - "pytest-bdd>=8.0.0", + "pytest-bdd>=8.1.0", "pytest-cov>=6.0.0", "httpx>=0.28.0", "ruff>=0.11.0",