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.3 #870

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps prospector from 1.7.7 to 1.10.3.

Release notes

Sourced from prospector's releases.

v1.10.3

Dependencies versions were bumped following multiple moderate CVE declared in transitive dependencies.

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.3

New:

  • Dependencies versions were bumped following multiple moderate CVE declared in transitive dependencies.

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>_

... (truncated)

Commits
  • 65fb645 Bump prospector to 1.10.3, update changelog
  • 4ae13aa Bump urllib3 from 2.0.6 to 2.0.7 (#640)
  • 5a9845e Merge pull request #638 from landscapeio/dependabot/pip/gitpython-3.1.37
  • f6a4599 Bump gitpython from 3.1.35 to 3.1.37
  • 0b68f4d Merge pull request #637 from landscapeio/dependabot/pip/urllib3-2.0.6
  • d4ceebb Bump urllib3 from 2.0.2 to 2.0.6
  • e4c1846 Bump gitpython from 3.1.34 to 3.1.35 (#636)
  • 3cc30f1 Bump cryptography from 41.0.3 to 41.0.4 (#635)
  • 34a3eba Doc fix: Use hyphen to install prospector with mypy and bandit in pre-commit ...
  • db738e4 Bump certifi from 2023.5.7 to 2023.7.22 (#631)
  • 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)
dependabot[bot] commented 3 months ago

Looks like prospector is no longer a dependency, so this is no longer needed.