roclark / sportsipy

A free sports API written for python
MIT License
484 stars 187 forks source link

Bump flexmock from 0.10.4 to 0.10.7 #648

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps flexmock from 0.10.4 to 0.10.7.

Changelog

Sourced from flexmock's changelog.

Release 0.10.7

Fixed

  • Fix with_args not working built-in functions and methods.
  • Fix previous pytest --durations fix not working.

Release 0.10.6

Fixed

  • Fix flexmock broken with Pytest 4 & 5.
  • Fix new_instances method not working with Python 2.7.
  • Fix multiple expectations for the same classmethod are not matched.

Release 0.10.5

Added

  • Improve error message on unmatched method signature expectation.

Fixed

  • Fix using should_call passes wrong runtime_self.
  • Fix pytest --durations flag when flexmock is installed.
Commits
  • f63c82c Prepare 0.10.7 release
  • b0cb759 Fix with_args not working with builtin functions and methods
  • 2ee3e7f Fix pytest --durations flag
  • c1df603 Prepare 0.10.6 release
  • 625450c Fix multiple expectations for the same classmethod are not matched
  • 4bfdd20 Fix new_instances not working with Python 2.7
  • 437d866 Add all supported Python versions to test script
  • c55ea89 Fix flexmock broken with Pytest 4 & 5
  • 12b5556 Prepare 0.10.5 release
  • fd26f4b Fix failing call to methods with should_call
  • 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 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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #648 (58b1a68) into master (e64e022) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #648   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          56       56           
  Lines       13189    13189           
=======================================
  Hits        13186    13186           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e64e022...58b1a68. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #651.