Skip to content

Scheduled biweekly dependency update for week 45 #1186

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 6, 2023

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Nov 6, 2023

Update black from 23.9.1 to 23.10.1.

Changelog

23.10.1

Highlights

- Maintanence release to get a fix out for GitHub Action edge case (3957)

Preview style

- Fix merging implicit multiline strings that have inline comments (3956)
- Allow empty first line after block open before a comment or compound statement (3967)

Packaging

- Change Dockerfile to hatch + compile black (3965)

Integrations

- The summary output for GitHub workflows is now suppressible using the `summary`
parameter. (3958)
- Fix the action failing when Black check doesn't pass (3957)

Documentation

- It is known Windows documentation CI is broken
https://github.com/psf/black/issues/3968

23.10.0

Stable style

- Fix comments getting removed from inside parenthesized strings (3909)

Preview style

- Fix long lines with power operators getting split before the line length (3942)
- Long type hints are now wrapped in parentheses and properly indented when split across
multiple lines (3899)
- Magic trailing commas are now respected in return types. (3916)
- Require one empty line after module-level docstrings. (3932)
- Treat raw triple-quoted strings as docstrings (3947)

Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set (3937)

Parser

- Fix bug where attributes named `type` were not accepted inside `match` statements
(3950)
- Add support for PEP 695 type aliases containing lambdas and other unusual expressions
(3949)

Output

- Black no longer attempts to provide special errors for attempting to format Python 2
code (3933)
- Black will more consistently print stacktraces on internal errors in verbose mode
(3938)

Integrations

- The action output displayed in the job summary is now wrapped in Markdown (3914)
Links

Update flake8-isort from 6.1.0 to 6.1.1.

Changelog

6.1.1

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

- Switch from `setup.cfg` to `setup.py`.
[deronnax]

- Switch from `setuptools` to `hatchling`.
[gforcada]

- Switch to `main` branch.
[gforcada]

- Use `tox` and `pre-commit` to ease project maintenance.
[gforcada]
Links

Update Faker from 19.10.0 to 19.13.0.

Changelog

19.13.0

* Add more entries in `cs_CZ`'s geo. Thanks george0st.

19.12.1

* Fix latest days of the month as birth day in italian SSN. Thanks TommasoLencioni

19.12.0

* Add `geo` provider for `cs_CZ`. Thanks george0st.

19.11.1

* Fix handling for finnish ssn where `min_age` and `max_age` are the same. Thanks Pakkanen1.

19.11.0

* Add a few street names to `cs_CZ`. Thanks george0st.
* Add words to lorem for `cs_CZ`. Thanks george0st.
* Add color for `cs_CZ`. Thanks george0st.
Links

Update pytest from 7.4.2 to 7.4.3.

Changelog

7.4.3

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

Bug Fixes
---------

- `10447 <https://github.com/pytest-dev/pytest/issues/10447>`_: Markers are now considered in the reverse mro order to ensure base  class markers are considered first -- this resolves a regression.


- `11239 <https://github.com/pytest-dev/pytest/issues/11239>`_: Fixed ``:=`` in asserts impacting unrelated test cases.


- `11439 <https://github.com/pytest-dev/pytest/issues/11439>`_: Handled an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down.
Links

Update pytest-django from 4.5.2 to 4.6.0.

Changelog

4.6.0

https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst#v460-2023-10-30
Links

Update syrupy from 4.5.0 to 4.6.0.

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

Links

@sliverc sliverc merged commit 2752093 into main Nov 6, 2023
@sliverc sliverc deleted the pyup-scheduled-update-2023-11-06 branch November 6, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants