[PR #257] [MERGED] Update dependency poetry to v1.5.1 #408

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

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/257
Author: @renovate[bot]
Created: 6/3/2023
Status: Merged
Merged: 6/3/2023
Merged by: @probberechts

Base: masterHead: renovate/poetry-1.5.x


📝 Commits (1)

  • d505c22 Update dependency poetry to v1.5.1

📊 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.5.0 -> ==1.5.1 age adoption passing confidence

Release Notes

python-poetry/poetry

v1.5.1

Compare Source

Added
  • Improve dependency resolution performance in cases with a lot of backtracking (#​7950).
Changed
  • Disable wheel content validation during installation (#​7987).
Fixed
  • Fix an issue where partially downloaded wheels were cached (#​7968).
  • Fix an issue where poetry run did no longer execute relative-path scripts (#​7963).
  • Fix an issue where dependencies were not installed in in-project environments (#​7977).
  • Fix an issue where no solution was found for a transitive dependency on a pre-release of a package (#​7978).
  • Fix an issue where cached repository packages were incorrectly parsed, leading to its dependencies being ignored (#​7995).
  • Fix an issue where an explicit source was ignored so that a direct origin dependency was used instead (#​7973).
  • Fix an issue where the installation of big wheels consumed a lot of memory (#​7987).
Docs
  • Add information about multiple constraints dependencies with direct origin and version dependencies (#​7973).
poetry-core (1.6.1)
  • Fix an endless recursion in marker handling (#​593).
  • Fix an issue where the wheel tag was not built correctly under certain circumstances (#​591).
poetry-plugin-export (^1.4.0)
  • Fix an issue where --extra-index-url and --trusted-host was not generated for sources with priority explicit (#​205).

Configuration

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

🚦 Automerge: Enabled.

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/257 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 6/3/2023 **Status:** ✅ Merged **Merged:** 6/3/2023 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/poetry-1.5.x` --- ### 📝 Commits (1) - [`d505c22`](https://github.com/probberechts/soccerdata/commit/d505c22ceae6e2aa9bca9126c5f8b0f45212f27e) Update dependency poetry to v1.5.1 ### 📊 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.5.0` -> `==1.5.1` | [![age](https://badges.renovateapi.com/packages/pypi/poetry/1.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/poetry/1.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/poetry/1.5.1/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/poetry/1.5.1/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>python-poetry/poetry</summary> ### [`v1.5.1`](https://togithub.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#&#8203;151---2023-05-29) [Compare Source](https://togithub.com/python-poetry/poetry/compare/1.5.0...1.5.1) ##### Added - Improve dependency resolution performance in cases with a lot of backtracking ([#&#8203;7950](https://togithub.com/python-poetry/poetry/pull/7950)). ##### Changed - Disable wheel content validation during installation ([#&#8203;7987](https://togithub.com/python-poetry/poetry/pull/7987)). ##### Fixed - Fix an issue where partially downloaded wheels were cached ([#&#8203;7968](https://togithub.com/python-poetry/poetry/pull/7968)). - Fix an issue where `poetry run` did no longer execute relative-path scripts ([#&#8203;7963](https://togithub.com/python-poetry/poetry/pull/7963)). - Fix an issue where dependencies were not installed in `in-project` environments ([#&#8203;7977](https://togithub.com/python-poetry/poetry/pull/7977)). - Fix an issue where no solution was found for a transitive dependency on a pre-release of a package ([#&#8203;7978](https://togithub.com/python-poetry/poetry/pull/7978)). - Fix an issue where cached repository packages were incorrectly parsed, leading to its dependencies being ignored ([#&#8203;7995](https://togithub.com/python-poetry/poetry/pull/7995)). - Fix an issue where an explicit source was ignored so that a direct origin dependency was used instead ([#&#8203;7973](https://togithub.com/python-poetry/poetry/pull/7973)). - Fix an issue where the installation of big wheels consumed a lot of memory ([#&#8203;7987](https://togithub.com/python-poetry/poetry/pull/7987)). ##### Docs - Add information about multiple constraints dependencies with direct origin and version dependencies ([#&#8203;7973](https://togithub.com/python-poetry/poetry/pull/7973)). ##### poetry-core ([`1.6.1`](https://togithub.com/python-poetry/poetry-core/releases/tag/1.6.1)) - Fix an endless recursion in marker handling ([#&#8203;593](https://togithub.com/python-poetry/poetry-core/pull/593)). - Fix an issue where the wheel tag was not built correctly under certain circumstances ([#&#8203;591](https://togithub.com/python-poetry/poetry-core/pull/591)). ##### poetry-plugin-export ([`^1.4.0`](https://togithub.com/python-poetry/poetry-plugin-export/releases/tag/1.4.0)) - Fix an issue where `--extra-index-url` and `--trusted-host` was not generated for sources with priority `explicit` ([#&#8203;205](https://togithub.com/python-poetry/poetry-plugin-export/pull/205)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://app.renovatebot.com/dashboard#github/probberechts/soccerdata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:57:49 +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#408
No description provided.