synologydsm-api
synologydsm-api copied to clipboard
Bump poetry from 1.1.8 to 1.3.1 in /.github/workflows
Bumps poetry from 1.1.8 to 1.3.1.
Release notes
Sourced from poetry's releases.
1.3.1
Fixed
- Fix an issue where an explicit dependency on
lockfilewas missing, resulting in a broken Poetry in rare circumstances (7169).1.3.0
Added
- Mark the lock file with an
@generatedcomment as used by common tooling (#2773).poetry checkvalidates trove classifiers and warns for deprecations (#2881).- Introduce a top level
-C, --directoryoption to set the working path (#6810).Changed
- New lock file format (version 2.0) (#6393).
- Path dependency metadata is unconditionally re-locked (#6843).
- URL dependency hashes are locked (#7121).
poetry updateandpoetry lockshould now resolve dependencies more similarly (#6477).poetry publishwill report more useful errors when a file does not exist (#4417).poetry addwill check for duplicate entries using canonical names (#6832).- Wheels are preferred to source distributions when gathering metadata (#6547).
- Git dependencies of extras are only fetched if the extra is requested (#6615).
- Invoke
pipwith--no-inputto prevent hanging without feedback (#6724, #6966).- Invoke
pipwith--isolatedto prevent the influence of user configuration (#6531).- Interrogate environments with Python in isolated (
-I) mode (#6628).- Raise an informative error when multiple version constraints overlap and are incompatible (#7098).
Fixed
- Fix an issue where concurrent instances of Poetry would corrupt the artifact cache (#6186).
- Fix an issue where Poetry can hang after being interrupted due to stale locking in cache (#6471).
- Fix an issue where the output of commands executed with
--dry-runcontained duplicate entries (#4660).- Fix an issue where
requests's pool size did not match the number of installer workers (#6805).- Fix an issue where
poetry show --outdatedfailed with a runtime error related to direct origin dependencies (#6016).- Fix an issue where only the last command of an
ApplicationPluginis registered (#6304).- Fix an issue where git dependencies were fetched unnecessarily when running
poetry lock --no-update(#6131).- Fix an issue where stdout was polluted with messages that should go to stderr (#6429).
- Fix an issue with
poetry shellactivation and zsh (#5795).- Fix an issue where a url dependencies were shown as outdated (#6396).
- Fix an issue where the
sourcefield of a dependency with extras was ignored (#6472).- Fix an issue where a package from the wrong source was installed for a multiple-constraints dependency with different sources (#6747).
- Fix an issue where dependencies from different sources where merged during dependency resolution (#6679).
- Fix an issue where
experimental.system-git-clientcould not be used via environment variable (#6783).- Fix an issue where Poetry fails with an
AssertionErrordue todistribution.filesbeingNone(#6788).- Fix an issue where
poetry env infodid not respectvirtualenvs.prefer-active-python(#6986).- Fix an issue where
poetry env listdoes not list the in-project environment (#6979).- Fix an issue where
poetry env removeremoved the wrong environment (#6195).- Fix an issue where the return code of a script was not relayed as exit code (#6824).
- Fix an issue where the solver could silently swallow
ValueError(#6790).Docs
... (truncated)
Changelog
Sourced from poetry's changelog.
[1.3.1] - 2022-12-12
Fixed
- Fix an issue where an explicit dependency on
lockfilewas missing, resulting in a broken Poetry in rare circumstances (7169).[1.3.0] - 2022-12-09
Added
- Mark the lock file with an
@generatedcomment as used by common tooling (#2773).poetry checkvalidates trove classifiers and warns for deprecations (#2881).- Introduce a top level
-C, --directoryoption to set the working path (#6810).Changed
- New lock file format (version 2.0) (#6393).
- Path dependency metadata is unconditionally re-locked (#6843).
- URL dependency hashes are locked (#7121).
poetry updateandpoetry lockshould now resolve dependencies more similarly (#6477).poetry publishwill report more useful errors when a file does not exist (#4417).poetry addwill check for duplicate entries using canonical names (#6832).- Wheels are preferred to source distributions when gathering metadata (#6547).
- Git dependencies of extras are only fetched if the extra is requested (#6615).
- Invoke
pipwith--no-inputto prevent hanging without feedback (#6724, #6966).- Invoke
pipwith--isolatedto prevent the influence of user configuration (#6531).- Interrogate environments with Python in isolated (
-I) mode (#6628).- Raise an informative error when multiple version constraints overlap and are incompatible (#7098).
Fixed
- Fix an issue where concurrent instances of Poetry would corrupt the artifact cache (#6186).
- Fix an issue where Poetry can hang after being interrupted due to stale locking in cache (#6471).
- Fix an issue where the output of commands executed with
--dry-runcontained duplicate entries (#4660).- Fix an issue where
requests's pool size did not match the number of installer workers (#6805).- Fix an issue where
poetry show --outdatedfailed with a runtime error related to direct origin dependencies (#6016).- Fix an issue where only the last command of an
ApplicationPluginis registered (#6304).- Fix an issue where git dependencies were fetched unnecessarily when running
poetry lock --no-update(#6131).- Fix an issue where stdout was polluted with messages that should go to stderr (#6429).
- Fix an issue with
poetry shellactivation and zsh (#5795).- Fix an issue where a url dependencies were shown as outdated (#6396).
- Fix an issue where the
sourcefield of a dependency with extras was ignored (#6472).- Fix an issue where a package from the wrong source was installed for a multiple-constraints dependency with different sources (#6747).
- Fix an issue where dependencies from different sources where merged during dependency resolution (#6679).
- Fix an issue where
experimental.system-git-clientcould not be used via environment variable (#6783).- Fix an issue where Poetry fails with an
AssertionErrordue todistribution.filesbeingNone(#6788).- Fix an issue where
poetry env infodid not respectvirtualenvs.prefer-active-python(#6986).- Fix an issue where
poetry env listdoes not list the in-project environment (#6979).- Fix an issue where
poetry env removeremoved the wrong environment (#6195).- Fix an issue where the return code of a script was not relayed as exit code (#6824).
... (truncated)
Commits
9a4bf9frelease: bump version to 1.3.1f8e24fctests: make tests forward compatible with simplified marker simplification (#...8921a60Add lockfile as an explicit dependency (#7169)aa48815release: bump version to 1.3.05281118chore: pin poetry-core for release0ca8b7eCalculate and store hash for url dependencies (#7121)f594246env: installing intoMockEnvshould not have side effects on another env (#...b2e2045chore: restrict virtualenv for Python 3.9 on Windows due to issues with the e...41706e6chore: re-lock Poetry's dependenciesb5ab46eprovider: raise error if there are incompatible constraints in the requiremen...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)