Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps pytest-bdd from 6.1.1 to 7.0.0.

Changelog

Sourced from pytest-bdd's changelog.

7.0.0

  • ⚠️ Backwards incompatible: - parsers.re now does a fullmatch <https://docs.python.org/3/library/re.html#re.fullmatch>_ instead of a partial match. This is to make it work just like the other parsers, since they don't ignore non-matching characters at the end of the string. [#539](https://github.com/pytest-dev/pytest-bdd/issues/539) <https://github.com/pytest-dev/pytest-bdd/pull/539>_
  • Drop python 3.7 compatibility, as it's no longer supported. [#627](https://github.com/pytest-dev/pytest-bdd/issues/627) <https://github.com/pytest-dev/pytest-bdd/pull/627>_
  • Declare official support for python 3.12 [#628](https://github.com/pytest-dev/pytest-bdd/issues/628) <https://github.com/pytest-dev/pytest-bdd/pull/628>_
  • Improve parser performance by 15% [#623](https://github.com/pytest-dev/pytest-bdd/issues/623) <https://github.com/pytest-dev/pytest-bdd/pull/623>_ by @dcendents <https://github.com/dcendents>_
  • Add support for Scenarios and Scenario Outlines to have descriptions. [#600](https://github.com/pytest-dev/pytest-bdd/issues/600) <https://github.com/pytest-dev/pytest-bdd/pull/600>_
Commits
  • 30ba3f7 Merge pull request #638 from pytest-dev/ab/py312
  • 3f424e7 Remove python 3.13-dev, as it's not available yet
  • c182e1a Update all dev dependencies
  • 9f152f5 Bump version to 7.0.0, update changelog
  • 82b84bd Update wording
  • c6f44f7 Test against python 3.13-dev too
  • 788818c Python 3.12 is stable now, test against the stable version
  • e36854f Update poetry version and run poetry lock --no-update
  • 87bbd56 Add python 3.12 to black targets
  • f1c49c3 Merge pull request #637 from pytest-dev/pre-commit-ci-update-config
  • 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 6.1.1 to 7.0.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies pull requests that update a dependency file python pull requests that update Python code labels Oct 16, 2023
@nicoddemus nicoddemus merged commit cdddd6d into main Oct 16, 2023
@nicoddemus nicoddemus deleted the dependabot/pip/testing/plugins_integration/pytest-bdd-7.0.0 branch October 16, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies pull requests that update a dependency file python pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants