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.10 #660

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps flexmock from 0.10.4 to 0.10.10.

Changelog

Sourced from flexmock's changelog.

Release 0.10.10

Fixed

  • Fix AttributeError raised when mocking a proxied object.

Release 0.10.9

Fixed

  • Fix flexmock not mocking methods properly on derived classes.

Release 0.10.8

Fixed

  • Fix with_args not working built-in functions.

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.

... (truncated)

Commits
  • 884ed66 Prepare 0.10.10 release
  • bf6ca3c Fix AttributeError raised when mocking proxied objects
  • 15e7522 Prepare 0.10.9 release
  • 8df988f Fix flexmock not mocking methods properly on derived classes
  • 4540f78 Prepare 0.10.8 release
  • d4a7913 Fix with_args with built-in functions
  • 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
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #672.