Skip to content

build: update api: all non-major dependencies

Common Ground Bot requested to merge renovate/api-all-minor-patch into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
prospector (source) ==1.7.7 -> ==1.8.3 age adoption passing confidence minor
python 3.11.0-alpine -> 3.11.1-alpine age adoption passing confidence final patch
python 3.11.0-alpine -> 3.11.1-alpine age adoption passing confidence stage patch

Release Notes

PyCQA/prospector

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 MRs:

  • #&#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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by Common Ground Bot

Merge request reports