chore(deps): [PYTHON] Update all dependencies (major) #158
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:
^24.0.0
->^25.0.0
^5.10.1
->^6.0.0
Release Notes
psf/black (black)
v25.1.0
Compare Source
Highlights
This release introduces the new 2025 stable style (#4558), stabilizing
the following changes:
# fmt: skip
comments is no longer normalized (#4146)*
and more complex type variable tuple (#4440)The following changes were not in any previous release:
split over multiple lines first instead of type parameter definitions (#4553)
Stable style
empty lines (#4484)
with
statements containing tuple generators/unpacking(#4538)
Preview style
(#4498)
string_processing
andwrap_long_dict_values_in_parens
from removingparentheses around long dictionary values (#4377)
wrap_long_dict_values_in_parens
from the unstable to preview style (#4561)Packaging
License-Expression
metadata field, seePEP 639. (#4479)
Performance
is_fstring_start
function in Black's tokenizer (#4541)Integrations
--stdin-filename
set to a force excluded path, stdin won't beformatted. (#4539)
pycqa/isort (isort)
v6.0.0
Compare Source
Changes
💥 Breaking Changes
🚀 Features
as
imports (#2340) @DanielNoordpre-commit autoupdate
(#2321) @kurtmckee🪲 Fixes
--diff
to be used with--jobs
(#2302) @mnakamawemake
has 80 chars hard limit, not 79 (#2241) @sobolevnmain
(#2320) @DanielNoordsort_reexports
code mangling (#2283) @Helveg👷 Continuous Integration
actions/cache@v2
usage (#2322) @kurtmckeepre-commit
(#2296) @matthewhughes934📦 Dependencies
poetry
to2.0.1
(#2341) @DanielNoordConfiguration
📅 Schedule: Branch creation - "* 0-5 1-7,15-22 * 4" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.