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 v1 Automatically created by mend renovate bot. #424

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2025

This PR contains the following updates:

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

Release Notes

PyCQA/prospector (prospector)

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 re-used 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

v1.7.7

Compare Source

Tiny bugfix relaese: restored __main__.py so that prospector could be run as a module, ie python -m prospector - #​497

v1.7.6

Compare Source

It's a bugs life.

Fixes:

  • Fixed a problem where pylint was reporting the same message multiple times, because it was given a path to the file multiple times
  • The blending fix mentioned in the 1.7.5 release was actually not checked in by accident, this is there now.

v1.7.5

Compare Source

Just say no to bugs.

New:

  • Profile inheritance is now optional - appending a profile name with a ? means that if it is not found, prospector will simply continue. Read the documentation here <https://prospector.landscape.io/en/master/profiles.html#inheritance>. Closes #&#8203;161 <https://github.com/PyCQA/prospector/issues/161>

Fixes:

  • Stopped the ProfileValidator tool raising errors about pep8 and pep257 sections being unknown. Instead, they raise deprecated warnings.
  • Blending works again - for example, pylint and pycodestyle errors representing the same thing are combined. After renaming pep8 to pycodestyle, this only worked when using legacy names.
  • Unrecognised Mypy options now raise an exception instead of silently carrying on - #&#8203;455 <https://github.com/PyCQA/prospector/issues/455>_

Tidyup:

  • Lots of warnings fixed from running prospector on itself

v1.7.4

Compare Source

Mea culpa release

Fix

The effort to allow pylint configuration in pyproject.toml to be used as an external config source (issue here <https://github.com/PyCQA/prospector/issues/485>_) had the unintended side effect where any project using poetry would now use that configuration and thus would ignore the pylint configuration in the profile. This was true even if the pyproject.toml had no pylint directives in it.

The behaviour has now been fixed where pylint will be configured using configuration from the profile first and then if any additional settings are found in a pylintrc or pyproject.toml or setup.cfg then these will override the profile configuration, instead of replacing it entirely.

This also has the benefit of fixing #&#8203;227 <https://github.com/PyCQA/prospector/issues/227>_.

v1.7.3

Compare Source

The war on bugs.

Fixes:

  • Autodetect now does not die if a user does not have permissions (related to #&#8203;271 <https://github.com/PyCQA/prospector/issues/271>_ and #&#8203;487 <https://github.com/PyCQA/prospector/issues/487>_)
  • Fixed that some pylint documentation warning messages were not correctly included in the list of documentation warnings to squash if doc warnings are not desired.
  • Fixed the exit code for prospector - it was always 0 after the move to using poetry for packaging instead of 1 if errors were found (unless --zero-exit) was used. This now exits with the correct code based on the documented (and previous) behaviour.
  • Fix that pep8 would overwrite instead of inherit from previous pycodestyle blocks, same with pep257 - #&#8203;491 (comment) <https://github.com/PyCQA/prospector/issues/491#issuecomment-1053539711>_
  • Fix the pre-commit hook, as it could not run without being installed [with_everything], due to the "NotAvailableTool" class not properly implementing the abstract base class.
  • Improved documentation about the pre-commit hook as well to clarify its use better - #&#8203;484 <https://github.com/PyCQA/prospector/issues/484>_

v1.7.2

Compare Source

More bugfixes!

Fixes:

  • Fix that pep8 and pep257 sections were renamed but the old deprecated values were not properly used to configure pycodestyle and pydocstyle - #&#8203;491 <https://github.com/PyCQA/prospector/issues/491>_
  • Better handling for when the user running prospector is not able to read a file or directory - #&#8203;271 <https://github.com/PyCQA/prospector/issues/271>_ and #&#8203;487 <https://github.com/PyCQA/prospector/issues/487>_

v1.7.1

Compare Source

Lots of smaller bugfixes.

Fixes:

  • Prospector now configures pylint using settings found in pyproject.toml or setup.cfg, not only .pylintrc - #&#8203;485 <https://github.com/PyCQA/prospector/issues/485>_
  • Fixed --no-style-warnings command line argument no longer warning after renaming pep8 to pycodestyle - #&#8203;488 <https://github.com/PyCQA/prospector/issues/488>_
  • Documentation is building again - #&#8203;473 <https://github.com/PyCQA/prospector/issues/473>_
  • --with-tool flag now respects - but overrides - tools disabled in profiles - #&#8203;447 <https://github.com/PyCQA/prospector/issues/447>_
  • Fixed crash with merging multiple import warnings - #&#8203;477 <https://github.com/PyCQA/prospector/issues/477>_
  • Fixed segfault when analysing code using cartopy - #&#8203;403 <https://github.com/PyCQA/prospector/issues/403>_

v1.7.0

Compare Source

This is mostly a "tidying up" release but some things have changed which may cause differences to output, hence the bump of the major version.

New:

  • Added a --quiet command line option to suppress all output. Useful if you just want to know the exit code of prospector for scripting.
  • Removed the prospector "indent checker" since this is now no longer in pylint #&#8203;482 <https://github.com/PyCQA/prospector/issues/482>_

Fixes:

Deprecation warning:

  • Tools pep8 and pep257 have been renamed to pycodestyle and pydocstyle respectively. This is because the tools themselves were renamed years ago - See #&#8203;222 <https://github.com/PyCQA/prospector/issues/222>_.

Note that this means that prospector profiles and message output uses this new name instead of the old name, so you will need to update your configuration. The old names will still work, but this legacy behaviour will be removed in prospector 2.0

  • There is now a --legacy-tool-names flag for outputting pep8 or pep257 as the tool name when outputting errors. This is to be backwards compatible with any parsing logic; this flag is also deprecated and will go away in prospector 2.0

Tidying up internals

These are all internal prospector code quality improvements. Ideally, they should not be noticed by anybody as they are internal refactorings.

  • #&#8203;467 <https://github.com/PyCQA/prospector/issues/467>_ - Removed nosetests, as nose is not compatible with Python 3.10 yet and the pytest tests were already doing the same thing
  • Tidied up the tox testing
  • Started adding some type hints to methods
  • Fixed lots of warnings raised by prospector when running prospector on itself...
  • Removed some old python2 compatibility code which is no longer needed now python2 is not supported at all
  • Fixed hyperlink formatting in this CHANGELOG to be RST (was never updated after converting from markdown)
  • Replaced os.path with pathlib.Path everywhere in prospector internals, to improve and simplify finding files to inspect. Theoretically this behaves in the same way as far as the user will see (please open a ticket if you notice anything obviously different)

v1.6.0

Compare Source

  • Fixed incompatible version specification of pylint-plugin-utils. This now requires pylint-django of at least 2.5. #&#8203;478 <https://github.com/PyCQA/prospector/issues/478>_

note This release drops support for python 3.6.1

v1.5.3.1

Compare Source

  • #&#8203;465 <https://github.com/PyCQA/prospector/issues/465>_ Remove unnecessary configuration reset to fix pylint>=2.12 compatibility
  • Version 1.5.3.1 was needed to unpin the pylint dependency to actually use the fix for compatibility.

v1.5.3

Compare Source

  • #&#8203;465 <https://github.com/PyCQA/prospector/issues/465>_ Remove unnecessary configuration reset to fix pylint>=2.12 compatibility
  • Version 1.5.3.1 was needed to unpin the pylint dependency to actually use the fix for compatibility.

v1.5.2

Compare Source

  • #&#8203;465 <https://github.com/PyCQA/prospector/issues/465>_ Bugfix release to pin pylint<2.12 because prospector's internals were not compatible with it

v1.5.1

Compare Source

  • #&#8203;438 <https://github.com/PyCQA/prospector/issues/438>_ Promoting pre-release to release as it appears to work

v1.5.0.1

Compare Source

  • #&#8203;433 <https://github.com/PyCQA/prospector/issues/433>_ Attempted fix of flake8 dependency versioning conflict

v1.5.0

Compare Source

  • #&#8203;433 <https://github.com/PyCQA/prospector/issues/433>_ Attempted fix of flake8 dependency versioning conflict

v1.4.1.1

Compare Source

v1.4.1

Compare Source

  • #&#8203;373 <https://github.com/PyCQA/prospector/issues/373>_ Permits to raise pylint's useless-suppression
  • #&#8203;414 <https://github.com/PyCQA/prospector/pull/414>_ Loosen pycodestyle requirement
  • #&#8203;408 <https://github.com/PyCQA/prospector/pull/408>_ Fix filenames if they are PosixPath
  • #&#8203;412 <https://github.com/PyCQA/prospector/pull/412>_ Fix unclosed file warning
  • #&#8203;399 <https://github.com/PyCQA/prospector/pull/399>_ Fix fatal error on running mypy when duplicate module names

v1.4.0

Compare Source

  • #&#8203;424 <https://github.com/PyCQA/prospector/pull/424>_ GitHub Action to discover typos with codespell
  • #&#8203;421 <https://github.com/PyCQA/prospector/pull/421>_ Loosen pylint requirement
  • #&#8203;427 <https://github.com/PyCQA/prospector/pull/427>_ Fix prospector for latest pylint version and add Github actions

v1.3.1

Compare Source

  • #&#8203;390 <https://github.com/PyCQA/prospector/pull/390>_ Updating Vulture API usage for newer versions of Vulture
  • #&#8203;394 <https://github.com/PyCQA/prospector/pull/394>_ Update pylint and pylint-django

v1.3.0

Compare Source

  • Update pylint support to 2.5.2
  • Update pylint-django to 2.0.15
  • Update pyflakes support to 2.2.0
  • Update pycodestyle support to 2.6.0
  • Update pep8-naming support to 0.10.0
  • Update pyflakes to <2.3.0 and >=2.2.0
  • Update pycodestyle to <2.7.0 and >=2.6.0
  • Update vulture to 1.5
  • Drop Python 2 support
  • Add output-target field when merging profiles
  • Add support for [pycodestyle] external config section
  • Fix AttributeExceptionError being raised when ignore_paths is an integer
  • Use black on entire project
  • Add new pylint option: use_pylint_default_path_finder to make sure there's an option to preserve pylint default behavior.
  • Update pyflakes error code list to the recent version

v1.2.0

Compare Source

  • Drop Python 3.4 support
  • #&#8203;308 <https://github.com/PyCQA/prospector/pull/308>_ Update pyflakes support to < 2.1.0
  • #&#8203;324 <https://github.com/PyCQA/prospector/pull/324>_ Add bandit support
  • #&#8203;344 <https://github.com/PyCQA/prospector/pull/344>_ Ignore pycache and node_modules
  • #&#8203;349 <https://github.com/PyCQA/prospector/pull/349>_ and #&#8203;355 <https://github.com/PyCQA/prospector/pull/355>_ Fix compatibility issues with mypy >= 0.730
  • #&#8203;356 <https://github.com/PyCQA/prospector/pull/356>_ Add support for Python 3.8

v1.1.7

Compare Source

  • #&#8203;299 <https://github.com/PyCQA/prospector/pull/299>_ Output path tests and abspaths for windows
  • #&#8203;300 <https://github.com/PyCQA/prospector/pull/300>_ Fix check_paths definition for pep8tool
  • #&#8203;318 <https://github.com/PyCQA/prospector/pull/318>_ Add support pylint --load-plugins option in profile
  • #&#8203;336 <https://github.com/PyCQA/prospector/pull/336>_ Pylint fix for message definitions usage
  • #&#8203;340 <https://github.com/PyCQA/prospector/pull/340>_ Bump pylint django
  • #&#8203;343 <https://github.com/PyCQA/prospector/pull/343>_ Support more kinds of mypy messages
  • @5ea0e95 <https://github.com/PyCQA/prospector/pull/342/commits/5ea0e95ac28db0911e37bc07be036c27078591b4>_ Pin astroid to 2.2.5

v1.1.6.4

  • #&#8203;333 <https://github.com/PyCQA/prospector/pull/333>_ Hotfix for pylint module run
  • #&#8203;309 <https://github.com/PyCQA/prospector/pull/309>_ Remove the pylint locally-enabled message suppression

v1.1.6.2

  • #&#8203;304 <https://github.com/PyCQA/prospector/pull/304>_ Pin pylint to 2.1.1 for now as prospector is not compatible with 2.2.0
  • #&#8203;302 <https://github.com/PyCQA/prospector/issues/302>_ Pin astroid to 2.0.4 as pylint-django and pylint-flask need fixes to be compatible with newer versions

v1.1.6.1

  • #&#8203;292 <https://github.com/PyCQA/prospector/issues/292>_ Adding pylint plugin dependencies back and fixing autodetect behaviour.
  • (note: .1 added as 1.1.6 upload to PyPI was broken)

v1.1.5

Compare Source

  • #&#8203;283 <https://github.com/PyCQA/prospector/pull/283>_ Remove unexpected argument from read_config_file - Remove quiet argument
  • #&#8203;291 <https://github.com/PyCQA/prospector/pull/291>_ Update pycodestyle support until 2.4.0
  • #&#8203;280 <https://github.com/PyCQA/prospector/pull/280>_ Add strict option and fixed emacs output format for mypy tool
  • #&#8203;282 <https://github.com/PyCQA/prospector/pull/282>_ Fix working dir detection

v1.1.4

Compare Source

  • #&#8203;285 <https://github.com/PyCQA/prospector/issues/285>_ Fix dependency tree resolution - now insists on pep8-naming<=0.4.1 as later versions cause conflicting versions of flake8 to be installed.

v1.1.3

Compare Source

  • #&#8203;279 <https://github.com/PyCQA/prospector/issues/279>_ Fix --show-profile crash

v1.1.2

Compare Source

  • #&#8203;276 <https://github.com/PyCQA/prospector/issues/276>_ Updating required Pyroma version and removing some warnings which were removed from Pyroma - thanks @volans- <https://github.com/volans->_ for PR #&#8203;277 <https://github.com/PyCQA/prospector/pull/277>_

v1.1.1

Compare Source

  • Removing pylint-common <https://github.com/landscapeio/pylint-common>_ as a direct dependency as it does not add a lot of utility and is not kept up to date as much as other plugins

v1.1

Compare Source

New:

  • pylint version will now be above 3.0.0 again

v1.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+.

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 8, 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-1.x branch 2 times, most recently from 6ed2c07 to c17eb0d Compare March 8, 2025 22:55
auto-merge was automatically disabled March 8, 2025 23:26

Pull request was closed

Copy link
Contributor Author

renovate bot commented Mar 8, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/prospector-1.x branch March 8, 2025 23:26
@carstencodes carstencodes restored the renovate/prospector-1.x branch March 10, 2025 12:19
@carstencodes carstencodes reopened this Mar 10, 2025
@renovate renovate bot enabled auto-merge (squash) March 10, 2025 12:21
@renovate renovate bot force-pushed the renovate/prospector-1.x branch 2 times, most recently from 01f60e9 to 5df0298 Compare March 10, 2025 21:15
… by mend renovate bot.

| datasource | package    | from   | to     |
| ---------- | ---------- | ------ | ------ |
| pypi       | prospector | 0.12.2 | 1.15.3 |
@renovate renovate bot force-pushed the renovate/prospector-1.x branch from 5df0298 to da2f223 Compare March 10, 2025 21:17
@renovate renovate bot merged commit 53e9454 into main Mar 10, 2025
21 of 23 checks passed
@renovate renovate bot deleted the renovate/prospector-1.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