[PR #428] [MERGED] Update dependency poetry to v1.7.0 #549

Closed
opened 2026-03-02 15:58:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/428
Author: @renovate[bot]
Created: 11/9/2023
Status: Merged
Merged: 11/9/2023
Merged by: @probberechts

Base: masterHead: renovate/poetry-1.x


📝 Commits (1)

  • cce514c Update dependency poetry to v1.7.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/constraints.txt (+1 -1)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
poetry (source, changelog) ==1.6.1 -> ==1.7.0 age adoption passing confidence

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 Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/probberechts/soccerdata/pull/428 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/9/2023 **Status:** ✅ Merged **Merged:** 11/9/2023 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/poetry-1.x` --- ### 📝 Commits (1) - [`cce514c`](https://github.com/probberechts/soccerdata/commit/cce514c2fee0a271ddbbc44bfd44cbefef2e6795) Update dependency poetry to v1.7.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/constraints.txt` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [poetry](https://python-poetry.org/) ([source](https://togithub.com/python-poetry/poetry), [changelog](https://python-poetry.org/history/)) | `==1.6.1` -> `==1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/poetry/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/poetry/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/poetry/1.6.1/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/poetry/1.6.1/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>python-poetry/poetry (poetry)</summary> ### [`v1.7.0`](https://togithub.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#170---2023-11-03) [Compare Source](https://togithub.com/python-poetry/poetry/compare/1.6.1...1.7.0) ##### Added - **Add official support for Python 3.12** ([#&#8203;7803](https://togithub.com/python-poetry/poetry/pull/7803), [#&#8203;8544](https://togithub.com/python-poetry/poetry/pull/8544)). - **Print a future warning that `poetry-plugin-export` will not be installed by default anymore** ([#&#8203;8562](https://togithub.com/python-poetry/poetry/pull/8562)). - Add `poetry-install` pre-commit hook ([#&#8203;8327](https://togithub.com/python-poetry/poetry/pull/8327)). - Add `--next-phase` option to `poetry version` ([#&#8203;8089](https://togithub.com/python-poetry/poetry/pull/8089)). - Print a warning when overwriting files from another package at installation ([#&#8203;8386](https://togithub.com/python-poetry/poetry/pull/8386)). - Print a warning if the current project cannot be installed ([#&#8203;8369](https://togithub.com/python-poetry/poetry/pull/8369)). - Report more details on build backend exceptions ([#&#8203;8464](https://togithub.com/python-poetry/poetry/pull/8464)). ##### Changed - Set Poetry as `user-agent` for all HTTP requests ([#&#8203;8394](https://togithub.com/python-poetry/poetry/pull/8394)). - Do not install `setuptools` per default in Python 3.12 ([#&#8203;7803](https://togithub.com/python-poetry/poetry/pull/7803)). - Do not install `wheel` per default ([#&#8203;7803](https://togithub.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://togithub.com/python-poetry/poetry/pull/#&#8203;8600)). - Improve error message about PEP-517 support ([#&#8203;8463](https://togithub.com/python-poetry/poetry/pull/8463)). - Improve `keyring` handling ([#&#8203;8227](https://togithub.com/python-poetry/poetry/pull/8227)). - Read the `description` field when extracting metadata from `setup.py` files ([#&#8203;8545](https://togithub.com/python-poetry/poetry/pull/8545)). ##### Fixed - **Fix an issue where dependencies of inactive extras were locked and installed** ([#&#8203;8399](https://togithub.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://togithub.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://togithub.com/python-poetry/poetry/pull/8359)). - Fix an issue where git dependencies' submodules with relative URLs were handled incorrectly ([#&#8203;8020](https://togithub.com/python-poetry/poetry/pull/8020)). - Fix an issue where a failed installation of build dependencies was not noticed directly ([#&#8203;8479](https://togithub.com/python-poetry/poetry/pull/8479)). - Fix an issue where `poetry shell` did not work completely with `nushell` ([#&#8203;8478](https://togithub.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://togithub.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://togithub.com/python-poetry/poetry/pull/8523)). - Fix an issue with the encoding with special characters in the virtualenv's path ([#&#8203;8565](https://togithub.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://togithub.com/python-poetry/poetry/pull/8559)). ##### Docs - Improve the wording regarding a project's supported Python range ([#&#8203;8423](https://togithub.com/python-poetry/poetry/pull/8423)). - Make `pipx` the preferred (first mentioned) installation method ([#&#8203;8090](https://togithub.com/python-poetry/poetry/pull/8090)). - Add a warning about `poetry self` on Windows ([#&#8203;8090](https://togithub.com/python-poetry/poetry/pull/8090)). - Fix example for `poetry add` with a git dependency ([#&#8203;8438](https://togithub.com/python-poetry/poetry/pull/8438)). - Add information about auto-included files in wheels and sdist ([#&#8203;8555](https://togithub.com/python-poetry/poetry/pull/8555)). - Fix documentation of the `POETRY_REPOSITORIES_` variables docs ([#&#8203;8492](https://togithub.com/python-poetry/poetry/pull/8492)). - Add `CITATION.cff` file ([#&#8203;8510](https://togithub.com/python-poetry/poetry/pull/8510)). ##### poetry-core ([`1.8.1`](https://togithub.com/python-poetry/poetry-core/releases/tag/1.8.1)) - Add support for creating packages dynamically in the build script ([#&#8203;629](https://togithub.com/python-poetry/poetry-core/pull/629)). - Improve marker logic for `extra` markers ([#&#8203;636](https://togithub.com/python-poetry/poetry-core/pull/636)). - Update list of supported licenses ([#&#8203;635](https://togithub.com/python-poetry/poetry-core/pull/635), [#&#8203;646](https://togithub.com/python-poetry/poetry-core/pull/646)). - Fix an issue where projects with extension modules were not installed in editable mode ([#&#8203;633](https://togithub.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://togithub.com/python-poetry/poetry-core/pull/634)). ##### poetry-plugin-export ([`^1.6.0`](https://togithub.com/python-poetry/poetry-plugin-export/releases/tag/1.6.0)) - Add an `--all-extras` option ([#&#8203;241](https://togithub.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://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/probberechts/soccerdata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:58:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/soccerdata#549
No description provided.