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.0.0 #11594

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Oct 16, 2023
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #11594 (e342ed3) into master (ee776ca) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is n/a.

❗ Current head e342ed3 differs from pull request most recent head c1223a6. Consider uploading reports for the commit c1223a6 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #11594   +/-   ##
=======================================
  Coverage   62.95%   62.95%           
=======================================
  Files         875      875           
  Lines       52548    52548           
  Branches     6605     6605           
=======================================
  Hits        33079    33079           
  Misses      17946    17946           
  Partials     1523     1523           

@gitguardian
Copy link

gitguardian bot commented Oct 16, 2023

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id Secret Commit Filename
- Django Secret Key 63f1c8d .env.sample View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@gitguardian
Copy link

gitguardian bot commented Oct 16, 2023

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-bdd-7.0.0 branch 2 times, most recently from 51d5d3e to d46d8e8 Compare October 19, 2023 12:36
@afabiani afabiani added this to the 4.2.0 milestone Nov 8, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-bdd-7.0.0 branch 3 times, most recently from 5dc706d to e342ed3 Compare November 13, 2023 09:08
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 force-pushed the dependabot/pip/pytest-bdd-7.0.0 branch from e342ed3 to c1223a6 Compare November 13, 2023 11:18
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Superseded by #11746.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/pip/pytest-bdd-7.0.0 branch December 4, 2023 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant