From 1e692f722ca18373127c7315ceec9a176edfbc37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:25:53 +0000 Subject: [PATCH] chore(deps): update pytest-bdd requirement from >=7.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/7.0.0...8.1.0) --- updated-dependencies: - dependency-name: pytest-bdd dependency-version: 8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..6800a6da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ dependencies = [ "pytest-cov>=4.1.0", "pytest-mock>=3.12.0", "pytest-xdist>=3.3.0", - "pytest-bdd>=7.0.0", + "pytest-bdd>=8.1.0", "black>=23.9.0", "isort>=5.12.0", "flake8>=6.1.0", @@ -124,7 +124,7 @@ dev = [ "pytest-cov>=4.1.0", "pytest-mock>=3.12.0", "pytest-xdist>=3.3.0", - "pytest-bdd>=7.0.0", + "pytest-bdd>=8.1.0", "pytest-spec>=3.2.0", "pytest-clarity>=1.0.1", "pytest-sugar>=0.9.7",