Skip to content

[deps]: Update poetry (major)#85

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-poetry
Open

[deps]: Update poetry (major)#85
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-poetry

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Confidence
isort (changelog) 5.13.28.0.1 age confidence
marshmallow (changelog) ^3^4.0.0 age confidence
pre-commit-hooks 5.0.06.0.0 age confidence

Release Notes

PyCQA/isort (isort)

v8.0.1

Compare Source

Changes

v8.0.0

Compare Source

  • Removed --old-finders and --magic-placement flags and old_finders configuration option. The legacy finder logic that relied on environment introspection has been removed (#​2445) @​joao-faria-dev

v7.0.0

Compare Source

Changes

💥 Breaking Changes

🚀 Features

🪲 Fixes

👷 Continuous Integration

📦 Dependencies

v6.1.0

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

marshmallow-code/marshmallow (marshmallow)

v4.3.0

Compare Source

Features:

  • Add pre_load and post_load parameters to marshmallow.fields.Field for
    field-level pre- and post-processing (:issue:2787).
  • Typing: improvements to marshmallow.validate (:pr:2940).

v4.2.4

Compare Source

Bug fixes:

  • marshmallow.validate.URL and marshmallow.validate.Email accept Internationalized Domain Names (IDNs) (:issue:2821, :issue:2936).
    marshmallow.validate.Email also correctly rejects IDN domains with leading/trailing hyphens.
    Thanks :user:touhidurrr for the report.
  • Typing: Fix typing of nested in marshmallow.fields.Nested (:pr:2935).

v4.2.3

Compare Source

Bug fixes:

  • Make marshmallow.fields.Number and marshmallow.fields.Mapping abstract base classes to
    prevent using them within Schemas (:issue:2924). Thanks :user:MartingaleCoda for reporting.
  • Allow required to be set on marshmallow.fields.Contant (:issue:2900).
    Thanks :user:nosnickid for the report and :user:worksbyfriday for the PR.
  • Fix marshmallow.validate.OneOf emitting extra pairs when labels outnumber choices (:issue:2869).
    Thanks: user:T90REAL for the report and :user:rstar327 for the PR.
  • Fix behavior when passing a dot-delimited attribute name to partial for a key with data_key set (:pr:2903).
    Thanks :user:bysiber for the PR.
  • Fix Enum field by-name lookup to only return actual members (:pr:2902).
    Thanks :user:bysiber for the PR.
  • marshmallow.fields.DateTime with format="timestamp_ms" properly
    rejects bool values (:pr:2904). Thanks :user:bysiber for the PR.
  • Fix typing of error_essages argument to marshmallow.fields.Field (:pr:1636).
    Thanks :user:repole for reporting and :user:dhruvildarji for the PR.

Other changes:

  • Add ipaddress.* to marshmallow.Schema.TYPE_MAPPING (:issue:1695).
    Thanks :user:liberforce for the suggestion and :user:dhruvildarji for the PR.

v4.2.2

Compare Source

Bug fixes:

  • Fix behavior of fields.Contant(None) (:issue:2868).
    Thanks :user:T90REAL for reporting and emmanuel-ferdman for the fix.

v4.2.1

Compare Source

Bug fixes:

  • Fix validation of URLs beginning with uppercare FILE (:issue:2891).
    Thanks :user:thanhlecongg for reporting and fixing.

v4.2.0

Compare Source

Other changes:

  • many argument of Nested properly overrides schema instance
    value (:pr:2854). Thanks :user:jafournier for the PR.

v4.1.2

Compare Source

Bug fixes:

  • :cve:2025-68480: Merge error store messages without rebuilding collections.
    Thanks 카푸치노 for reporting and :user:deckar01 for the fix.

v4.1.1

Compare Source

Bug fixes:

  • Ensure URL validator is case-insensitive when using custom schemes (:pr:2874).
    Thanks :user:T90REAL for the PR.

v4.1.0

Compare Source

Other changes:

  • Add __len__ implementation to missing so that it can be used with
    validate.Length <marshmallow.validate.Length> (:pr:2861).
    Thanks :user:agentgodzilla for the PR.
  • Drop support for Python 3.9 (:pr:2363).
  • Test against Python 3.14 (:pr:2864).

v4.0.1

Compare Source

v4.0.0

Compare Source

pre-commit/pre-commit-hooks (pre-commit-hooks)

v6.0.0

Compare Source

==================

Fixes

Migrating


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2nd week starting on the 2 week of the year before 4am on Monday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner April 28, 2025 01:00
@renovate renovate Bot force-pushed the renovate/major-poetry branch 2 times, most recently from 2c3ca76 to 53bfe85 Compare August 16, 2025 23:07
@renovate renovate Bot force-pushed the renovate/major-poetry branch from 53bfe85 to f81ea48 Compare September 4, 2025 18:42
@renovate renovate Bot force-pushed the renovate/major-poetry branch from f81ea48 to 05e59eb Compare September 26, 2025 03:14
@renovate renovate Bot force-pushed the renovate/major-poetry branch from 05e59eb to a781b72 Compare October 8, 2025 19:27
@renovate renovate Bot force-pushed the renovate/major-poetry branch from a781b72 to a464985 Compare October 18, 2025 14:36
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Oct 18, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.9) is not compatible with some of the required packages Python requirement:
  - isort requires Python >=3.10.0, so it will not be satisfied for Python >=3.9,<3.10.0

Because passwordless depends on isort (8.0.1) which requires Python >=3.10.0, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For isort, a possible solution would be to set the `python` property to ">=3.10.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate Bot added the major-update label Nov 1, 2025
@renovate renovate Bot force-pushed the renovate/major-poetry branch 2 times, most recently from f190022 to ca91801 Compare November 15, 2025 19:08
@renovate renovate Bot force-pushed the renovate/major-poetry branch 2 times, most recently from 149a92d to 966dbb5 Compare November 19, 2025 15:08
@renovate renovate Bot force-pushed the renovate/major-poetry branch 2 times, most recently from 96e509d to 4723c49 Compare December 15, 2025 03:45
@renovate renovate Bot force-pushed the renovate/major-poetry branch from 4723c49 to 411f539 Compare December 22, 2025 22:51
@renovate renovate Bot force-pushed the renovate/major-poetry branch from 411f539 to a4ab45c Compare January 5, 2026 19:42
@renovate renovate Bot force-pushed the renovate/major-poetry branch from a4ab45c to fb1dce5 Compare January 25, 2026 06:25
@renovate renovate Bot force-pushed the renovate/major-poetry branch from fb1dce5 to 91740da Compare February 26, 2026 19:07
@renovate renovate Bot force-pushed the renovate/major-poetry branch 2 times, most recently from c93f040 to 0a13b72 Compare March 12, 2026 23:05
@renovate renovate Bot force-pushed the renovate/major-poetry branch 2 times, most recently from 0200668 to 652fe37 Compare March 30, 2026 18:54
@renovate renovate Bot force-pushed the renovate/major-poetry branch from 652fe37 to 81138da Compare April 14, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants