OpenTrafficCam / OTAnalytics

Perform traffic analysis on trajectories of road users
https://opentrafficcam.org/OTAnalytics/
GNU General Public License v3.0
18 stars 3 forks source link

Bump interrogate from 1.5.0 to 1.7.0 #523

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps interrogate from 1.5.0 to 1.7.0.

Release notes

Sourced from interrogate's releases.

1.7.0

Full Changelog

Added

  • tomli dependency for Python versions < 3.11, making use of tomllib in the standard library with 3.11+ (#150).
  • Support for pyi file extensions (and leave room for other file extensions to be added, like maybe ipynb).
  • Support for Google-style docstrings for class __init__ methods with new --style [sphinx|google] flag (#128).

Fixed

  • Include support for deleters when ignoring property decorators (#126).
  • Support floats for --fail-under values (#114).

Removed

  • toml dependency for all Python versions (#150).
Changelog

Sourced from interrogate's changelog.

1.7.0 (2024-04-07)

Added ^^^^^

  • tomli dependency for Python versions `_).
  • Support for pyi file extensions (and leave room for other file extensions to be added, like maybe ipynb).
  • Support for Google-style docstrings for class __init__ methods with new --style [sphinx|google] flag ([#128](https://github.com/econchick/interrogate/issues/128) <https://github.com/econchick/interrogate/issues/128>_).

Fixed ^^^^^

  • Include support for deleters when ignoring property decorators ([#126](https://github.com/econchick/interrogate/issues/126) <https://github.com/econchick/interrogate/issues/126>_).
  • Support floats for --fail-under values ([#114](https://github.com/econchick/interrogate/issues/114) <https://github.com/econchick/interrogate/issues/114>_).

Removed ^^^^^^^

  • toml dependency for all Python versions ([#150](https://github.com/econchick/interrogate/issues/150) <https://github.com/econchick/interrogate/issues/150>_).

.. short-log

1.6.0 (2024-04-06)

Added ^^^^^

  • Add --ignore-overloaded-functions flag to ignore overload decorators ([#97](https://github.com/econchick/interrogate/issues/97) <https://github.com/econchick/interrogate/issues/97>) – thank you ErwinJunge <https://github.com/econchick/interrogate/pull/98> (via [#167](https://github.com/econchick/interrogate/issues/167) <https://github.com/econchick/interrogate/pull/167>) and zackyancey <https://github.com/econchick/interrogate/pull/160>.
  • Support for Python 3.11 & 3.12.

Removed ^^^^^^^

  • Support for Python 3.6 & 3.7.
Commits
  • 4894019 Release 1.7.0
  • 6c8db6f Testing out a PyPI GitHub workflow
  • 06ecac0 Merge pull request #173 from econchick/google-style
  • f77ef6f Add flag to support google code style
  • 5461ebc Merge pull request #172 from econchick/ext-flag
  • 722d523 Add support for other file extensions (pyi to start)
  • 1a28d80 Merge pull request #171 from econchick/round-perc-covered
  • d3cddca Merge pull request #170 from econchick/include-deleters
  • 4e7e967 Merge pull request #170 from econchick/include-deleters
  • 5dcb4de Include deleters when ignoring property decorators
  • 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 show 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)