databrickslabs / dbx

🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
https://dbx.readthedocs.io
Other
439 stars 120 forks source link

⬆️ Bump prospector from 1.7.7 to 1.10.2 #790

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps prospector from 1.7.7 to 1.10.2.

Release notes

Sourced from prospector's releases.

1.10.2

1.10.1 was released to fix a packaging and installation problem (see this issue) for a description of the problem).

However this caused a separate regression in packaging and installation #618

1.10.2 fixes both issues

1.10.0

New:

  • Prospector profiles can now be loaded from external packages, meaning that behaviour can be packaged and re-used across projects - #604
  • Added pyright as an optional additional tool - #612
  • use-dmypy option now passed through to MyPy - #611

1.9.0

https://github.com/PyCQA/prospector/milestone/3

v1.8.4

https://github.com/PyCQA/prospector/milestone/7?closed=1

v1.8.3

v1.8.2

1.8.1

Add support for Python 3.11

1.8.0

File discovery fixes:

Finding paths and files to check has been replaced with a new version using pathlib - this should not result in any changes, except fixing an issue where pylint and pydocstyle were inspecting the same file or directory twice sometimes. However it may cause slightly different orders or reduce these duplicate warnings.

The behavior of prospector should be unchanged, apart from some bugfixes related to the old file discovery mechanism.

Related bugs and PRs:

... (truncated)

Changelog

Sourced from prospector's changelog.

Version 1.10.1 and 1.10.2

Bugfixes:

1.10.1 was released to fix a packaging and installation problem (see this issue <https://github.com/PyCQA/pylint-plugin-utils/issues/29_ for a description of the problem).

However this caused a separate regression in packaging and installation [#618](https://github.com/PyCQA/prospector/issues/618) <https://github.com/PyCQA/prospector/issues/618>_

1.10.2 fixes both issues

Version 1.10.0

New:

  • Prospector profiles can now be loaded from external packages, meaning that behaviour can be packaged and re-used across projects - [#604](https://github.com/PyCQA/prospector/issues/604) <https://github.com/PyCQA/prospector/pull/604>_
  • Added pyright as an optional additional tool - [#612](https://github.com/PyCQA/prospector/issues/612) <https://github.com/PyCQA/prospector/pull/612>_
  • use-dmypy option now passed through to MyPy [#611](https://github.com/PyCQA/prospector/issues/611) <https://github.com/PyCQA/prospector/pull/611>_

Version 1.9.0

Version 1.8.4

Version 1.8.3

  • [#560](https://github.com/PyCQA/prospector/issues/560) <https://github.com/PyCQA/prospector/issues/560>_
  • [#559](https://github.com/PyCQA/prospector/issues/559) <https://github.com/PyCQA/prospector/issues/559>_
  • [#555](https://github.com/PyCQA/prospector/issues/555) <https://github.com/PyCQA/prospector/issues/555>_
  • [#554](https://github.com/PyCQA/prospector/issues/554) <https://github.com/PyCQA/prospector/issues/554>_
  • [#552](https://github.com/PyCQA/prospector/issues/552) <https://github.com/PyCQA/prospector/issues/552>_
  • [#551](https://github.com/PyCQA/prospector/issues/551) <https://github.com/PyCQA/prospector/issues/551>_

Version 1.8.2

  • [#547](https://github.com/PyCQA/prospector/issues/547) <https://github.com/PyCQA/prospector/issues/547>_

... (truncated)

Commits
  • 81efade #618 Fixing optional extras naming to use underscores again
  • dcf91ad Bump requests from 2.30.0 to 2.31.0 (#617)
  • 4156339 [pre-commit.ci] pre-commit autoupdate (#616)
  • 7ac60a5 Bumping verison for bugfix release to stop polluting site-packages (see https...
  • f5988d1 Removing LICENSE from includes, as it will get installed into the site-packag...
  • ef733e5 Updating pre-commit docs to use latest version
  • 53f0752 [pre-commit.ci] pre-commit autoupdate (#615)
  • 659727f Updated Changelog and version for upcoming release;
  • 1ebef6c Trying a slightly less new version of sphinx
  • fcf5ecb Removing prettier because it was moaning at me about Node version and I canno...
  • 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 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.