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

chore(deps-dev): bump pytest-benchmark from 3.4.1 to 4.0.0 #1659

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2022

Bumps pytest-benchmark from 3.4.1 to 4.0.0.

Changelog

Sourced from pytest-benchmark's changelog.

4.0.0 (2022-10-26)

  • Dropped support for legacy Pythons (2.7, 3.6 or older).
  • Switched CI to GitHub Actions.
  • Removed dependency on the py library (that was not properly specified as a dependency anyway).
  • Fix skipping test in test_utils.py if appropriate VCS not available. Also fix typo. Contributed by Sam James in [#211](https://github.com/ionelmc/pytest-benchmark/issues/211) <https://github.com/ionelmc/pytest-benchmark/pull/211>_.
  • Added support for pytest 7.2.0 by using pytest.hookimpl and pytest.hookspec to configure hooks. Contributed by Florian Bruhin in [#224](https://github.com/ionelmc/pytest-benchmark/issues/224) <https://github.com/ionelmc/pytest-benchmark/pull/224>_.
  • Now no save is attempted if --benchmark-disable is used. Fixes [#205](https://github.com/ionelmc/pytest-benchmark/issues/205) <https://github.com/ionelmc/pytest-benchmark/issues/205>. Contributed by Friedrich Delgado in [#207](https://github.com/ionelmc/pytest-benchmark/issues/207) <https://github.com/ionelmc/pytest-benchmark/pull/207>.
Commits

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @heitorlessa.


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 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 requested a review from a team as a code owner October 26, 2022 20:18
@dependabot dependabot bot requested review from heitorlessa and removed request for a team October 26, 2022 20:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 26, 2022
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 26, 2022
@github-actions github-actions bot added the internal Maintenance changes label Oct 26, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytest-benchmark-4.0.0 branch from e5488dd to f9dcda4 Compare October 27, 2022 20:37
@codecov-commenter
Copy link

Codecov Report

Base: 99.35% // Head: 99.35% // No change to project coverage 👍

Coverage data is based on head (f9dcda4) compared to base (87de70c).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1659   +/-   ##
========================================
  Coverage    99.35%   99.35%           
========================================
  Files          128      128           
  Lines         5908     5908           
  Branches       373      373           
========================================
  Hits          5870     5870           
  Misses          18       18           
  Partials        20       20           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytest-benchmark-4.0.0 branch 3 times, most recently from c62949c to f405716 Compare November 2, 2022 20:35
@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytest-benchmark-4.0.0 branch 2 times, most recently from ae51fcc to 53b16fb Compare November 7, 2022 21:02
@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytest-benchmark-4.0.0 branch from 53b16fb to b96555b Compare November 8, 2022 16:17
@heitorlessa
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytest-benchmark-4.0.0 branch from b96555b to 0c2121d Compare November 8, 2022 16:20
Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/ionelmc/pytest-benchmark/releases)
- [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/pytest-benchmark@v3.4.1...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytest-benchmark-4.0.0 branch from 0c2121d to d57224b Compare November 8, 2022 16:23
@dependabot dependabot bot merged commit 2236c89 into develop Nov 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/pytest-benchmark-4.0.0 branch November 8, 2022 16:27
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 internal Maintenance changes python Pull requests that update Python code size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants