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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-26 22:25:53 +00:00 committed by GitHub
parent 224689a5bc
commit 1e692f722c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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",