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-benchmark from 3.4.1 to 4.0.0 #514

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

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

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 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 Mar 1, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-benchmark-4.0.0 branch from cd02e46 to 99c8fb2 Compare March 22, 2023 18:20
@codecov
Copy link

codecov bot commented Mar 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.14%. Comparing base (db2d94f) to head (8cf5c9f).
Report is 98 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #514   +/-   ##
=======================================
  Coverage   89.14%   89.14%           
=======================================
  Files          20       20           
  Lines        1446     1446           
  Branches      566      566           
=======================================
  Hits         1289     1289           
  Misses        157      157           
Flag Coverage Δ
fulltest 89.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-benchmark-4.0.0 branch from 99c8fb2 to 7c9d468 Compare March 28, 2023 20:22
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-benchmark-4.0.0 branch 3 times, most recently from ce4b20c to 18d57c4 Compare April 10, 2023 18:16
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-benchmark-4.0.0 branch from 18d57c4 to 8cf5c9f Compare April 10, 2023 18:35
@PythonFZ PythonFZ closed this Feb 20, 2025
@PythonFZ PythonFZ deleted the dependabot/pip/pytest-benchmark-4.0.0 branch February 20, 2025 16:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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