[deps]: Update poetry (major)#85
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
2 times, most recently
from
August 16, 2025 23:07
2c3ca76 to
53bfe85
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
September 4, 2025 18:42
53bfe85 to
f81ea48
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
September 26, 2025 03:14
f81ea48 to
05e59eb
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
October 8, 2025 19:27
05e59eb to
a781b72
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
October 18, 2025 14:36
a781b72 to
a464985
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
2 times, most recently
from
November 15, 2025 19:08
f190022 to
ca91801
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
2 times, most recently
from
November 19, 2025 15:08
149a92d to
966dbb5
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
2 times, most recently
from
December 15, 2025 03:45
96e509d to
4723c49
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
December 22, 2025 22:51
4723c49 to
411f539
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
January 5, 2026 19:42
411f539 to
a4ab45c
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
January 25, 2026 06:25
a4ab45c to
fb1dce5
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
February 26, 2026 19:07
fb1dce5 to
91740da
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
2 times, most recently
from
March 12, 2026 23:05
c93f040 to
0a13b72
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
2 times, most recently
from
March 30, 2026 18:54
0200668 to
652fe37
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
April 14, 2026 03:03
652fe37 to
81138da
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
2 times, most recently
from
April 27, 2026 20:30
f97a3ca to
b524213
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
3 times, most recently
from
May 18, 2026 20:58
a542d83 to
38a047e
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
June 23, 2026 15:38
38a047e to
f1de381
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
July 15, 2026 03:38
f1de381 to
cc77611
Compare
renovate
Bot
force-pushed
the
renovate/major-poetry
branch
from
July 21, 2026 00:00
cc77611 to
dc4174c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.13.2→8.0.1^3→^4.0.01.14.1→2.3.05.0.0→6.0.0Release Notes
PyCQA/isort (isort)
v8.0.1Compare Source
Changes
v8.0.0Compare Source
--old-findersand--magic-placementflags andold_findersconfiguration option. The legacy finder logic that relied on environment introspection has been removed (#2445) @joao-faria-devploneprofile to not clash withblack(#2456) @ale-rtv7.0.0Compare Source
Changes
💥 Breaking Changes
🚀 Features
🪲 Fixes
3.14and fix any bugs (#2425) @DanielNoord👷 Continuous Integration
ruffinstead ofblack(#2432) @DanielNoordruff(#2431) @DanielNoord📦 Dependencies
v6.1.0Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
marshmallow-code/marshmallow (marshmallow)
v4.3.0Compare Source
Features:
pre_loadandpost_loadparameters tomarshmallow.fields.Fieldforfield-level pre- and post-processing (:issue:
2787).marshmallow.validate(:pr:2940).v4.2.4Compare Source
Bug fixes:
marshmallow.validate.URLandmarshmallow.validate.Emailaccept Internationalized Domain Names (IDNs) (:issue:2821, :issue:2936).marshmallow.validate.Emailalso correctly rejects IDN domains with leading/trailing hyphens.Thanks :user:
touhidurrrfor the report.nestedinmarshmallow.fields.Nested(:pr:2935).v4.2.3Compare Source
Bug fixes:
marshmallow.fields.Numberandmarshmallow.fields.Mappingabstract base classes toprevent using them within Schemas (:issue:
2924). Thanks :user:MartingaleCodafor reporting.requiredto be set onmarshmallow.fields.Contant(:issue:2900).Thanks :user:
nosnickidfor the report and :user:worksbyfridayfor the PR.marshmallow.validate.OneOfemitting extra pairs when labels outnumber choices (:issue:2869).Thanks: user:
T90REALfor the report and :user:rstar327for the PR.partialfor a key withdata_keyset (:pr:2903).Thanks :user:
bysiberfor the PR.2902).Thanks :user:
bysiberfor the PR.marshmallow.fields.DateTimewithformat="timestamp_ms"properlyrejects bool values (:pr:
2904). Thanks :user:bysiberfor the PR.error_messagesargument tomarshmallow.fields.Field(:pr:1636).Thanks :user:
repolefor reporting and :user:dhruvildarjifor the PR.Other changes:
ipaddress.*tomarshmallow.Schema.TYPE_MAPPING(:issue:1695).Thanks :user:
liberforcefor the suggestion and :user:dhruvildarjifor the PR.v4.2.2Compare Source
Bug fixes:
fields.Contant(None)(:issue:2868).Thanks :user:
T90REALfor reporting andemmanuel-ferdmanfor the fix.v4.2.1Compare Source
Bug fixes:
FILE(:issue:2891).Thanks :user:
thanhleconggfor reporting and fixing.v4.2.0Compare Source
Other changes:
manyargument ofNestedproperly overrides schema instancevalue (:pr:
2854). Thanks :user:jafournierfor the PR.v4.1.2Compare Source
Bug fixes:
2025-68480: Merge error store messages without rebuilding collections.Thanks 카푸치노 for reporting and :user:
deckar01for the fix.v4.1.1Compare Source
Bug fixes:
URLvalidator is case-insensitive when using custom schemes (:pr:2874).Thanks :user:
T90REALfor the PR.v4.1.0Compare Source
Other changes:
__len__implementation tomissingso that it can be used withvalidate.Length <marshmallow.validate.Length>(:pr:2861).Thanks :user:
agentgodzillafor the PR.2363).2864).v4.0.1Compare Source
v4.0.0Compare Source
python/mypy (mypy)
v2.3.0Compare Source
v2.2.0Compare Source
v2.1.0Compare Source
v2.0.0Compare Source
v1.20.2Compare Source
v1.20.1dict.__or__typeshed change (Ivan Levkivskyi, PR 21186)type[T]in type calls (Shantanu, PR 21174)Anytyped variables (Shantanu, PR 21142)--warn-unused-configshould not be a strict flag (Ivan Levkivskyi, PR 21139)v1.20.0v1.19.1types.NoneTypein match cases (A5rocks, PR 20383)v1.19.0v1.18.2object.__init__(Stephen Morton, PR 19733)v1.18.1v1.17.1Compare Source
Noneas constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)hasattr" in dmypy (Stanislav Terliakov, PR 19428)v1.17.0Compare Source
v1.16.1Compare Source
v1.16.0Compare Source
v1.15.0Compare Source
pre-commit/pre-commit-hooks (pre-commit-hooks)
v6.0.0Compare Source
==================
Fixes
check-shebang-scripts-are-executable: improve error message.Migrating
file-contents-sorter: disallow--uniqueand--ignore-caseat the sametime.
check-byte-order-markerandfix-encoding-pragma.check-byte-order-marker: migrate tofix-byte-order-marker.fix-encoding-pragma: migrate topyupgrade.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.