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

Bump pytest-bdd from 6.1.1 to 7.2.0 #38

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps pytest-bdd from 6.1.1 to 7.2.0.

Changelog

Sourced from pytest-bdd's changelog.

7.2.0

  • Fix compatibility issue with Python 3.13.
  • Declare compatibility with Python 3.13.

7.1.2

  • Address another compatibility issue with pytest 8.1 (fixture registration). [#680](https://github.com/pytest-dev/pytest-bdd/issues/680) <https://github.com/pytest-dev/pytest-bdd/pull/680>_

7.1.1

  • Address a bug introduced in pytest-bdd 7.1 caused by incorrect pytest version check.

7.1

  • Address compatibility issue with pytest 8.1. [#666](https://github.com/pytest-dev/pytest-bdd/issues/666) <https://github.com/pytest-dev/pytest-bdd/pull/666>_

7.0.1

  • Fix errors occurring if pytest_unconfigure is called before pytest_configure. [#362](https://github.com/pytest-dev/pytest-bdd/issues/362) <https://github.com/pytest-dev/pytest-bdd/issues/362>_ [#641](https://github.com/pytest-dev/pytest-bdd/issues/641) <https://github.com/pytest-dev/pytest-bdd/pull/641>_

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
  • ee7be87 Bump version 7.2.0, add changelog entry
  • 526311e Declare python 3.13 support
  • b542e8e Merge pull request #682 from pytest-dev/add-py3.13
  • 6170a45 dataclasses in parser.py should not be compared by their members, but only ...
  • a76e2b3 Add python 3.13 to the test matrix
  • 3ebd9c7 Merge pull request #663 from pytest-dev/pre-commit-ci-update-config
  • c64915c Merge branch 'master' into pre-commit-ci-update-config
  • 977bf61 Bump version 7.1.2
  • 5dbe736 Merge pull request #681 from pytest-dev/update-badge
  • 3d1ff16 Use HTTPS
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2024
Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 6.1.1 to 7.2.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.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-bdd-7.2.0 branch from 736d5e1 to 6483960 Compare August 8, 2024 07:29
@EarthModule EarthModule merged commit a9dfea7 into master Aug 8, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pytest-bdd-7.2.0 branch August 8, 2024 12:05
EarthModule pushed a commit that referenced this pull request Aug 20, 2024
Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 6.1.1 to 7.2.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.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
EarthModule pushed a commit that referenced this pull request Sep 26, 2024
Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 6.1.1 to 7.2.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.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant