Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.3
->1.14.0
v0.7.4
->v0.9.3
2.8.1
->2.9.3
v2.3.0
->v2.4.0
<8.5.1
-><8.6.2
==1.4.1
->==1.7.1
==1.8.0
->==1.9.0
==4.0.1
->==4.1.0
3.3.3
->3.4.2
1.8.1
->1.10.4
1.11.1
->1.17.0
0.29.4
->0.31.0
39.31.4
->39.137.1
0.7.4
->0.9.3
1.1.2
->1.2.1
0.7.0
->0.8.0
==0.9.2
->==0.13.3
Note: The
pre-commit
manager in Renovate is not supported by thepre-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
equipmnet->equipment
by @korverdev in https://github.com/codespell-project/codespell/pull/3438lien->line
by @skangas in https://github.com/codespell-project/codespell/pull/3460firs->first
by @skangas in https://github.com/codespell-project/codespell/pull/3459hep->heap, help,
by @skangas in https://github.com/codespell-project/codespell/pull/3461brunch->branch
by @skangas in https://github.com/codespell-project/codespell/pull/3458typos
dictionary (A1) by @skangas in https://github.com/codespell-project/codespell/pull/3450-i
and-q
by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/3344typos
dictionary (A2) by @skangas in https://github.com/codespell-project/codespell/pull/3454non-
by @skangas in https://github.com/codespell-project/codespell/pull/3467hom
to code dictionary by @skangas in https://github.com/codespell-project/codespell/pull/3490realtd->related
,prediced->predicted
by @janosh in https://github.com/codespell-project/codespell/pull/3536293bec1
/ #3465 by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/3548writeable
is OK, so isoverwriteable
by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/3593atfer
->after
and variations by @fishilico in https://github.com/codespell-project/codespell/pull/3598New 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
ValueError
in PEP 621 mode,related to trying to remove
"version"
fromproject.dynamic
when it had already been removed.
v1.7.0
Compare Source
enable
command now supports the bypass/override environment variablesto use a different placeholder version than 0.0.0.
enable
command would add"version"
toproject.dynamic
even if it were already present.(Contributed by waketzheng)
enable
command would settool.poetry.version
to"0.0.0"
even if the field were already present with a different value.
v1.6.0
Compare Source
show
command to print the version without changing any files.v1.5.2
Compare Source
project.dynamic
andtool.poetry.version
could be changed when triggering the plugin via
poetry dynamic-versioning
orpip install
(but not via
poetry build
orpoetry-dynamic-versioning
).v1.5.1
Compare Source
project.dynamic
in pyproject.toml.(Contributed by edgarrmondragon)
v1.5.0
Compare Source
project
section,the
enable
command will add the required fields for Poetry 2.0.0+.adjusted Poetry constraint from
^1.2.0
to>=1.2.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.
This PR was generated by Mend Renovate. View the repository job log.