Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pytest-bdd from 7.1.2 to 8.0.0 #53

Open
wants to merge 1 commit into
base: 4.3.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps pytest-bdd from 7.1.2 to 8.0.0.

Changelog

Sourced from pytest-bdd's changelog.

[8.0.0] - 2024-11-14

Added +++++

  • Gherkin keyword aliases can now be used and correctly reported in json and terminal output (see Keywords <https://cucumber.io/docs/gherkin/reference/#keywords>_ for permitted list).
  • Added localization support. The language of the feature file can be specified using the # language: <language> directive at the beginning of the file.
  • Rule keyword can be used in feature files (see Rule <https://cucumber.io/docs/gherkin/reference/#rule>_)
  • Added support for multiple example tables
  • Added filtering by tags against example tables
  • Since the 7.x series:
    • Tags can now be on multiple lines (stacked)
    • Continuation of steps using asterisks (*) instead of And/But supported.
    • Added datatable argument for steps that contain a datatable (see Data Tables <https://cucumber.io/docs/gherkin/reference/#data-tables>_).
    • Added docstring argument for steps that contain a docstring (see Doc Strings <https://cucumber.io/docs/gherkin/reference/#doc-strings>_).

Changed +++++++

  • Changelog format updated to follow Keep a Changelog <https://keepachangelog.com/en/1.1.0/>_.

  • Text after the # character is no longer stripped from the Scenario and Feature name.

  • Since the 7.x series:

    • Use the gherkin-official <https://pypi.org/project/gherkin-official/>_ parser, replacing the custom parsing logic. This will make pytest-bdd more compatible with the Gherkin specification.
    • Multiline steps must now always use triple-quotes for the additional lines.
    • All feature files must now use the keyword Feature: to be considered valid.
    • Tags can no longer have spaces (e.g. @tag one and @tag two are no longer valid).
    • Text after the # character is no longer stripped from the Step name.
    • Multiline strings no longer match name based on multiple lines - only on the actual step text on the step line.

Removed +++++++

  • Dropped support for python 3.8. Supported python versions: 3.9, 3.10, 3.11, 3.12, 3.13.

  • Since the 7.x series:

    • Drop compatibility with pytest < 7.0.0.

Fixed +++++

  • Since the 7.x series:

    • Updated documentation to clarify that --gherkin-terminal-reporter needs to be used with -v or -vv.

8.0.0b2

  • Updated documentation to clarify that --gherkin-terminal-reporter needs to be used with -v or -vv.
  • Drop compatibility with pytest < 7.0.0.
  • Continuation of steps using asterisks instead of And/But supported.
  • Added datatable argument for steps that contain a datatable (see Data Tables <https://cucumber.io/docs/gherkin/reference/#data-tables>_).
  • Added docstring argument for steps that contain a docstring (see Doc Strings <https://cucumber.io/docs/gherkin/reference/#doc-strings>_).
  • Multiline strings no longer match name based on multiple lines - only on the actual step text on the step line.

... (truncated)

Commits
  • 93e446e Merge pull request #740 from pytest-dev/version-8
  • 99017b8 Bump version to v8.0.0, update changelog
  • 8f9df7c Merge pull request #728 from jsa34/add-rule
  • 3f91a64 Make rule test for Gherkin terminal reporter check verbosity levels 1 and 2
  • d67a7b8 Resolve merge conflicts
  • 9b05277 Merge branch 'master' into add-rule
  • f7d6c6a Merge remote-tracking branch 'origin/add-rule' into add-rule
  • 4017171 Response to feedback: remove add_background and use constructor; remove unnec...
  • f47c6d2 Merge pull request #738 from pytest-dev/multi-example-tables
  • a589676 Merge branch 'master' into add-rule
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 7.1.2 to 8.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-bdd@7.1.2...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2024

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants