renovate-bot opened a new pull request, #1534:
URL: https://github.com/apache/polaris/pull/1534

   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [poetry](https://redirect.github.com/python-poetry/poetry) 
([changelog](https://python-poetry.org/history/)) | `==2.1.1` -> `==2.1.3` | 
[![age](https://developer.mend.io/api/mc/badges/age/pypi/poetry/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/poetry/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/poetry/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/poetry/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>python-poetry/poetry (poetry)</summary>
   
   ### 
[`v2.1.3`](https://redirect.github.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#213---2025-05-04)
   
   [Compare 
Source](https://redirect.github.com/python-poetry/poetry/compare/2.1.2...2.1.3)
   
   ##### Changed
   
   -   Require `importlib-metadata<8.7` for Python 3.9 because of a breaking 
change in importlib-metadata 8.7 
([#&#8203;10374](https://redirect.github.com/python-poetry/poetry/pull/10374)).
   
   ##### Fixed
   
   -   Fix an issue where re-locking failed for incomplete multiple-constraints 
dependencies with explicit sources 
([#&#8203;10324](https://redirect.github.com/python-poetry/poetry/pull/10324)).
   -   Fix an issue where the `--directory` option did not work if a plugin, 
which accesses the poetry instance during its activation, was installed 
([#&#8203;10352](https://redirect.github.com/python-poetry/poetry/pull/10352)).
   -   Fix an issue where `poetry env activate -v` printed additional 
information to stdout instead of stderr so that the output could not be used as 
designed 
([#&#8203;10353](https://redirect.github.com/python-poetry/poetry/pull/10353)).
   -   Fix an issue where the original error was not printed if building a git 
dependency failed 
([#&#8203;10366](https://redirect.github.com/python-poetry/poetry/pull/10366)).
   -   Fix an issue where wheels for the wrong platform were installed in rare 
cases. 
([#&#8203;10361](https://redirect.github.com/python-poetry/poetry/pull/10361)).
   
   ##### poetry-core 
([`2.1.3`](https://redirect.github.com/python-poetry/poetry-core/releases/tag/2.1.3))
   
   -   Fix an issue where the union of specific inverse or partially inverse 
markers was not simplified 
([#&#8203;858](https://redirect.github.com/python-poetry/poetry-core/pull/858)).
   -   Fix an issue where optional dependencies defined in the `project` 
section were treated as non-optional when a source was defined for them in the 
`tool.poetry` section 
([#&#8203;857](https://redirect.github.com/python-poetry/poetry-core/pull/857)).
   -   Fix an issue where markers with `===` were not parsed correctly 
([#&#8203;860](https://redirect.github.com/python-poetry/poetry-core/pull/860)).
   -   Fix an issue where local versions with upper case letters caused an 
error 
([#&#8203;859](https://redirect.github.com/python-poetry/poetry-core/pull/859)).
   -   Fix an issue where `extra` markers with a value starting with "in" were 
not validated correctly 
([#&#8203;862](https://redirect.github.com/python-poetry/poetry-core/pull/862)).
   
   ### 
[`v2.1.2`](https://redirect.github.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#212---2025-03-29)
   
   [Compare 
Source](https://redirect.github.com/python-poetry/poetry/compare/2.1.1...2.1.2)
   
   ##### Changed
   
   -   Improve performance of locking dependencies 
([#&#8203;10275](https://redirect.github.com/python-poetry/poetry/pull/10275)).
   
   ##### Fixed
   
   -   Fix an issue where markers were not locked correctly 
([#&#8203;10240](https://redirect.github.com/python-poetry/poetry/pull/10240)).
   -   Fix an issue where the result of `poetry lock` was not deterministic 
([#&#8203;10276](https://redirect.github.com/python-poetry/poetry/pull/10276)).
   -   Fix an issue where `poetry env activate` returned the wrong command for 
`tcsh` 
([#&#8203;10243](https://redirect.github.com/python-poetry/poetry/pull/10243)).
   -   Fix an issue where `poetry env activate` returned the wrong command for 
`pwsh` on Linux 
([#&#8203;10256](https://redirect.github.com/python-poetry/poetry/pull/10256)).
   
   ##### Docs
   
   -   Update basic usage section to reflect new default layout 
([#&#8203;10203](https://redirect.github.com/python-poetry/poetry/pull/10203)).
   
   ##### poetry-core 
([`2.1.2`](https://redirect.github.com/python-poetry/poetry-core/releases/tag/2.1.2))
   
   -   Improve performance of marker operations 
([#&#8203;851](https://redirect.github.com/python-poetry/poetry-core/pull/851)).
   -   Fix an issue where incorrect markers were calculated when removing parts 
covered by the project's Python constraint 
([#&#8203;841](https://redirect.github.com/python-poetry/poetry-core/pull/841),
       
[#&#8203;846](https://redirect.github.com/python-poetry/poetry-core/pull/846)).
   -   Fix an issue where `extra` markers were not simplified 
([#&#8203;842](https://redirect.github.com/python-poetry/poetry-core/pull/842),
       
[#&#8203;845](https://redirect.github.com/python-poetry/poetry-core/pull/845),
       
[#&#8203;847](https://redirect.github.com/python-poetry/poetry-core/pull/847)).
   -   Fix an issue where the intersection and union of markers was not 
deterministic 
([#&#8203;843](https://redirect.github.com/python-poetry/poetry-core/pull/843)).
   -   Fix an issue where the intersection of `python_version` markers was not 
recognized as empty 
([#&#8203;849](https://redirect.github.com/python-poetry/poetry-core/pull/849)).
   -   Fix an issue where `python_version` markers were not simplified 
([#&#8203;848](https://redirect.github.com/python-poetry/poetry-core/pull/848),
       
[#&#8203;851](https://redirect.github.com/python-poetry/poetry-core/pull/851)).
   -   Fix an issue where Python constraints on a package were converted into 
invalid markers 
([#&#8203;853](https://redirect.github.com/python-poetry/poetry-core/pull/853)).
   
   </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 was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job log](https://developer.mend.io/github/apache/polaris).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS1wb2xhcmlzIl19-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to