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:
==1.2.2
->==1.3.1
==0.21.1
->==0.21.3
==1.1.0
->==1.2.1
Release Notes
python-poetry/poetry
v1.3.1
Compare Source
Fixed
lockfile
was missing, resulting in a broken Poetry in rare circumstances (7169).v1.3.0
Compare Source
Added
@generated
comment as used by common tooling (#2773).poetry check
validates trove classifiers and warns for deprecations (#2881).-C, --directory
option to set the working path (#6810).Changed
poetry update
andpoetry lock
should now resolve dependencies more similarly (#6477).poetry publish
will report more useful errors when a file does not exist (#4417).poetry add
will check for duplicate entries using canonical names (#6832).pip
with--no-input
to prevent hanging without feedback (#6724, #6966).pip
with--isolated
to prevent the influence of user configuration (#6531).-I
) mode (#6628).Fixed
--dry-run
contained duplicate entries (#4660).requests
's pool size did not match the number of installer workers (#6805).poetry show --outdated
failed with a runtime error related to direct origin dependencies (#6016).ApplicationPlugin
is registered (#6304).poetry lock --no-update
(#6131).poetry shell
activation and zsh (#5795).source
field of a dependency with extras was ignored (#6472).experimental.system-git-client
could not be used via environment variable (#6783).AssertionError
due todistribution.files
beingNone
(#6788).poetry env info
did not respectvirtualenvs.prefer-active-python
(#6986).poetry env list
does not list the in-project environment (#6979).poetry env remove
removed the wrong environment (#6195).ValueError
(#6790).Docs
poetry-core (
1.4.0
)metadata_directory
is now respected as an input to thebuild_wheel
hook (#487).ParseConstraintError
is now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514).poetry-plugin-export (
^1.2.0
)cleo (
^2.0.0
)mtkennerly/poetry-dynamic-versioning
v0.21.3
Compare Source
(Contributed by edgarrmondragon)
v0.21.2
Compare Source
pathlib.Path.write_text
.To avoid this,
pathlib.Path.write_bytes
is used instead now.sbrunner/poetry-plugin-tweak-dependencies-version
v1.2.1
Compare Source
Full Changelog: sbrunner/poetry-plugin-tweak-dependencies-version@1.2.0...1.2.1
v1.2.0
Compare Source
What's Changed
Full Changelog: sbrunner/poetry-plugin-tweak-dependencies-version@1.1.0...1.2.0
Configuration
📅 Schedule: Branch creation - "on the first day of the month" in timezone Europe/Zurich, 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 Renovate Bot.