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

Update CI dependencies (minor) #633

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
PyCQA/prospector repository minor v1.13.3 -> 1.14.0 age adoption passing confidence
astral-sh/ruff-pre-commit repository minor v0.7.4 -> v0.9.3 age adoption passing confidence
camptocamp/jsonschema-gentypes repository minor 2.8.1 -> 2.9.3 age adoption passing confidence
codespell-project/codespell repository minor v2.3.0 -> v2.4.0 age adoption passing confidence
importlib-metadata minor <8.5.1 -> <8.6.2 age adoption passing confidence
poetry-dynamic-versioning minor ==1.4.1 -> ==1.7.1 age adoption passing confidence
poetry-plugin-export minor ==1.8.0 -> ==1.9.0 age adoption passing confidence
pre-commit minor ==4.0.1 -> ==4.1.0 age adoption passing confidence
prettier (source) minor 3.3.3 -> 3.4.2 age adoption passing confidence
prospector-profile-duplicated minor 1.8.1 -> 1.10.4 age adoption passing confidence
prospector-profile-utils minor 1.11.1 -> 1.17.0 age adoption passing confidence
python-jsonschema/check-jsonschema repository minor 0.29.4 -> 0.31.0 age adoption passing confidence
renovatebot/pre-commit-hooks repository minor 39.31.4 -> 39.137.1 age adoption passing confidence
ruff (source, changelog) minor 0.7.4 -> 0.9.3 age adoption passing confidence
sbrunner/hooks repository minor 1.1.2 -> 1.2.1 age adoption passing confidence
sbrunner/python-versions-hook repository minor 0.7.0 -> 0.8.0 age adoption passing confidence
tag-publish minor ==0.9.2 -> ==0.13.3 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

PyCQA/prospector (PyCQA/prospector)

v1.14.0

Compare Source

What's Changed

New Contributors

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

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.9.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.3

v0.9.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.2

v0.9.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.1

v0.9.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.0

v0.8.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.6

v0.8.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.5

v0.8.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.4

v0.8.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.3

v0.8.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.2

v0.8.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.1

v0.8.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.0

camptocamp/jsonschema-gentypes (camptocamp/jsonschema-gentypes)

v2.9.3

Compare Source

2.9.3 (2024-12-13)

Fixed bugs

v2.9.2

Compare Source

2.9.2 (2024-12-13)

Fixed bugs

v2.9.1

Compare Source

2.9.1 (2024-12-13)

Fixed bugs

Chore

Changes that shouldn't affect the users like continuous integration updates

v2.9.0

Compare Source

2.9.0 (2024-12-06)

New feature

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates

codespell-project/codespell (codespell-project/codespell)

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: codespell-project/codespell@v2.3.0...v2.4.0

python/importlib_metadata (importlib-metadata)

v8.6.1

Compare Source

v8.6.0

Compare Source

mtkennerly/poetry-dynamic-versioning (poetry-dynamic-versioning)

v1.7.1

Compare Source

  • Fixed:
    • There was an intermittent ValueError in PEP 621 mode,
      related to trying to remove "version" from project.dynamic
      when it had already been removed.

v1.7.0

Compare Source

  • Added:
    • The enable command now supports the bypass/override environment variables
      to use a different placeholder version than 0.0.0.
  • Fixed:
    • The enable command would add "version" to project.dynamic even if it were already present.
      (Contributed by waketzheng)
    • The enable command would set tool.poetry.version to "0.0.0"
      even if the field were already present with a different value.

v1.6.0

Compare Source

  • Added:
    • CLI: show command to print the version without changing any files.

v1.5.2

Compare Source

  • Fixed:
    • The formatting of project.dynamic and tool.poetry.version
      could be changed when triggering the plugin via poetry dynamic-versioning or pip install
      (but not via poetry build or poetry-dynamic-versioning).

v1.5.1

Compare Source

v1.5.0

Compare Source

  • Added:
    • CLI: When pyproject.toml contains the project section,
      the enable command will add the required fields for Poetry 2.0.0+.
  • Fixed:
    • For compatibility with Poetry 2.0.0,
      adjusted Poetry constraint from ^1.2.0 to >=1.2.0.
    • For compatibility with Poetry 2.0.0,
      when inserting the dynamic version into pyproject.toml with PEP 621 mode activ

Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • 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 added the dependencies Update the dependencies label Dec 1, 2024
@renovate renovate bot enabled auto-merge (squash) December 1, 2024 16:21
@renovate renovate bot force-pushed the renovate/ci-dependencies branch 24 times, most recently from 2914ce6 to 096f363 Compare December 6, 2024 16:49
@renovate renovate bot force-pushed the renovate/ci-dependencies branch 3 times, most recently from 2d1f91a to cb7c2e9 Compare January 15, 2025 14:58
@renovate renovate bot force-pushed the renovate/ci-dependencies branch 28 times, most recently from bd83545 to 232e720 Compare January 27, 2025 16:36
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from 232e720 to f13759e Compare January 27, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants