Skip to content

Scheduled biweekly dependency update for week 05 #1271

New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 6 commits into from
Feb 3, 2025

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Feb 3, 2025

Update black from 24.10.0 to 25.1.0.

Changelog

25.1.0

Highlights

This release introduces the new 2025 stable style (4558), stabilizing
the following changes:

- Normalize casing of Unicode escape characters in strings to lowercase (2916)
- Fix inconsistencies in whether certain strings are detected as docstrings (4095)
- Consistently add trailing commas to typed function parameters (4164)
- Remove redundant parentheses in if guards for case blocks (4214)
- Add parentheses to if clauses in case blocks when the line is too long (4269)
- Whitespace before ` fmt: skip` comments is no longer normalized (4146)
- Fix line length computation for certain expressions that involve the power operator (4154)
- Check if there is a newline before the terminating quotes of a docstring (4185)
- Fix type annotation spacing between `*` and more complex type variable tuple (4440)

The following changes were not in any previous release:

- Remove parentheses around sole list items (4312)
- Generic function definitions are now formatted more elegantly: parameters are
split over multiple lines first instead of type parameter definitions (4553)

Stable style

- Fix formatting cells in IPython notebooks with magic methods and starting or trailing
empty lines (4484)
- Fix crash when formatting `with` statements containing tuple generators/unpacking
(4538)

Preview style

- Fix/remove string merging changing f-string quotes on f-strings with internal quotes
(4498)
- Collapse multiple empty lines after an import into one (4489)
- Prevent `string_processing` and `wrap_long_dict_values_in_parens` from removing
parentheses around long dictionary values (4377)
- Move `wrap_long_dict_values_in_parens` from the unstable to preview style (4561)

Packaging

- Store license identifier inside the `License-Expression` metadata field, see
[PEP 639](https://peps.python.org/pep-0639/). (#4479)

Performance

- Speed up the `is_fstring_start` function in Black's tokenizer (4541)

Integrations

- If using stdin with `--stdin-filename` set to a force excluded path, stdin won't be
formatted. (4539)
Links

Update flake8-isort from 6.1.1 to 6.1.2.

Changelog

6.1.2

------------------

- Add support for isort 6.0.0.
[SukiCZ]

- Drop python 3.8, and add python 3.13.
[SukiCZ]
Links

Update isort from 5.13.2 to 6.0.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update twine from 6.0.1 to 6.1.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update factory-boy from 3.3.1 to 3.3.3.

Changelog

3.3.3

------------------

*New:*

- Publish type annotations

3.3.2

------------------

*Bugfix:*

- Fix docs generation

*New:*

- Add support for Python 3.13
Links

Update Faker from 33.3.1 to 35.2.0.

Changelog

35.2.0

* Add various German localization. Thanks ChristinaRau.

35.1.0

* Add phone numbers for `de_CH` and `it_CH`. Thanks flo-ri-an.

35.0.0

* Revert changes made in v34.x.

34.0.2

* ffx `date_time` provider when `end_datetime` is set in the past.

34.0.1

* Fix date parsing for "today".

34.0.0

* Account for `end_date` when calculating relative `date_time_between`. Thanks Fashimpaur for the report.
Links

@sliverc sliverc merged commit 0476cbc into main Feb 3, 2025
10 checks passed
@sliverc sliverc deleted the pyup-scheduled-update-2025-02-03 branch February 3, 2025 18:13
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants