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:
3.13.0
->3.14.1
0.19.0
->0.21.0
Release Notes
commitizen-tools/commitizen (commitizen)
v3.14.1
Compare Source
Fix
v3.14.0
Compare Source
Feat
mitsuhiko/rye (mitsuhiko/rye)
v0.21.0
Compare Source
Released on 2024-02-03
rye fetch
now is able to fetch impliciit version in all cases. Previouslyglobal shims were not properly defaulted which required the user to be explicit
with the fetch request. #574
The rye installer now prompts for the default toolchain version if global shims
are enabled. #576
The internal Python version was bumped to 3.12. #576
The installer now can automatically add Rye to
PATH
on most UNIX environments. #580v0.20.0
Compare Source
Released on 2024-02-01
Improved the error message when an update could not be performed because files
are in use. #550
Rye now supports virtual projects. These are themselves not installed into the
virtualenv but their dependencies are. #551
Update the Python internals (python external dependencies) to new versions. #553
Update to newer versions of pip tools. For Python 3.7
6.14.0
is used, fornew Python versions
7.3.0
is used. #554Added
rye fmt
andrye lint
commands to format and lint withthe help of Ruff. #555
Restore cursor state on Ctrl-C. This fixes some issues where in rare cases the
cursor would disappear even after shutting down rye. #564
Upon installation Rye now prompts if global shims should be enabled. #566
Add a warning about bugs to the
shell
command until the behavior has beenfixed. #567
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.