[PR #583] [MERGED] chore(deps): update dependency poetry to v1.8.3 #676

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

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/583
Author: @renovate[bot]
Created: 5/15/2024
Status: Merged
Merged: 5/16/2024
Merged by: @renovate[bot]

Base: masterHead: renovate/poetry-1.8.x


📝 Commits (1)

  • a7d1f27 chore(deps): update dependency poetry to v1.8.3

📊 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.8.2 -> ==1.8.3 age adoption passing confidence

Release Notes

python-poetry/poetry (poetry)

v1.8.3

Compare Source

Added
  • Add support for untagged CPython builds with versions ending with a + (#​9207).
Changed
  • Require pkginfo>=1.10 to ensure support for packages with metadata version 2.3 (#​9130).
  • Improve locking on FIPS systems (#​9152).
Fixed
  • Fix an issue where unrecognized package metadata versions silently resulted in empty dependencies (#​9203, #​9226).
  • Fix an issue where trailing slashes in git URLs where not handled correctly (#​9205).
  • Fix an issue where poetry self commands printed a warning that the current project cannot be installed (#​9302).
  • Fix an issue where poetry install sporadically failed with a KeyError due to a race condition (#​9335).
Docs
  • Fix incorrect information about poetry shell (#​9060).
  • Add a git subdirectory example to poetry add (#​9080).
  • Mention interactive credential configuration (#​9074).
  • Add notes for optional advanced installation steps (#​9098).
  • Add reference to configuration credentials in documentation of poetry publish (#​9110).
  • Improve documentation for configuring credentials via environment variables (#​9121).
  • Remove misleading wording around virtual environments (#​9213).
  • Remove outdated advice regarding seeding keyring backends (#​9164).
  • Add a pyproject.toml example for a dependency with multiple extras (#​9138).
  • Clarify help of poetry add (#​9230).
  • Add a note how to configure credentials for TestPyPI for poetry publish (#​9255).
  • Fix information about the --readme option in poetry new (#​9260).
  • Clarify what is special about the Python constraint in dependencies (#​9256).
  • Update how to uninstall plugins via pipx (#​9320).

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/583 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/poetry-1.8.x` --- ### 📝 Commits (1) - [`a7d1f27`](https://github.com/probberechts/soccerdata/commit/a7d1f2725e55a2009af4dc356b066c6bc6f643a1) chore(deps): update dependency poetry to v1.8.3 ### 📊 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.8.2` -> `==1.8.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/poetry/1.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/poetry/1.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/poetry/1.8.2/1.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/poetry/1.8.2/1.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>python-poetry/poetry (poetry)</summary> ### [`v1.8.3`](https://togithub.com/python-poetry/poetry/releases/tag/1.8.3) [Compare Source](https://togithub.com/python-poetry/poetry/compare/1.8.2...1.8.3) ##### Added - Add support for untagged CPython builds with versions ending with a `+` ([#&#8203;9207](https://togithub.com/python-poetry/poetry/pull/9207)). ##### Changed - Require `pkginfo>=1.10` to ensure support for packages with metadata version 2.3 ([#&#8203;9130](https://togithub.com/python-poetry/poetry/pull/9130)). - Improve locking on FIPS systems ([#&#8203;9152](https://togithub.com/python-poetry/poetry/pull/9152)). ##### Fixed - Fix an issue where unrecognized package metadata versions silently resulted in empty dependencies ([#&#8203;9203](https://togithub.com/python-poetry/poetry/pull/9203), [#&#8203;9226](https://togithub.com/python-poetry/poetry/pull/9226)). - Fix an issue where trailing slashes in git URLs where not handled correctly ([#&#8203;9205](https://togithub.com/python-poetry/poetry/pull/9205)). - Fix an issue where `poetry self` commands printed a warning that the current project cannot be installed ([#&#8203;9302](https://togithub.com/python-poetry/poetry/pull/9302)). - Fix an issue where `poetry install` sporadically failed with a `KeyError` due to a race condition ([#&#8203;9335](https://togithub.com/python-poetry/poetry/pull/9335)). ##### Docs - Fix incorrect information about `poetry shell` ([#&#8203;9060](https://togithub.com/python-poetry/poetry/pull/9060)). - Add a git subdirectory example to `poetry add` ([#&#8203;9080](https://togithub.com/python-poetry/poetry/pull/9080)). - Mention interactive credential configuration ([#&#8203;9074](https://togithub.com/python-poetry/poetry/pull/9074)). - Add notes for optional advanced installation steps ([#&#8203;9098](https://togithub.com/python-poetry/poetry/pull/9098)). - Add reference to configuration credentials in documentation of poetry `publish` ([#&#8203;9110](https://togithub.com/python-poetry/poetry/pull/9110)). - Improve documentation for configuring credentials via environment variables ([#&#8203;9121](https://togithub.com/python-poetry/poetry/pull/9121)). - Remove misleading wording around virtual environments ([#&#8203;9213](https://togithub.com/python-poetry/poetry/pull/9213)). - Remove outdated advice regarding seeding keyring backends ([#&#8203;9164](https://togithub.com/python-poetry/poetry/pull/9164)). - Add a `pyproject.toml` example for a dependency with multiple extras ([#&#8203;9138](https://togithub.com/python-poetry/poetry/pull/9138)). - Clarify help of `poetry add` ([#&#8203;9230](https://togithub.com/python-poetry/poetry/pull/9230)). - Add a note how to configure credentials for TestPyPI for `poetry publish` ([#&#8203;9255](https://togithub.com/python-poetry/poetry/pull/9255)). - Fix information about the `--readme` option in `poetry new` ([#&#8203;9260](https://togithub.com/python-poetry/poetry/pull/9260)). - Clarify what is special about the Python constraint in `dependencies` ([#&#8203;9256](https://togithub.com/python-poetry/poetry/pull/9256)). - Update how to uninstall plugins via `pipx` ([#&#8203;9320](https://togithub.com/python-poetry/poetry/pull/9320)). </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://developer.mend.io/github/probberechts/soccerdata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:59:03 +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#676
No description provided.