Skip to content

Commit

Permalink
Bump pytest-bdd from 6.1.1 to 7.0.1 (#11746)
Browse files Browse the repository at this point in the history
* Bump pytest-bdd from 6.1.1 to 7.0.1

Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 6.1.1 to 7.0.1.
- [Release notes](https://github.com/pytest-dev/pytest-bdd/releases)
- [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-bdd@6.1.1...7.0.1)

---
updated-dependencies:
- dependency-name: pytest-bdd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Jan 10, 2024
1 parent 5133da2 commit 8449f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ requests-toolbelt==1.0.0
flake8==7.0.0
black==23.12.1
pytest==7.4.4
pytest-bdd==6.1.1
pytest-bdd==7.0.1
splinter==0.19.0
pytest-splinter==3.3.2
pytest-django==4.5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ install_requires =
flake8==7.0.0
black==23.12.1
pytest==7.4.4
pytest-bdd==6.1.1
pytest-bdd==7.0.1
splinter==0.19.0
pytest-splinter==3.3.2
pytest-django==4.5.2
Expand Down

0 comments on commit 8449f46

Please sign in to comment.