punq
punq copied to clipboard
Bump poetry from 1.1.11 to 1.2.2 in /.github/workflows
Bumps poetry from 1.1.11 to 1.2.2.
Release notes
Sourced from poetry's releases.
1.2.2
Added
- Add forward compatibility for lock file format 2.0, which will be used by Poetry 1.3 (#6608).
Changed
- Allow
poetry lockto re-generate the lock file when invalid or incompatible (#6753).Fixed
- Fix an issue where the deprecated JSON API was used to query PyPI for available versions of a package (#6081).
- Fix an issue where versions were escaped wrongly when building the wheel name (#6476).
- Fix an issue where the installation of dependencies failed if pip is a dependency and is updated in parallel to other dependencies (#6582).
- Fix an issue where the names of extras were not normalized according to PEP 685 (#6541).
- Fix an issue where sdist names were not normalized (#6621).
- Fix an issue where invalid constraints, which are ignored, were only reported in a debug message instead of a warning (#6730).
- Fix an issue where
poetry shellwas broken in git bash on Windows (#6560).Docs
- Rework the README and contribution docs (#6552).
- Fix for inconsistent docs for multiple-constraint dependencies (#6604).
- Rephrase plugin configuration (#6557).
- Add a note about publishable repositories to
publish(#6641).- Fix the path for lazy-loaded bash completion (#6656).
- Fix a reference to the invalid option
--require(#6672).- Add a PowerShell one-liner to the basic usage section (#6683).
- Fix the minimum poetry version in the example for plugins (#6739).
poetry-core (
1.3.2)
- Add
3.11to the list of available Python versions (#477).- Fix an issue where caret constraints of pre-releases with a major version of 0 resulted in an empty version range (#475).
poetry-plugin-export (
^1.1.2)
- Add support for exporting
constraints.txtfiles (#128).- Fix an issue where a relative path passed via
-owas not interpreted relative to the current working directory (#130).1.2.1
Changed
Fixed
... (truncated)
Changelog
Sourced from poetry's changelog.
[1.2.2] - 2022-10-10
Added
- Add forward compatibility for lock file format 2.0, which will be used by Poetry 1.3 (#6608).
Changed
- Allow
poetry lockto re-generate the lock file when invalid or incompatible (#6753).Fixed
- Fix an issue where the deprecated JSON API was used to query PyPI for available versions of a package (#6081).
- Fix an issue where versions were escaped wrongly when building the wheel name (#6476).
- Fix an issue where the installation of dependencies failed if pip is a dependency and is updated in parallel to other dependencies (#6582).
- Fix an issue where the names of extras were not normalized according to PEP 685 (#6541).
- Fix an issue where sdist names were not normalized (#6621).
- Fix an issue where invalid constraints, which are ignored, were only reported in a debug message instead of a warning (#6730).
- Fix an issue where
poetry shellwas broken in git bash on Windows (#6560).Docs
- Rework the README and contribution docs (#6552).
- Fix for inconsistent docs for multiple-constraint dependencies (#6604).
- Rephrase plugin configuration (#6557).
- Add a note about publishable repositories to
publish(#6641).- Fix the path for lazy-loaded bash completion (#6656).
- Fix a reference to the invalid option
--require(#6672).- Add a PowerShell one-liner to the basic usage section (#6683).
- Fix the minimum poetry version in the example for plugins (#6739).
poetry-core (
1.3.2)
- Add
3.11to the list of available Python versions (#477).- Fix an issue where caret constraints of pre-releases with a major version of 0 resulted in an empty version range (#475).
poetry-plugin-export (
^1.1.2)
- Add support for exporting
constraints.txtfiles (#128).- Fix an issue where a relative path passed via
-owas not interpreted relative to the current working directory (#130).[1.2.1] - 2022-09-16
Changed
Fixed
... (truncated)
Commits
337e90frelease: bump version to 1.2.2f1cf0acfeat(locker):poetry lockworks if an invalid/incompatible lock file exists...073c2ddhoists args out of else block33e948cadds fallback behavior for non-ms shells59400fbdocs(plugins): change the example's minimum poetry version to 1.2bc25811fix: turn debug message about invalid constraint into warning3faf98fnormalized name when registering package at upload67c505dchore: update poetry-core to 1.3 and fix deprecations017bc15fix: fix failing tests due to updated list of available pythons (#6561)04c5cbfcanonicalized extra names (#6541)- 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)