andreroggeri / ynab-sdk-python

Python implementation of the YNAB API (https://api.youneedabudget.com/)
Apache License 2.0
27 stars 10 forks source link

chore(deps): bump kgb from 6.0 to 7.1.1 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps kgb from 6.0 to 7.1.1.

Changelog

Sourced from kgb's changelog.

kgb 7.1.1 (6-August-2022)

  • Small packaging update to include the LICENSE file.

    No code changes.

kgb 7.1 (4-August-2022)

  • Added support for Python 3.11.

kgb 7 (20-January-2022)

  • Added explicit support for Python 3.10.

  • Dropped support for Python 2.6, 3.4, and 3.5.

  • kgb now works as a plugin for pytest_.

    Unit tests can use the spy_agency fixture to have a spy agency created and ready for use. Spies will be automatically unregistered when the test completes.

  • Added snake_case versions of all assertion methods in SpyAgency.

    This includes:

    • assert_has_spy
    • assert_spy_call_count
    • assert_spy_called_with
    • assert_spy_called
    • assert_spy_last_called_with
    • assert_spy_last_raised_message
    • assert_spy_last_raised
    • assert_spy_last_returned
    • assert_spy_not_called_with
    • assert_spy_not_called
    • assert_spy_raised_message
    • assert_spy_raised
    • assert_spy_returned
  • Added standalone assertion methods in kgb.asserts.

    This provides all the assertion methods shown above, but as standalone methods that can work in any test suite.

... (truncated)

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 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)
codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 9b2c4d2b and detected 0 issues on this pull request.

View more on Code Climate.