Update dependency poetry to v1.7.0 #906

Merged
mwalbeck merged 1 commits from renovate/poetry-1.x into master 2023-11-04 15:50:52 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
poetry (source, changelog) minor 1.6.1 -> 1.7.0

Release Notes

python-poetry/poetry (poetry)

v1.7.0

Compare Source

Added
  • Add official support for Python 3.12 (#​7803, #​8544).
  • Print a future warning that poetry-plugin-export will not be installed by default anymore (#​8562).
  • Add poetry-install pre-commit hook (#​8327).
  • Add --next-phase option to poetry version (#​8089).
  • Print a warning when overwriting files from another package at installation (#​8386).
  • Print a warning if the current project cannot be installed (#​8369).
  • Report more details on build backend exceptions (#​8464).
Changed
  • Set Poetry as user-agent for all HTTP requests (#​8394).
  • Do not install setuptools per default in Python 3.12 (#​7803).
  • Do not install wheel per default (#​7803).
  • Remove setuptools and wheel when running poetry install --sync if they are not required by the project (#​8600).
  • Improve error message about PEP-517 support (#​8463).
  • Improve keyring handling (#​8227).
  • Read the description field when extracting metadata from setup.py files (#​8545).
Fixed
  • Fix an issue where dependencies of inactive extras were locked and installed (#​8399).
  • Fix an issue where build requirements were not installed due to a race condition in the artifact cache (#​8517).
  • Fix an issue where packages included in the system site packages were installed even though virtualenvs.options.system-site-packages was set (#​8359).
  • Fix an issue where git dependencies' submodules with relative URLs were handled incorrectly (#​8020).
  • Fix an issue where a failed installation of build dependencies was not noticed directly (#​8479).
  • Fix an issue where poetry shell did not work completely with nushell (#​8478).
  • Fix an issue where a confusing error messages was displayed when running poetry config pypi-token.pypi without a value (#​8502).
  • Fix an issue where a cryptic error message is printed if there is no metadata entry in the lockfile (#​8523).
  • Fix an issue with the encoding with special characters in the virtualenv's path (#​8565).
  • Fix an issue where the connection pool size was not adjusted to the number of workers (#​8559).
Docs
  • Improve the wording regarding a project's supported Python range (#​8423).
  • Make pipx the preferred (first mentioned) installation method (#​8090).
  • Add a warning about poetry self on Windows (#​8090).
  • Fix example for poetry add with a git dependency (#​8438).
  • Add information about auto-included files in wheels and sdist (#​8555).
  • Fix documentation of the POETRY_REPOSITORIES_ variables docs (#​8492).
  • Add CITATION.cff file (#​8510).
poetry-core (1.8.1)
  • Add support for creating packages dynamically in the build script (#​629).
  • Improve marker logic for extra markers (#​636).
  • Update list of supported licenses (#​635, #​646).
  • Fix an issue where projects with extension modules were not installed in editable mode (#​633).
  • Fix an issue where the wrong or no lib folder was added to the wheel (#​634).
poetry-plugin-export (^1.6.0)
  • Add an --all-extras option (#​241).
  • Fix an issue where git dependencies are exported with the branch name instead of the resolved commit hash (#​213).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [poetry](https://python-poetry.org/) ([source](https://github.com/python-poetry/poetry), [changelog](https://python-poetry.org/history/)) | minor | `1.6.1` -> `1.7.0` | --- ### Release Notes <details> <summary>python-poetry/poetry (poetry)</summary> ### [`v1.7.0`](https://github.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#170---2023-11-03) [Compare Source](https://github.com/python-poetry/poetry/compare/1.6.1...1.7.0) ##### Added - **Add official support for Python 3.12** ([#&#8203;7803](https://github.com/python-poetry/poetry/pull/7803), [#&#8203;8544](https://github.com/python-poetry/poetry/pull/8544)). - **Print a future warning that `poetry-plugin-export` will not be installed by default anymore** ([#&#8203;8562](https://github.com/python-poetry/poetry/pull/8562)). - Add `poetry-install` pre-commit hook ([#&#8203;8327](https://github.com/python-poetry/poetry/pull/8327)). - Add `--next-phase` option to `poetry version` ([#&#8203;8089](https://github.com/python-poetry/poetry/pull/8089)). - Print a warning when overwriting files from another package at installation ([#&#8203;8386](https://github.com/python-poetry/poetry/pull/8386)). - Print a warning if the current project cannot be installed ([#&#8203;8369](https://github.com/python-poetry/poetry/pull/8369)). - Report more details on build backend exceptions ([#&#8203;8464](https://github.com/python-poetry/poetry/pull/8464)). ##### Changed - Set Poetry as `user-agent` for all HTTP requests ([#&#8203;8394](https://github.com/python-poetry/poetry/pull/8394)). - Do not install `setuptools` per default in Python 3.12 ([#&#8203;7803](https://github.com/python-poetry/poetry/pull/7803)). - Do not install `wheel` per default ([#&#8203;7803](https://github.com/python-poetry/poetry/pull/7803)). - Remove `setuptools` and `wheel` when running `poetry install --sync` if they are not required by the project ([#&#8203;8600](https://github.com/python-poetry/poetry/pull/#&#8203;8600)). - Improve error message about PEP-517 support ([#&#8203;8463](https://github.com/python-poetry/poetry/pull/8463)). - Improve `keyring` handling ([#&#8203;8227](https://github.com/python-poetry/poetry/pull/8227)). - Read the `description` field when extracting metadata from `setup.py` files ([#&#8203;8545](https://github.com/python-poetry/poetry/pull/8545)). ##### Fixed - **Fix an issue where dependencies of inactive extras were locked and installed** ([#&#8203;8399](https://github.com/python-poetry/poetry/pull/8399)). - **Fix an issue where build requirements were not installed due to a race condition in the artifact cache** ([#&#8203;8517](https://github.com/python-poetry/poetry/pull/8517)). - Fix an issue where packages included in the system site packages were installed even though `virtualenvs.options.system-site-packages` was set ([#&#8203;8359](https://github.com/python-poetry/poetry/pull/8359)). - Fix an issue where git dependencies' submodules with relative URLs were handled incorrectly ([#&#8203;8020](https://github.com/python-poetry/poetry/pull/8020)). - Fix an issue where a failed installation of build dependencies was not noticed directly ([#&#8203;8479](https://github.com/python-poetry/poetry/pull/8479)). - Fix an issue where `poetry shell` did not work completely with `nushell` ([#&#8203;8478](https://github.com/python-poetry/poetry/pull/8478)). - Fix an issue where a confusing error messages was displayed when running `poetry config pypi-token.pypi` without a value ([#&#8203;8502](https://github.com/python-poetry/poetry/pull/8502)). - Fix an issue where a cryptic error message is printed if there is no metadata entry in the lockfile ([#&#8203;8523](https://github.com/python-poetry/poetry/pull/8523)). - Fix an issue with the encoding with special characters in the virtualenv's path ([#&#8203;8565](https://github.com/python-poetry/poetry/pull/8565)). - Fix an issue where the connection pool size was not adjusted to the number of workers ([#&#8203;8559](https://github.com/python-poetry/poetry/pull/8559)). ##### Docs - Improve the wording regarding a project's supported Python range ([#&#8203;8423](https://github.com/python-poetry/poetry/pull/8423)). - Make `pipx` the preferred (first mentioned) installation method ([#&#8203;8090](https://github.com/python-poetry/poetry/pull/8090)). - Add a warning about `poetry self` on Windows ([#&#8203;8090](https://github.com/python-poetry/poetry/pull/8090)). - Fix example for `poetry add` with a git dependency ([#&#8203;8438](https://github.com/python-poetry/poetry/pull/8438)). - Add information about auto-included files in wheels and sdist ([#&#8203;8555](https://github.com/python-poetry/poetry/pull/8555)). - Fix documentation of the `POETRY_REPOSITORIES_` variables docs ([#&#8203;8492](https://github.com/python-poetry/poetry/pull/8492)). - Add `CITATION.cff` file ([#&#8203;8510](https://github.com/python-poetry/poetry/pull/8510)). ##### poetry-core ([`1.8.1`](https://github.com/python-poetry/poetry-core/releases/tag/1.8.1)) - Add support for creating packages dynamically in the build script ([#&#8203;629](https://github.com/python-poetry/poetry-core/pull/629)). - Improve marker logic for `extra` markers ([#&#8203;636](https://github.com/python-poetry/poetry-core/pull/636)). - Update list of supported licenses ([#&#8203;635](https://github.com/python-poetry/poetry-core/pull/635), [#&#8203;646](https://github.com/python-poetry/poetry-core/pull/646)). - Fix an issue where projects with extension modules were not installed in editable mode ([#&#8203;633](https://github.com/python-poetry/poetry-core/pull/633)). - Fix an issue where the wrong or no `lib` folder was added to the wheel ([#&#8203;634](https://github.com/python-poetry/poetry-core/pull/634)). ##### poetry-plugin-export ([`^1.6.0`](https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.6.0)) - Add an `--all-extras` option ([#&#8203;241](https://github.com/python-poetry/poetry-plugin-export/pull/241)). - Fix an issue where git dependencies are exported with the branch name instead of the resolved commit hash ([#&#8203;213](https://github.com/python-poetry/poetry-plugin-export/pull/213)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added 1 commit 2023-11-03 15:14:07 +00:00
Update dependency poetry to v1.7.0
All checks were successful
continuous-integration/drone/pr Build is passing
e8fb47eb1c
mwalbeck merged commit 7d9f94ef78 into master 2023-11-04 15:50:52 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: walbeck-it/docker-python-poetry#906
No description provided.