Skip to content

Bump poetry-core from 2.1.3 to 2.3.2#136

Merged
remdui merged 1 commit intomainfrom
dependabot/pip/poetry-core-2.3.2
Apr 28, 2026
Merged

Bump poetry-core from 2.1.3 to 2.3.2#136
remdui merged 1 commit intomainfrom
dependabot/pip/poetry-core-2.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps poetry-core from 2.1.3 to 2.3.2.

Release notes

Sourced from poetry-core's releases.

2.3.2

Changed

  • Update list of supported licenses (#917).

Fixed

  • Fix an issue where platform_release could not be parsed on Debian Trixie (#930).
  • Fix an issue where using project.readme.text in the pyproject.toml file resulted in broken metadata (#914).
  • Fix an issue where dependency groups were considered equal when their resolved dependencies were equal, even if the groups themselves were not (#919).
  • Fix an issue where removing a dependency from a group that included another group resulted in other dependencies being added to the included group (#922).
  • Fix an issue where PEP 735 include-group entries were lost when [tool.poetry.group] also defined include-groups for the same group (#924).
  • Fix an issue where the union of <value> not in <marker> constraints was wrongly treated as always satisfied (#925).
  • Fix an issue where a post release with a local version identifier was wrongly allowed by a > version constraint (#921).
  • Fix an issue where a version with the local version identifier 0 was treated as equal to the corresponding public version (#920).
  • Fix an issue where a != <version> constraint wrongly disallowed pre releases and post releases of the specified version (#929).
  • Fix an issue where in and not in constraints were wrongly not allowed by specific compound constraints (#927).
  • Fix an issue where data entries in generated setup.py files were duplicated (#923).

2.3.1

Changed

  • Update list of supported licenses (#912).

Fixed

  • Fix an issue where platform_release could not be parsed on Windows Server (#911).

2.3.0

Added

  • Add (optional) size and upload_time to Link and Package.files (#905).

Changed

  • Drop support for Python 3.9 (#897).
  • Normalize versions (#893).
  • Remove helper function to create temporary directories (#337).
  • Improve type hint of Package.files (#904).
  • Update list of supported licenses (#890, #895).

Fixed

  • Fix an issue where unsatisfiable requirements did not raise an error (#891).
  • Fix an issue where the implicit main group did not exist if it was explicitly declared as not having any dependencies (#892).
  • Fix an issue where python_full_version markers with pre-release versions were parsed incorrectly (#893).

2.2.1

Fixed

... (truncated)

Changelog

Sourced from poetry-core's changelog.

[2.3.2] - 2026-03-29

Changed

  • Update list of supported licenses (#917).

Fixed

  • Fix an issue where platform_release could not be parsed on Debian Trixie (#930).
  • Fix an issue where using project.readme.text in the pyproject.toml file resulted in broken metadata (#914).
  • Fix an issue where dependency groups were considered equal when their resolved dependencies were equal, even if the groups themselves were not (#919).
  • Fix an issue where removing a dependency from a group that included another group resulted in other dependencies being added to the included group (#922).
  • Fix an issue where PEP 735 include-group entries were lost when [tool.poetry.group] also defined include-groups for the same group (#924).
  • Fix an issue where the union of <value> not in <marker> constraints was wrongly treated as always satisfied (#925).
  • Fix an issue where a post release with a local version identifier was wrongly allowed by a > version constraint (#921).
  • Fix an issue where a version with the local version identifier 0 was treated as equal to the corresponding public version (#920).
  • Fix an issue where a != <version> constraint wrongly disallowed pre releases and post releases of the specified version (#929).
  • Fix an issue where in and not in constraints were wrongly not allowed by specific compound constraints (#927).
  • Fix an issue where data entries in generated setup.py files were duplicated (#923).

[2.3.1] - 2026-02-01

Changed

  • Update list of supported licenses (#912).

Fixed

  • Fix an issue where platform_release could not be parsed on Windows Server (#911).

[2.3.0] - 2026-01-18

Added

  • Add (optional) size and upload_time to Link and Package.files (#905).

Changed

  • Drop support for Python 3.9 (#897).
  • Normalize versions (#893).
  • Remove helper function to create temporary directories (#337).
  • Improve type hint of Package.files (#904).
  • Update list of supported licenses (#890, #895).

Fixed

  • Fix an issue where unsatisfiable requirements did not raise an error (#891).

... (truncated)

Commits
  • 23bf0ac release: bump version to 2.3.2
  • d29c170 fix parsing platform_release with kernel versions containing multiple + c...
  • f45317b Automated licenses list update (#917)
  • 8c5537d fix Constraint.allows_any() wrong for in/not in with compound constraints (#927)
  • f484bf2 remove unreachable code in Constraint.allows_any() (#926)
  • 0b6a64b fix != version constraint incorrectly excluding pre/post/dev releases
  • bba3d83 fix sdist find_packages path separator mismatch on Windows
  • d431527 Fix a version comparison of public version with local version zero (#920)
  • 240a368 Fix constraint union treating "not in" same as "!=" (#925)
  • b959f87 Fix group_includes overwrite losing PEP 735 includes (#924)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 27, 2026
Bumps [poetry-core](https://github.com/python-poetry/poetry-core) from 2.1.3 to 2.3.2.
- [Release notes](https://github.com/python-poetry/poetry-core/releases)
- [Changelog](https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md)
- [Commits](python-poetry/poetry-core@2.1.3...2.3.2)

---
updated-dependencies:
- dependency-name: poetry-core
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/poetry-core-2.3.2 branch from c831c05 to 842aaa8 Compare April 28, 2026 06:47
@remdui remdui merged commit 03917ed into main Apr 28, 2026
3 checks passed
@remdui remdui deleted the dependabot/pip/poetry-core-2.3.2 branch April 28, 2026 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant