Skip to content

chore(deps): update dependency prospector to ==1.17.* #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prospector (source) ==1.7.* -> ==1.17.* age adoption passing confidence

Release Notes

prospector-dev/prospector (prospector)

v1.17.1

Compare Source

Full Changelog: prospector-dev/prospector@v1.17.0...v1.17.1

v1.16.1

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.16.0...v1.16.1

v1.16.0

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.15.3...v1.16.0

v1.15.3

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.15.2...v1.15.3

v1.15.2

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.15.1...v1.15.2

v1.15.1

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.15.0...v1.15.1

v1.15.0

Compare Source

Major improvements

  • The mypy codes are correctly filled #​721
  • The blending now works also on ignore #​722
  • The blendings groups are completed especially for Ruff #​724, #​725

What's Changed

Full Changelog: prospector-dev/prospector@v1.14.1...v1.15.0

v1.14.1

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.14.0...v1.14.1

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: prospector-dev/prospector@v1.13.3...1.14.0

v1.13.3

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.13.2...v1.13.3

v1.13.2

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.13.1...v1.13.2

v1.13.1

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.13.0...v1.13.1

v1.13.0

Compare Source

New features:

And some bugfix, see details in the milestone.

v1.12.1

Compare Source

Fix for better support of Python version 3.12 (make it to work with Django)

See more details in related milestone.

v1.12.0

Compare Source

New:

  • pylint version will now be above 3.0.0 again

v1.11.0

Compare Source

New:

  • We dropped support for python 3.7.
  • prospector now support python 3.12 and 3.13.
  • pylint is now set to version 3.0.0 or less, while waiting
    for a new release of requirements-detector compatible
    with pylint 3.0+.

v1.10.3

Compare Source

New:

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

v1.10.2

Compare Source

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 #&#8203;618 <https://github.com/PyCQA/prospector/issues/618>_

1.10.2 fixes both issues

v1.10.1

Compare Source

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 #&#8203;618 <https://github.com/PyCQA/prospector/issues/618>_

1.10.2 fixes both issues

v1.10.0

Compare Source

New:

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

v1.9.0

Compare Source

v1.8.4

Compare Source

v1.8.3

Compare Source

  • #&#8203;560 <https://github.com/PyCQA/prospector/issues/560>_
  • #&#8203;559 <https://github.com/PyCQA/prospector/issues/559>_
  • #&#8203;555 <https://github.com/PyCQA/prospector/issues/555>_
  • #&#8203;554 <https://github.com/PyCQA/prospector/issues/554>_
  • #&#8203;552 <https://github.com/PyCQA/prospector/issues/552>_
  • #&#8203;551 <https://github.com/PyCQA/prospector/issues/551>_

v1.8.2

Compare Source

  • #&#8203;547 <https://github.com/PyCQA/prospector/issues/547>_

v1.8.1

Compare Source

Let's test faster.

Add support for Python 3.11:

Python 3.11 is between 10-60% faster than Python 3.10.

v1.8.0

Compare Source

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:

  • #&#8203;480 <https://github.com/PyCQA/prospector/issues/480>_
  • #&#8203;417 <https://github.com/PyCQA/prospector/issues/417>_
  • #&#8203;199 <https://github.com/PyCQA/prospector/issues/199>_

Other bugfixes:

  • #&#8203;106 <https://github.com/PyCQA/prospector/issues/106>_
  • Running prospector on a path not in the CWD (eg, 'prospector /some/where/else') will not cause exceptions, and will instead use absolute paths for message output
  • Autodetction of libraries, to automatically use pylint plugins, will no work on projects using a pyproject.toml ; also it has been turned on by default, it seemed to have accidentally been set to off by default some time ago.
  • #&#8203;529 <https://github.com/PyCQA/prospector/issues/529>_

Misc:

  • Prospector now runs on itself without generating errors after all linting warnings were fixed

Configuration

📅 Schedule: Branch creation - "before 12pm every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/prospector-1.x branch from c788195 to 8ae9a8f Compare August 11, 2023 03:14
@renovate renovate bot force-pushed the renovate/prospector-1.x branch from 8ae9a8f to 54b1af2 Compare October 4, 2024 11:03
@renovate renovate bot changed the title chore(deps): update dependency prospector to ==1.10.* chore(deps): update dependency prospector to ==1.11.* Oct 4, 2024
@renovate renovate bot force-pushed the renovate/prospector-1.x branch from 54b1af2 to 728d28b Compare October 7, 2024 19:27
@renovate renovate bot changed the title chore(deps): update dependency prospector to ==1.11.* chore(deps): update dependency prospector to ==1.12.* Oct 7, 2024
@renovate renovate bot force-pushed the renovate/prospector-1.x branch from 728d28b to 9de7dca Compare November 9, 2024 22:42
@renovate renovate bot changed the title chore(deps): update dependency prospector to ==1.12.* chore(deps): update dependency prospector to ==1.13.* Nov 9, 2024
@renovate renovate bot force-pushed the renovate/prospector-1.x branch from 9de7dca to 83e439c Compare January 23, 2025 11:58
@renovate renovate bot changed the title chore(deps): update dependency prospector to ==1.13.* chore(deps): update dependency prospector to ==1.14.* Jan 23, 2025
@renovate renovate bot force-pushed the renovate/prospector-1.x branch from 83e439c to e8d39c2 Compare February 26, 2025 13:27
@renovate renovate bot changed the title chore(deps): update dependency prospector to ==1.14.* chore(deps): update dependency prospector to ==1.15.* Feb 26, 2025
@renovate renovate bot force-pushed the renovate/prospector-1.x branch from e8d39c2 to a0e2d1d Compare March 24, 2025 21:38
@renovate renovate bot changed the title chore(deps): update dependency prospector to ==1.15.* chore(deps): update dependency prospector to ==1.16.* Mar 24, 2025
@renovate renovate bot force-pushed the renovate/prospector-1.x branch from a0e2d1d to b210355 Compare May 19, 2025 14:45
@renovate renovate bot changed the title chore(deps): update dependency prospector to ==1.16.* chore(deps): update dependency prospector to ==1.17.* May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants