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 in /tools/deps #4072

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 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 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.

@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.75%. Comparing base (74fc14e) to head (844cd9a).
Report is 4 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4072       +/-   ##
===========================================
- Coverage   49.24%   33.75%   -15.50%     
===========================================
  Files          94       90        -4     
  Lines       15699    14390     -1309     
===========================================
- Hits         7731     4857     -2874     
- Misses       7968     9533     +1565     
Flag Coverage Δ
functional 33.75% <ø> (-4.33%) ⬇️
integration ?
unit ?

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.

@swetayadav1
Copy link
Contributor

@dependabot rebase

Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 3.4.1 to 4.0.0.
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/pytest-benchmark-4.0.0 branch from 49f310d to 844cd9a Compare May 20, 2024 09:21
@swetayadav1 swetayadav1 changed the base branch from master to dependabot/pip/tools/deps/tox-4.15.0 May 20, 2024 09:55
@swetayadav1 swetayadav1 merged commit 7c4e379 into dependabot/pip/tools/deps/tox-4.15.0 May 20, 2024
1 of 12 checks passed
@swetayadav1 swetayadav1 deleted the dependabot/pip/tools/deps/pytest-benchmark-4.0.0 branch May 20, 2024 09:56
swetayadav1 added a commit that referenced this pull request Jul 4, 2024
* Bump tox from 3.24.5 to 4.15.0 in /tools/deps

* Bump pluggy from 1.4.0 to 1.5.0 in /tools/deps (#4866)
* Bump py-cpuinfo from 8.0.0 to 9.0.0 in /tools/deps (#3677)
* Bump pytest-cov from 4.1.0 to 5.0.0 in /tools/deps (#4732)
* Bump pytest-timeout from 2.2.0 to 2.3.1 in /tools/deps (#4679)
* Bump pytest-benchmark from 3.4.1 to 4.0.0 in /tools/deps (#4072)
* Bump pytest from 7.4.4 to 8.2.1 in /tools/deps (#4888)
* Bump filelock from 3.12.4 to 3.14.0 in /tools/deps (#4833)
* Bump virtualenv from 20.4.7 to 20.26.2 in /tools/deps (#4887)
* Bump chardet from 4.0.0 to 5.2.0 in /tools/deps (#4054)
* Bump py from 1.10.0 to 1.11.0 in /tools/deps (#3676)
* Bump platformdirs from 4.2.0 to 4.2.2 in /tools/deps (#4894)

* NXDRIVE-2936: Fix security issue Requests Session object does not verify requests after making first request with verify=False (#4924)

* NXDRIVE-2928: Fix security issue IDNA vulnerable to denial of service from specially crafted inputs to idna.encode (#4865)
---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub-CI action (Release) <[email protected]>
@poojadaine
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2024

Looks like this PR has already been merged. If you've moved back to an older version of pytest-benchmark a new PR will be created next time Dependabot checks your dependencies.

@poojadaine
Copy link
Contributor

@dependabot unignore pytest-benchmark dependency

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2024

No dependency name (pytest-benchmark) or ignore conditions found to unignore.

@poojadaine
Copy link
Contributor

@dependabot reopen

@mr-shekhar mr-shekhar restored the dependabot/pip/tools/deps/pytest-benchmark-4.0.0 branch August 9, 2024 06:05
@mr-shekhar
Copy link
Collaborator

@dependabot reopen

@mr-shekhar
Copy link
Collaborator

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2024

Looks like this PR has already been merged. If you've moved back to an older version of pytest-benchmark a new PR will be created next time Dependabot checks your dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants