Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps-dev): Update poetry requirement from ^1.7 to >=1.7,<3.0#887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/pip/poetry-gte-1.7-and-lt-3.0

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubApr 26, 2025
edited
Loading

⚠️Dependabot is rebasing this PR⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️Dependabot is rebasing this PR⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements onpoetry to permit the latest version.

Release notes

Sourced frompoetry's releases.

2.1.2

Changed

  • Improve performance of locking dependencies (#10275).

Fixed

  • Fix an issue where markers were not locked correctly (#10240).
  • Fix an issue where the result ofpoetry lock was not deterministic (#10276).
  • Fix an issue wherepoetry env activate returned the wrong command fortcsh (#10243).
  • Fix an issue wherepoetry env activate returned the wrong command forpwsh on Linux (#10256).

Docs

  • Update basic usage section to reflect new default layout (#10203).

poetry-core (2.1.2)

  • Improve performance of marker operations (#851).
  • Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint (#841,#846).
  • Fix an issue whereextra markers were not simplified (#842,#845,#847).
  • Fix an issue where the intersection and union of markers was not deterministic (#843).
  • Fix an issue where the intersection ofpython_version markers was not recognized as empty (#849).
  • Fix an issue wherepython_version markers were not simplified (#848,#851).
  • Fix an issue where Python constraints on a package were converted into invalid markers (#853).
Changelog

Sourced frompoetry's changelog.

[2.1.2] - 2025-03-29

Changed

  • Improve performance of locking dependencies (#10275).

Fixed

  • Fix an issue where markers were not locked correctly (#10240).
  • Fix an issue where the result ofpoetry lock was not deterministic (#10276).
  • Fix an issue wherepoetry env activate returned the wrong command fortcsh (#10243).
  • Fix an issue wherepoetry env activate returned the wrong command forpwsh on Linux (#10256).

Docs

  • Update basic usage section to reflect new default layout (#10203).

poetry-core (2.1.2)

  • Improve performance of marker operations (#851).
  • Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint (#841,#846).
  • Fix an issue whereextra markers were not simplified (#842,#845,#847).
  • Fix an issue where the intersection and union of markers was not deterministic (#843).
  • Fix an issue where the intersection ofpython_version markers was not recognized as empty (#849).
  • Fix an issue wherepython_version markers were not simplified (#848,#851).
  • Fix an issue where Python constraints on a package were converted into invalid markers (#853).

[2.1.1] - 2025-02-16

Fixed

  • Fix an issue wherepoetry env use python does not choose the Python from the PATH (#10187).

poetry-core (2.1.1)

  • Fix an issue where simplifying apython_version marker resulted in an invalid marker (#838).

[2.1.0] - 2025-02-15

Added

  • Makebuild command build-system agnostic (#10059,#10092).
  • Add a--config-settings option topoetry build (#10059).

... (truncated)

Commits
  • 2950bd6 release: bump version to 2.1.2
  • 9ac9b49 chore: update dependencies (#10310)
  • 2bc4d9e solver: make results ofpoetry lock --regenerate andpoetry lock more con...
  • 9ad6e1d tests: resolve paths before comparing (#9939)
  • ac55116 pre-commit: remove redundant zizmor config
  • 44271c4 [pre-commit.ci] pre-commit autoupdate
  • bca92d5 Fix test_python_get_preferred_default with Python pre-releases (#10303)
  • 274bdc9 perf: cache comparison key for choosing the next package to resolve (#10275)
  • b7b1cf5 provider: do not iterate over sets for more deterministic results (#10276)
  • e49af21 tests: respect architectures supported by pbs_installer (#10261)
  • Additional commits viewable incompare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [poetry](https://github.com/python-poetry/poetry) to permit the latest version.- [Release notes](https://github.com/python-poetry/poetry/releases)- [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md)- [Commits](python-poetry/poetry@1.7.0...2.1.2)---updated-dependencies:- dependency-name: poetry  dependency-version: 2.1.2  dependency-type: direct:development...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciestopic: modify/update a dependency labelApr 26, 2025
@dependabotdependabotbot requested a review froma team as acode ownerApril 26, 2025 02:31
@jkowalleck
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciestopic: modify/update a dependency

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jkowalleck

[8]ページ先頭

©2009-2025 Movatter.jp