Skip to content
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

chore(deps): Update dependency prospector to >=0.12.11 Automatically created by mend renovate bot. #440

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prospector (source) >=0.12.2 -> >=0.12.11 age adoption passing confidence

Release Notes

PyCQA/prospector (prospector)

v0.12.11

Compare Source

  • #&#8203;256 <https://github.com/PyCQA/prospector/pull/256>_ Match relative paths that giving different results when using --absolute-paths flag
  • Pin vulture version < 0.25

v0.12.10

Compare Source

  • Force pyroma >= 2.3
  • #&#8203;236 <https://github.com/PyCQA/prospector/pull/236>_ Fix typo and update URLs in docs

v0.12.9

Compare Source

  • #&#8203;237 <https://github.com/PyCQA/prospector/pull/237>_ Load pylint plugins before pylint config
  • #&#8203;253 <https://github.com/PyCQA/prospector/issues/253>_ Relaxing pyroma constraint
  • #&#8203;229 <https://github.com/PyCQA/prospector/issues/229>_ prospector crashes on startup if a recent pyroma is installed

v0.12.8

Compare Source

  • Enforce pylint, pyflakes and pycodestyle versions to avoid breaking other dependent tools
  • #&#8203;242 <https://github.com/PyCQA/prospector/pull/248>_ Fix absolute path issue with pylint
  • #&#8203;234 <https://github.com/PyCQA/prospector/pull/234>_ Added Python 3.5/3.6 support on build

v0.12.7

Compare Source

  • Enforcing pydocstyle >= 2.0.0 for API compatibility reliability

v0.12.6

  • #&#8203;210 <https://github.com/PyCQA/prospector/issues/210/>_ #&#8203;212 <https://github.com/PyCQA/prospector/issues/212/>_ Removing debug output accidentally left in (@​souliane)
  • #&#8203;211 <https://github.com/PyCQA/prospector/issues/211/>_ Added VSCode extension to docs (@​DonJayamanne)
  • #&#8203;215 <https://github.com/PyCQA/prospector/pull/215/>_ Support pydocstyle>=2.0 (@​samspillaz)
  • #&#8203;217 <https://github.com/PyCQA/prospector/issues/217/>_ Updating links to supported tools in docs (@​mbeacom)
  • #&#8203;219 <https://github.com/PyCQA/prospector/pull/219/>_ Added a __main__.py to allow calling python -m prospector (@​cprogrammer1994)

v0.12.5

  • #&#8203;207 <https://github.com/PyCQA/prospector/pull/207/>_ Fixed missing 'UnknownMessage' exception caused by recent pylint submodule changes
  • Minor documentation formatting updates
  • #&#8203;202 <https://github.com/PyCQA/prospector/issues/202/>_ Ignoring .tox directories to avoid accidentally checking the code in there
  • #&#8203;205 <https://github.com/PyCQA/prospector/pull/205/>_ Fixes for compatibility with pylint 1.7+
  • #&#8203;193 <https://github.com/PyCQA/prospector/pull/193/>_ Fixes for compatibility with pylint 1.6+
  • #&#8203;194 <https://github.com/PyCQA/prospector/pull/194/>_ Fixes for compatibility with vulture 0.9+
  • #&#8203;191 <https://github.com/PyCQA/prospector/pull/191/>_ Fixes for compatibility with pydocstyle 1.1+

v0.12.4

  • Panicky stapling of pyroma dependency until prospector is fixed to not break with the new pyroma release

v0.12.3

  • #&#8203;190 <https://github.com/PyCQA/prospector/pull/190/>_ Pinning pydocstyle version for now until API compatibility with newer versions can be written
  • #&#8203;184 <https://github.com/PyCQA/prospector/pull/184/>_ Including the LICENCE file when building dists
  • Fixed a crash in the profile_validator tool if an empty profile was found
  • (Version 0.12.2 does not exist due to a counting error...)

Configuration

📅 Schedule: Branch creation - "at 6pm every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Mar 9, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pdm.lock
Command failed: pdm update --no-sync --update-eager -dG static-code-analysis prospector
WARNING: Project requires a python version of >=3.9, The virtualenv is being created for you as it cannot be matched to the right version.
INFO: python.use_venv is on, creating a virtualenv for this project...
[InvalidVersion]: Invalid version: '3.13.0\n3.12.7\n3.11.10\n3.10.15\n3.9.19'
WARNING: Add '-v' to see the detailed traceback

@renovate renovate bot force-pushed the renovate/prospector-0.x branch 15 times, most recently from 15503fc to b35d506 Compare March 10, 2025 12:09
…created by mend renovate bot.

| datasource | package    | from   | to      |
| ---------- | ---------- | ------ | ------- |
| pypi       | prospector | 0.12.2 | 0.12.11 |
@renovate renovate bot force-pushed the renovate/prospector-0.x branch from b35d506 to c5c1afb Compare March 10, 2025 12:12
Copy link
Contributor Author

renovate bot commented Mar 10, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

auto-merge was automatically disabled March 10, 2025 21:21

Pull request was closed

@carstencodes carstencodes deleted the renovate/prospector-0.x branch March 10, 2025 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant