Skip to content
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

Fix failing Windows documentation build #3968

Closed
cooperlees opened this issue Oct 23, 2023 · 1 comment
Closed

Fix failing Windows documentation build #3968

cooperlees opened this issue Oct 23, 2023 · 1 comment
Labels
C: maintenance Related to project maintenance, e.g. CI, testing, policy changes, releases T: bug Something isn't working

Comments

@cooperlees
Copy link
Collaborator

Describe the bug

CI of building black documentation on Windows fails.

  • It seems we're not installing black correctly in the doc build environment:
Running Sphinx v7.2.6

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.12.0\x64\Lib\site-packages\sphinx\config.py", line 358, in eval_config_file
    exec(code, namespace)  # NoQA: S102
    ^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\black\black\docs\conf.py", line 46, in <module>
    release = get_distribution("black").version.split("+")[0]
              ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\hostedtoolcache\windows\Python\3.12.0\x64\Lib\site-packages\pkg_resources\__init__.py", line 528, in get_distribution
    dist = get_provider(dist)
           ^^^^^^^^^^^^^^^^^^
  File "C:\hostedtoolcache\windows\Python\3.12.0\x64\Lib\site-packages\pkg_resources\__init__.py", line 400, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\hostedtoolcache\windows\Python\3.12.0\x64\Lib\site-packages\pkg_resources\__init__.py", line 968, in require
    needed = self.resolve(parse_requirements(requirements))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\hostedtoolcache\windows\Python\3.12.0\x64\Lib\site-packages\pkg_resources\__init__.py", line 829, in resolve
    dist = self._resolve_dist(
           ^^^^^^^^^^^^^^^^^^^
  File "C:\hostedtoolcache\windows\Python\3.12.0\x64\Lib\site-packages\pkg_resources\__init__.py", line 870, in _resolve_dist
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'black' distribution was not found and is required by the application

To Reproduce

Trigger CI

Expected behavior

We build the docs on Windows.

@cooperlees cooperlees added T: bug Something isn't working C: maintenance Related to project maintenance, e.g. CI, testing, policy changes, releases labels Oct 23, 2023
renovate bot added a commit to ixm-one/pytest-cmake-presets that referenced this issue Oct 23, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.10.0` -> `23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintanence release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to ziyadedher/evm-bench that referenced this issue Oct 23, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.10.0` -> `23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintanence release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ziyadedher/evm-bench).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to line/line-bot-sdk-python that referenced this issue Oct 23, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`==23.10.0` -> `==23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintanence release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/line/line-bot-sdk-python).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Oct 24, 2023
23.10.1

Highlights

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

Preview style

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

Packaging

- Change Dockerfile to hatch + compile black

Integrations

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

Documentation

- It is known Windows documentation CI is broken
 psf/black#3968
renovate bot added a commit to rpdelaney/downforeveryone that referenced this issue Oct 24, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.3.0` -> `23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.3.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.3.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-bugbear](https://togithub.com/PyCQA/flake8-bugbear#change-log)
([changelog](https://togithub.com/PyCQA/flake8-bugbear#change-log)) |
`23.3.12` -> `23.9.16` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-bugbear/23.9.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-bugbear/23.9.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-bugbear/23.3.12/23.9.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-bugbear/23.3.12/23.9.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[flake8-comprehensions](https://togithub.com/adamchainz/flake8-comprehensions)
([changelog](https://togithub.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst))
| `3.13.0` -> `3.14.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-comprehensions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-comprehensions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-comprehensions/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-comprehensions/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-pytest-style](https://pypi.org/project/flake8-pytest-style)
([source](https://togithub.com/m-burst/flake8-pytest-style)) | `1.6.0`
-> `1.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-pytest-style/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-pytest-style/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-pytest-style/1.6.0/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-pytest-style/1.6.0/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [isort](https://pycqa.github.io/isort/)
([source](https://togithub.com/pycqa/isort),
[changelog](https://togithub.com/pycqa/isort/blob/main/CHANGELOG.md)) |
`5.11.5` -> `5.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/5.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/isort/5.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/isort/5.11.5/5.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/5.11.5/5.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mypy](https://www.mypy-lang.org/)
([source](https://togithub.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) | `1.4.1` -> `1.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.4.1/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.4.1/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest](https://docs.pytest.org/en/latest/)
([source](https://togithub.com/pytest-dev/pytest),
[changelog](https://docs.pytest.org/en/stable/changelog.html)) | `7.4.2`
-> `7.4.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest/7.4.2/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/7.4.2/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest-mock](https://togithub.com/pytest-dev/pytest-mock)
([changelog](https://pytest-mock.readthedocs.io/en/latest/changelog.html))
| `3.11.1` -> `3.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintanence release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

###
[`v23.9.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2391)

[Compare Source](https://togithub.com/psf/black/compare/23.9.0...23.9.1)

Due to various issues, the previous release (23.9.0) did not include
compiled mypyc
wheels, which make Black significantly faster. These issues have now
been fixed, and
this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will
provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.

##### Packaging

- Upgrade to mypy 1.5.1
([#&#8203;3864](https://togithub.com/psf/black/issues/3864))

##### Performance

- Store raw tuples instead of NamedTuples in Black's cache, improving
performance and
decreasing the size of the cache
([#&#8203;3877](https://togithub.com/psf/black/issues/3877))

###
[`v23.9.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2390)

[Compare Source](https://togithub.com/psf/black/compare/23.7.0...23.9.0)

##### Preview style

- More concise formatting for dummy implementations
([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
- In stub files, add a blank line between a statement with a body (e.g
an
`if sys.version_info > (3, x):`) and a function definition on the same
level ([#&#8203;3862](https://togithub.com/psf/black/issues/3862))
- Fix a bug whereby spaces were removed from walrus operators within
subscript([#&#8203;3823](https://togithub.com/psf/black/issues/3823))

##### Configuration

- Black now applies exclusion and ignore logic before resolving symlinks
([#&#8203;3846](https://togithub.com/psf/black/issues/3846))

##### Performance

- Avoid importing `IPython` if notebook cells do not contain magics
([#&#8203;3782](https://togithub.com/psf/black/issues/3782))
- Improve caching by comparing file hashes as fallback for mtime and
size ([#&#8203;3821](https://togithub.com/psf/black/issues/3821))

##### *Blackd*

- Fix an issue in `blackd` with single character input
([#&#8203;3558](https://togithub.com/psf/black/issues/3558))

##### Integrations

-   Black now has an
[official pre-commit
mirror](https://togithub.com/psf/black-pre-commit-mirror). Swapping
`https://github.com/psf/black` to
`https://github.com/psf/black-pre-commit-mirror` in
your `.pre-commit-config.yaml` will make Black about 2x faster
([#&#8203;3828](https://togithub.com/psf/black/issues/3828))
- The `.black.env` folder specified by `ENV_PATH` will now be removed on
the completion
of the GitHub Action
([#&#8203;3759](https://togithub.com/psf/black/issues/3759))

###
[`v23.7.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2370)

[Compare Source](https://togithub.com/psf/black/compare/23.3.0...23.7.0)

##### Highlights

- Runtime support for Python 3.7 has been removed. Formatting 3.7 code
will still be
supported until further notice
([#&#8203;3765](https://togithub.com/psf/black/issues/3765))

##### Stable style

- Fix a bug where an illegal trailing comma was added to return type
annotations using
PEP 604 unions
([#&#8203;3735](https://togithub.com/psf/black/issues/3735))
- Fix several bugs and crashes where comments in stub files were removed
or mishandled
under some circumstances
([#&#8203;3745](https://togithub.com/psf/black/issues/3745))
- Fix a crash with multi-line magic comments like `type: ignore` within
parentheses
    ([#&#8203;3740](https://togithub.com/psf/black/issues/3740))
- Fix error in AST validation when *Black* removes trailing whitespace
in a type comment
    ([#&#8203;3773](https://togithub.com/psf/black/issues/3773))

##### Preview style

- Implicitly concatenated strings used as function args are no longer
wrapped inside
parentheses ([#&#8203;3640](https://togithub.com/psf/black/issues/3640))
- Remove blank lines between a class definition and its docstring
([#&#8203;3692](https://togithub.com/psf/black/issues/3692))

##### Configuration

- The `--workers` argument to *Black* can now be specified via the
`BLACK_NUM_WORKERS`
environment variable
([#&#8203;3743](https://togithub.com/psf/black/issues/3743))
- `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by
default ([#&#8203;3691](https://togithub.com/psf/black/issues/3691))
- Fix *Black* not honouring `pyproject.toml` settings when running
`--stdin-filename`
and the `pyproject.toml` found isn't in the current working directory
([#&#8203;3719](https://togithub.com/psf/black/issues/3719))
- *Black* will now error if `exclude` and `extend-exclude` have invalid
data types in
`pyproject.toml`, instead of silently doing the wrong thing
([#&#8203;3764](https://togithub.com/psf/black/issues/3764))

##### Packaging

- Upgrade mypyc from 0.991 to 1.3
([#&#8203;3697](https://togithub.com/psf/black/issues/3697))
- Remove patching of Click that mitigated errors on Python 3.6 with
`LANG=C` ([#&#8203;3768](https://togithub.com/psf/black/issues/3768))

##### Parser

- Add support for the new PEP 695 syntax in Python 3.12
([#&#8203;3703](https://togithub.com/psf/black/issues/3703))

##### Performance

- Speed up *Black* significantly when the cache is full
([#&#8203;3751](https://togithub.com/psf/black/issues/3751))
- Avoid importing `IPython` in a case where we wouldn't need it
([#&#8203;3748](https://togithub.com/psf/black/issues/3748))

##### Output

- Use aware UTC datetimes internally, avoids deprecation warning on
Python 3.12 ([#&#8203;3728](https://togithub.com/psf/black/issues/3728))
- Change verbose logging to exactly mirror *Black*'s logic for source
discovery ([#&#8203;3749](https://togithub.com/psf/black/issues/3749))

##### *Blackd*

- The `blackd` argument parser now shows the default values for options
in their help
    text ([#&#8203;3712](https://togithub.com/psf/black/issues/3712))

##### Integrations

-   Black is now tested with
[`PYTHONWARNDEFAULTENCODING =
1`](https://docs.python.org/3/library/io.html#io-encoding-warning)
    ([#&#8203;3763](https://togithub.com/psf/black/issues/3763))
- Update GitHub Action to display black output in the job summary
([#&#8203;3688](https://togithub.com/psf/black/issues/3688))

##### Documentation

- Add a CITATION.cff file to the root of the repository, containing
metadata on how to
cite this software
([#&#8203;3723](https://togithub.com/psf/black/issues/3723))
- Update the *classes* and *exceptions* documentation in Developer
reference to match
the latest code base
([#&#8203;3755](https://togithub.com/psf/black/issues/3755))

</details>

<details>
<summary>PyCQA/flake8-bugbear (flake8-bugbear)</summary>

###
[`v23.9.16`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.9.16)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.7.10...23.9.16)

- add --classmethod-decorators
([#&#8203;405](https://togithub.com/PyCQA/flake8-bugbear/issues/405))
- fix name collision for node_stack on python 3.12
([#&#8203;406](https://togithub.com/PyCQA/flake8-bugbear/issues/406))
- Use pypa/build to build the package
([#&#8203;404](https://togithub.com/PyCQA/flake8-bugbear/issues/404))

###
[`v23.7.10`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.7.10)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.6.5...23.7.10)

- Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword
arguments.
- Fix a crash and several test failures on Python 3.12, all relating to
the B907
    check.
-   Declare support for Python 3.12.

###
[`v23.6.5`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.6.5)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.5.9...23.6.5)

- Include tox.ini in MANIFEST.in for sdist.
([#&#8203;389](https://togithub.com/PyCQA/flake8-bugbear/issues/389))
- Improve B033 (duplicate set items)
([#&#8203;385](https://togithub.com/PyCQA/flake8-bugbear/issues/385))

###
[`v23.5.9`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.5.9)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.23...23.5.9)

-   Add B033: Detect duplicate items in sets
- Add B908: Detect assertRauses like contexts only has top level
statements that could throw
- Add B028: Allow stacklevel to be explicitly assigned as a positional
argument
-   Remove more < 3.8 checks / assertions

###
[`v23.3.23`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.3.23)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.12...23.3.23)

-   flake8-bugbear is now >= 3.8.1 project like flake8>=6.0.0
- This has allowed some more modern AST usage cleanup and less CI
running etc.
- B030: Fix crash on certain unusual except handlers (e.g. `except
a[0].b:`)

</details>

<details>
<summary>adamchainz/flake8-comprehensions
(flake8-comprehensions)</summary>

###
[`v3.14.0`](https://togithub.com/adamchainz/flake8-comprehensions/blob/HEAD/CHANGELOG.rst#3140-2023-07-10)

[Compare
Source](https://togithub.com/adamchainz/flake8-comprehensions/compare/3.13.0...3.14.0)

-   Drop Python 3.7 support.

</details>

<details>
<summary>m-burst/flake8-pytest-style (flake8-pytest-style)</summary>

###
[`v1.7.2`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.1...v1.7.2)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.1...v1.7.2)

###
[`v1.7.1`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.1)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.1)

###
[`v1.7.0`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.6.0...v1.7.0)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.6.0...v1.7.0)

</details>

<details>
<summary>pycqa/isort (isort)</summary>

###
[`v5.12.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5120-January-28-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.11.5...5.12.0)

-   Removed support for Python 3.7
    -   Fixed incompatiblity with latest poetry version
    -   Added support for directory limitations within built in git hook

</details>

<details>
<summary>python/mypy (mypy)</summary>

### [`v1.6.1`](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

### [`v1.6.0`](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

### [`v1.5.1`](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1)

### [`v1.5.0`](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

</details>

<details>
<summary>pytest-dev/pytest (pytest)</summary>

###
[`v7.4.3`](https://togithub.com/pytest-dev/pytest/compare/7.4.2...v7.4.3)

[Compare
Source](https://togithub.com/pytest-dev/pytest/compare/7.4.2...v7.4.3)

</details>

<details>
<summary>pytest-dev/pytest-mock (pytest-mock)</summary>

###
[`v3.12.0`](https://togithub.com/pytest-dev/pytest-mock/blob/HEAD/CHANGELOG.rst#3120-2023-10-19)

[Compare
Source](https://togithub.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0)

-   Added support for Python 3.12.
-   Dropped support for EOL Python 3.7.
- `mocker.resetall()` now also resets mocks created by
`mocker.create_autospec` (`#390`\_).

..
\_#390:[pytest-dev/pytest-mock#390

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/downforeveryone).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate bot added a commit to allenporter/pyrainbird that referenced this issue Oct 25, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [psf/black](https://togithub.com/psf/black) | repository | patch |
`23.10.0` -> `23.10.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>psf/black (psf/black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintanence release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to allenporter/flux-local that referenced this issue Oct 25, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`==23.10.0` -> `==23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintanence release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to allenporter/flux-local that referenced this issue Oct 25, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [psf/black](https://togithub.com/psf/black) | repository | patch |
`23.10.0` -> `23.10.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>psf/black (psf/black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintanence release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
welpaolo pushed a commit to canonical/spark-k8s-toolkit-py that referenced this issue Oct 25, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.9.1` -> `23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.9.1/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.9.1/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [codespell](https://togithub.com/codespell-project/codespell) |
`2.2.5` -> `2.2.6` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/codespell/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/codespell/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/codespell/2.2.5/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/codespell/2.2.5/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [exceptiongroup](https://togithub.com/agronholm/exceptiongroup)
([changelog](https://togithub.com/agronholm/exceptiongroup/blob/main/CHANGES.rst))
| `==1.1.1` -> `==1.1.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/exceptiongroup/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/exceptiongroup/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/exceptiongroup/1.1.1/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/exceptiongroup/1.1.1/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [httpx](https://togithub.com/encode/httpx)
([changelog](https://togithub.com/encode/httpx/blob/master/CHANGELOG.md))
| `==0.24.1` -> `==0.25.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/httpx/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/httpx/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/httpx/0.24.1/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/httpx/0.24.1/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [lightkube-models](https://togithub.com/gtsystem/lightkube-models) |
`==1.27.1.4` -> `==1.28.1.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/lightkube-models/1.28.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/lightkube-models/1.28.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/lightkube-models/1.27.1.4/1.28.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/lightkube-models/1.27.1.4/1.28.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mypy](https://www.mypy-lang.org/)
([source](https://togithub.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) | `1.5.1` -> `1.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.5.1/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.5.1/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest](https://docs.pytest.org/en/latest/)
([source](https://togithub.com/pytest-dev/pytest),
[changelog](https://docs.pytest.org/en/stable/changelog.html)) | `7.4.2`
-> `7.4.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest/7.4.2/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/7.4.2/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest-mock](https://togithub.com/pytest-dev/pytest-mock)
([changelog](https://pytest-mock.readthedocs.io/en/latest/changelog.html))
| `3.11.1` -> `3.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pyyaml](https://pyyaml.org/)
([source](https://togithub.com/yaml/pyyaml)) | `==6.0` -> `==6.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pyyaml/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pyyaml/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pyyaml/6.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyyaml/6.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintanence release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[https://github.com/psf/black/issues/3968](https://togithub.com/psf/black/issues/3968)3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

</details>

<details>
<summary>codespell-project/codespell (codespell)</summary>

###
[`v2.2.6`](https://togithub.com/codespell-project/codespell/releases/tag/v2.2.6)

[Compare
Source](https://togithub.com/codespell-project/codespell/compare/v2.2.5...v2.2.6)

#### What's Changed

- Test to check our string escape word triggers on its own by
[@&#8203;peternewman](https://togithub.com/peternewman) in
[https://github.com/codespell-project/codespell/pull/2879](https://togithub.com/codespell-project/codespell/pull/2879)
- feat(dictionary): add additiional additional entry by
[@&#8203;IndexSeek](https://togithub.com/IndexSeek) in
[https://github.com/codespell-project/codespell/pull/2882](https://togithub.com/codespell-project/codespell/pull/2882)
- Add `currebtly` Misspelling by
[@&#8203;korverdev](https://togithub.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/2881](https://togithub.com/codespell-project/codespell/pull/2881)
- Add more typos for "approximate" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2884](https://togithub.com/codespell-project/codespell/pull/2884)
- Add new typos for "load" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2885](https://togithub.com/codespell-project/codespell/pull/2885)
- Add typos for "accommodate" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2886](https://togithub.com/codespell-project/codespell/pull/2886)
- Add spelling correction for 'prodive' by
[@&#8203;adrien-berchet](https://togithub.com/adrien-berchet) in
[https://github.com/codespell-project/codespell/pull/2889](https://togithub.com/codespell-project/codespell/pull/2889)
- Add `annhilate` Mispelling by
[@&#8203;korverdev](https://togithub.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/2891](https://togithub.com/codespell-project/codespell/pull/2891)
- Add alternative spelling corrections for "merget" by
[@&#8203;cfi-gb](https://togithub.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/2890](https://togithub.com/codespell-project/codespell/pull/2890)
- Add various typos by [@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2887](https://togithub.com/codespell-project/codespell/pull/2887)
- Add suffixes to existing typos by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2895](https://togithub.com/codespell-project/codespell/pull/2895)
- Add `twine` As Dev Dependency by
[@&#8203;korverdev](https://togithub.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/2901](https://togithub.com/codespell-project/codespell/pull/2901)
- frustrum->frustum by
[@&#8203;tkoyama010](https://togithub.com/tkoyama010) in
[https://github.com/codespell-project/codespell/pull/2899](https://togithub.com/codespell-project/codespell/pull/2899)
- Add several spelling corrections by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/2900](https://togithub.com/codespell-project/codespell/pull/2900)
- Add suffixes to existing typos, part 2 by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2902](https://togithub.com/codespell-project/codespell/pull/2902)
- Add iamges->images and cannel variants by
[@&#8203;peternewman](https://togithub.com/peternewman) in
[https://github.com/codespell-project/codespell/pull/2893](https://togithub.com/codespell-project/codespell/pull/2893)
- Add all corrections in
[#&#8203;2857](https://togithub.com/codespell-project/codespell/issues/2857)
by [@&#8203;janosh](https://togithub.com/janosh) in
[https://github.com/codespell-project/codespell/pull/2898](https://togithub.com/codespell-project/codespell/pull/2898)
- Add suffixes to typos that start with "a" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2905](https://togithub.com/codespell-project/codespell/pull/2905)
- Add suffixes to typos from "b" to "ch" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2906](https://togithub.com/codespell-project/codespell/pull/2906)
- Add suffixes to typos from "cop" to "cy" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2911](https://togithub.com/codespell-project/codespell/pull/2911)
- Add spelling corrections for upperace and lowerace. by
[@&#8203;cfi-gb](https://togithub.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/2909](https://togithub.com/codespell-project/codespell/pull/2909)
- Add suffixes to typos from "ci" to "con" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2907](https://togithub.com/codespell-project/codespell/pull/2907)
- Add variations of 'check' by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/2904](https://togithub.com/codespell-project/codespell/pull/2904)
- Add suffixes to typos that start with "de" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2913](https://togithub.com/codespell-project/codespell/pull/2913)
- Add suffixes to typos from "di" to "dy" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2914](https://togithub.com/codespell-project/codespell/pull/2914)
- Add suffixes to typos that start with "e" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2915](https://togithub.com/codespell-project/codespell/pull/2915)
- Add some spelling corrections by
[@&#8203;fxlb](https://togithub.com/fxlb) in
[https://github.com/codespell-project/codespell/pull/2918](https://togithub.com/codespell-project/codespell/pull/2918)
- Add suffixes to typos that start with "f" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2916](https://togithub.com/codespell-project/codespell/pull/2916)
- Add typos for "general", "generate", "generic" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2919](https://togithub.com/codespell-project/codespell/pull/2919)
- Move `dateset` to code by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2917](https://togithub.com/codespell-project/codespell/pull/2917)
- Add correction for "distict" by
[@&#8203;jdufresne](https://togithub.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/2910](https://togithub.com/codespell-project/codespell/pull/2910)
- Add several spelling corrections by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/2908](https://togithub.com/codespell-project/codespell/pull/2908)
- Add new suggestions for existing typos by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2921](https://togithub.com/codespell-project/codespell/pull/2921)
- Add suffixes to typos that start with "g" or "h" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2922](https://togithub.com/codespell-project/codespell/pull/2922)
- Dev Container by [@&#8203;korverdev](https://togithub.com/korverdev)
in
[https://github.com/codespell-project/codespell/pull/2903](https://togithub.com/codespell-project/codespell/pull/2903)
- Add postifx->postfix to code dictionary by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/2927](https://togithub.com/codespell-project/codespell/pull/2927)
- Add openes->opens, openness, to dictionary by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/2930](https://togithub.com/codespell-project/codespell/pull/2930)
- Add suffixes to typos from "ib" to "im" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2924](https://togithub.com/codespell-project/codespell/pull/2924)
- Add indepentend->independent by
[@&#8203;alxgu](https://togithub.com/alxgu) in
[https://github.com/codespell-project/codespell/pull/2892](https://togithub.com/codespell-project/codespell/pull/2892)
- Add several spelling corrections by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/2926](https://togithub.com/codespell-project/codespell/pull/2926)
- feat: Add collogue->colleague to dictionary by
[@&#8203;matthewfeickert](https://togithub.com/matthewfeickert) in
[https://github.com/codespell-project/codespell/pull/2923](https://togithub.com/codespell-project/codespell/pull/2923)
- Typos from OpenSSL 3.0 by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2883](https://togithub.com/codespell-project/codespell/pull/2883)
- Add suffixes to typos from "ip" to "k" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2931](https://togithub.com/codespell-project/codespell/pull/2931)
- Add suffixes to typos that start with "in" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2925](https://togithub.com/codespell-project/codespell/pull/2925)
- Add typos discovered in django/deps repository by
[@&#8203;jdufresne](https://togithub.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/2932](https://togithub.com/codespell-project/codespell/pull/2932)
- Add some archaic terms for Muslim to dictionary by
[@&#8203;skangas](https://togithub.com/skangas) in
[https://github.com/codespell-project/codespell/pull/2610](https://togithub.com/codespell-project/codespell/pull/2610)
- Add words from misspell's dictionary (A-1) by
[@&#8203;skangas](https://togithub.com/skangas) in
[https://github.com/codespell-project/codespell/pull/2748](https://togithub.com/codespell-project/codespell/pull/2748)
- Add suffixes to typos that start with "l" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2936](https://togithub.com/codespell-project/codespell/pull/2936)
- Add typo fix: reacord->record by
[@&#8203;jdufresne](https://togithub.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/2941](https://togithub.com/codespell-project/codespell/pull/2941)
- Add suffixes to typos that start with "m" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2937](https://togithub.com/codespell-project/codespell/pull/2937)
- Add suffixes to typos that start with "n" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2939](https://togithub.com/codespell-project/codespell/pull/2939)
- Add suffixes to typos that start with "o" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2940](https://togithub.com/codespell-project/codespell/pull/2940)
- Improve existing suggestions by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2943](https://togithub.com/codespell-project/codespell/pull/2943)
- Add vulnerabily->vulnerably, vulnerability, spelling correction. by
[@&#8203;cfi-gb](https://togithub.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/2946](https://togithub.com/codespell-project/codespell/pull/2946)
- Add suffixes to typos from "pa" to "pl" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2944](https://togithub.com/codespell-project/codespell/pull/2944)
- Add suffixes to typos from "po" to "pu" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2945](https://togithub.com/codespell-project/codespell/pull/2945)
- Allow words missing from aspell dictionaries by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2933](https://togithub.com/codespell-project/codespell/pull/2933)
- Add journalling->journaling to GB->EN dict by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/2371](https://togithub.com/codespell-project/codespell/pull/2371)
- Use large aspell dictionaries by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2947](https://togithub.com/codespell-project/codespell/pull/2947)
- Add suffixes to typos from "q" to "red" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2948](https://togithub.com/codespell-project/codespell/pull/2948)
- Add suffixes to typos from "ref" to "rep" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2949](https://togithub.com/codespell-project/codespell/pull/2949)
- Add suffixes to typos from "req" to "ry" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2950](https://togithub.com/codespell-project/codespell/pull/2950)
- Add suffixes to typos from "sa" to "se" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2951](https://togithub.com/codespell-project/codespell/pull/2951)
- Add suffixes to typos from "sh" to "sp" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2952](https://togithub.com/codespell-project/codespell/pull/2952)
- Add suffixes to typos from "sr" to "st" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2953](https://togithub.com/codespell-project/codespell/pull/2953)
- Remove a branch from `main()` to pass Ruff CI check. by
[@&#8203;korverdev](https://togithub.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/2962](https://togithub.com/codespell-project/codespell/pull/2962)
- Add suffixes to typos from "su" to "sz" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2954](https://togithub.com/codespell-project/codespell/pull/2954)
- Dictionary fixes by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2935](https://togithub.com/codespell-project/codespell/pull/2935)
- Add Pre-Commit as a dev dependency by
[@&#8203;korverdev](https://togithub.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/2959](https://togithub.com/codespell-project/codespell/pull/2959)
- Drop support for Python 3.7 by
[@&#8203;korverdev](https://togithub.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/2964](https://togithub.com/codespell-project/codespell/pull/2964)
- Fix pre-commit issues by
[@&#8203;kurtmckee](https://togithub.com/kurtmckee) in
[https://github.com/codespell-project/codespell/pull/2967](https://togithub.com/codespell-project/codespell/pull/2967)
- Add suffixes to typos that start with "t" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2965](https://togithub.com/codespell-project/codespell/pull/2965)
- Add suffixes to typos that start with "u" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2966](https://togithub.com/codespell-project/codespell/pull/2966)
- Add suffixes to typos that start with "v" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2970](https://togithub.com/codespell-project/codespell/pull/2970)
- Add suffixes to typos from "w" to "z" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2971](https://togithub.com/codespell-project/codespell/pull/2971)
- Add some new misspellings by
[@&#8203;Jeremiah-England](https://togithub.com/Jeremiah-England) in
[https://github.com/codespell-project/codespell/pull/2972](https://togithub.com/codespell-project/codespell/pull/2972)
- Add spelling corrections for defaoult and variants. by
[@&#8203;cfi-gb](https://togithub.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/2975](https://togithub.com/codespell-project/codespell/pull/2975)
- Fix the name of the extra word lists we load by
[@&#8203;peternewman](https://togithub.com/peternewman) in
[https://github.com/codespell-project/codespell/pull/2976](https://togithub.com/codespell-project/codespell/pull/2976)
- Add suffixes to typos from "aa" to "acc" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2974](https://togithub.com/codespell-project/codespell/pull/2974)
- Add suffixes to typos from "ace" to "ad" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2987](https://togithub.com/codespell-project/codespell/pull/2987)
- Add suffixes to typos from "af" to "al" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2988](https://togithub.com/codespell-project/codespell/pull/2988)
- Dictionary fixes by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2980](https://togithub.com/codespell-project/codespell/pull/2980)
- Add suffixes to typos from "am" to "an" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2989](https://togithub.com/codespell-project/codespell/pull/2989)
- Use pre-commit to sort the dictionaries by
[@&#8203;kurtmckee](https://togithub.com/kurtmckee) in
[https://github.com/codespell-project/codespell/pull/2973](https://togithub.com/codespell-project/codespell/pull/2973)
- Simpler dictionary parsing by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2986](https://togithub.com/codespell-project/codespell/pull/2986)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/2993](https://togithub.com/codespell-project/codespell/pull/2993)
- Add suffixes to typos that start with "ap" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2991](https://togithub.com/codespell-project/codespell/pull/2991)
- Half dozen new cases in `dictionary.txt` by
[@&#8203;janosh](https://togithub.com/janosh) in
[https://github.com/codespell-project/codespell/pull/2994](https://togithub.com/codespell-project/codespell/pull/2994)
- Add suffixes to typos that start with "ar" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2992](https://togithub.com/codespell-project/codespell/pull/2992)
- Add suffixes to typos that start with "as" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2997](https://togithub.com/codespell-project/codespell/pull/2997)
- Add suffixes to typos from "at" to "ay" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2998](https://togithub.com/codespell-project/codespell/pull/2998)
- Add suffixes to typos from "ba" to "be" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/2999](https://togithub.com/codespell-project/codespell/pull/2999)
- Add preperint typo by
[@&#8203;yarikoptic](https://togithub.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/2978](https://togithub.com/codespell-project/codespell/pull/2978)
- Add some typos found in a large documentation repo by
[@&#8203;kurtmckee](https://togithub.com/kurtmckee) in
[https://github.com/codespell-project/codespell/pull/3001](https://togithub.com/codespell-project/codespell/pull/3001)
- Add suffixes to typos from "bi" to "bu" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3002](https://togithub.com/codespell-project/codespell/pull/3002)
- Add suffixes to typos that start with "ca" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3003](https://togithub.com/codespell-project/codespell/pull/3003)
- Add some misspellings and refinements by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/3004](https://togithub.com/codespell-project/codespell/pull/3004)
- Add typo variations of background(s) by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/3006](https://togithub.com/codespell-project/codespell/pull/3006)
- Add more typos for "check" and similar by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3005](https://togithub.com/codespell-project/codespell/pull/3005)
- ...ter → ...tor by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2990](https://togithub.com/codespell-project/codespell/pull/2990)
- Add suffixes to typos from "ce" to "ci" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3008](https://togithub.com/codespell-project/codespell/pull/3008)
- Remove the grave accent (\`) from the default word regex by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2983](https://togithub.com/codespell-project/codespell/pull/2983)
- Add typo variations for 'enble'->'enable' to main dictionary by
[@&#8203;akien-mga](https://togithub.com/akien-mga) in
[https://github.com/codespell-project/codespell/pull/3010](https://togithub.com/codespell-project/codespell/pull/3010)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3011](https://togithub.com/codespell-project/codespell/pull/3011)
- Add suffixes to typos from "cl" to "col" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3009](https://togithub.com/codespell-project/codespell/pull/3009)
- Generate alternative typos with a translation table by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2985](https://togithub.com/codespell-project/codespell/pull/2985)
- Remove redundant linting CI workflows handled by pre-commit.ci by
[@&#8203;kurtmckee](https://togithub.com/kurtmckee) in
[https://github.com/codespell-project/codespell/pull/2969](https://togithub.com/codespell-project/codespell/pull/2969)
- Fix ruff lint error by [@&#8203;int-y1](https://togithub.com/int-y1)
in
[https://github.com/codespell-project/codespell/pull/3015](https://togithub.com/codespell-project/codespell/pull/3015)
- Add suffixes to typos that start with "com" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3012](https://togithub.com/codespell-project/codespell/pull/3012)
- Add spelling correction for information and variant. by
[@&#8203;cfi-gb](https://togithub.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3018](https://togithub.com/codespell-project/codespell/pull/3018)
- Replace local and CI workflow by pre-commit by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3020](https://togithub.com/codespell-project/codespell/pull/3020)
- Add fram->frame and friend by
[@&#8203;peternewman](https://togithub.com/peternewman) in
[https://github.com/codespell-project/codespell/pull/3016](https://togithub.com/codespell-project/codespell/pull/3016)
- Add typo variations of 'dispatch' by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/3007](https://togithub.com/codespell-project/codespell/pull/3007)
- Add more typos for "configure" and similar by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3013](https://togithub.com/codespell-project/codespell/pull/3013)
- Add suffixes to typos from "cona" to "conr" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3023](https://togithub.com/codespell-project/codespell/pull/3023)
- Add suffixes to typos from "cons" to "conv" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3025](https://togithub.com/codespell-project/codespell/pull/3025)
- Add more typos for "correspond" and similar by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3026](https://togithub.com/codespell-project/codespell/pull/3026)
- Adding articifial to artificial to `dictionary.txt` by
[@&#8203;jamesbraza](https://togithub.com/jamesbraza) in
[https://github.com/codespell-project/codespell/pull/3024](https://togithub.com/codespell-project/codespell/pull/3024)
- Move the valid word implementor in rare dictionary by
[@&#8203;fxlb](https://togithub.com/fxlb) in
[https://github.com/codespell-project/codespell/pull/3030](https://togithub.com/codespell-project/codespell/pull/3030)
- Typos from tcpdump and libpcap by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3031](https://togithub.com/codespell-project/codespell/pull/3031)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3033](https://togithub.com/codespell-project/codespell/pull/3033)
- Add suffixes to typos from "coo" to "coy" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3029](https://togithub.com/codespell-project/codespell/pull/3029)
- Add suffixes to typos from "cp" to "cy" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3032](https://togithub.com/codespell-project/codespell/pull/3032)
- Add suffixes to typos from "dc" to "den" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3034](https://togithub.com/codespell-project/codespell/pull/3034)
- Add suffixes to typos from "dep" to "der" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3036](https://togithub.com/codespell-project/codespell/pull/3036)
- \[pre-commit.ci] fix new ruff issue by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3042](https://togithub.com/codespell-project/codespell/pull/3042)
- Add suffixes to typos from "des" to "dev" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3039](https://togithub.com/codespell-project/codespell/pull/3039)
- Add suffixes to typos that start with "di" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3040](https://togithub.com/codespell-project/codespell/pull/3040)
- Add suffixes to typos from "do" to "dy" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3043](https://togithub.com/codespell-project/codespell/pull/3043)
- Add suffixes to typos from "ea" to "en" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3048](https://togithub.com/codespell-project/codespell/pull/3048)
- Add suffixes to typos from "ep" to "exe" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3049](https://togithub.com/codespell-project/codespell/pull/3049)
- Add suffixes to typos from "exi" to "exu" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3050](https://togithub.com/codespell-project/codespell/pull/3050)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3045](https://togithub.com/codespell-project/codespell/pull/3045)
- Update dictionary.txt by [@&#8203;janosh](https://togithub.com/janosh)
in
[https://github.com/codespell-project/codespell/pull/3035](https://togithub.com/codespell-project/codespell/pull/3035)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3051](https://togithub.com/codespell-project/codespell/pull/3051)
- Add suffixes to typos that start with "f" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3052](https://togithub.com/codespell-project/codespell/pull/3052)
- Add suffixes to typos from "g" to "h" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3053](https://togithub.com/codespell-project/codespell/pull/3053)
- Additions to `dictionary.txt` by
[@&#8203;janosh](https://togithub.com/janosh) in
[https://github.com/codespell-project/codespell/pull/3054](https://togithub.com/codespell-project/codespell/pull/3054)
- Modify structure of dict read from TOML to match dict read from INI by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3046](https://togithub.com/codespell-project/codespell/pull/3046)
- Add suffixes to typos from "id" to "inh" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3055](https://togithub.com/codespell-project/codespell/pull/3055)
- Add more typos for "initialize" and similar by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3056](https://togithub.com/codespell-project/codespell/pull/3056)
- Add suffixes to typos from "ini" to "it" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3059](https://togithub.com/codespell-project/codespell/pull/3059)
- Add suffixes to typos from "j" to "l" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3060](https://togithub.com/codespell-project/codespell/pull/3060)
- Add refinement to 'draing' typo by
[@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/3062](https://togithub.com/codespell-project/codespell/pull/3062)
- Add suffixes to typos from "ma" to "me" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3063](https://togithub.com/codespell-project/codespell/pull/3063)
- Add suffixes to typos from "mi" to "mu" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3064](https://togithub.com/codespell-project/codespell/pull/3064)
- Add more variations of "except" and "exempt" by
[@&#8203;barsnick](https://togithub.com/barsnick) in
[https://github.com/codespell-project/codespell/pull/3057](https://togithub.com/codespell-project/codespell/pull/3057)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3065](https://togithub.com/codespell-project/codespell/pull/3065)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codespell-project/codespell/pull/3066](https://togithub.com/codespell-project/codespell/pull/3066)
- Add spelling correction for "exis". by
[@&#8203;cfi-gb](https://togithub.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3067](https://togithub.com/codespell-project/codespell/pull/3067)
- Add followiing->following by
[@&#8203;alxgu](https://togithub.com/alxgu) in
[https://github.com/codespell-project/codespell/pull/3070](https://togithub.com/codespell-project/codespell/pull/3070)
- Add suffixes to typos that start with "n" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3068](https://togithub.com/codespell-project/codespell/pull/3068)
- Add suffixes to typos that start with "o" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3069](https://togithub.com/codespell-project/codespell/pull/3069)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3074](https://togithub.com/codespell-project/codespell/pull/3074)
- Add suffixes to typos that start with "pa" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3071](https://togithub.com/codespell-project/codespell/pull/3071)
- Add suffixes to typos from "pe" to "po" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3073](https://togithub.com/codespell-project/codespell/pull/3073)
- Get rid of typos with apostrophe replaced by semicolon by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3022](https://togithub.com/codespell-project/codespell/pull/3022)
- Add suffixes to typos from "pr" to "pu" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3075](https://togithub.com/codespell-project/codespell/pull/3075)
- Add handlong->handling by
[@&#8203;nils-van-zuijlen](https://togithub.com/nils-van-zuijlen) in
[https://github.com/codespell-project/codespell/pull/3076](https://togithub.com/codespell-project/codespell/pull/3076)
- Bump codecov/codecov-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codespell-project/codespell/pull/3078](https://togithub.com/codespell-project/codespell/pull/3078)
- Add suffixes to typos from "q" to "rec" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3077](https://togithub.com/codespell-project/codespell/pull/3077)
- Revert
[`b397a6e`](https://togithub.com/codespell-project/codespell/commit/b397a6e4)
/
[#&#8203;3078](https://togithub.com/codespell-project/codespell/issues/3078)
by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3080](https://togithub.com/codespell-project/codespell/pull/3080)
- Add various typos by [@&#8203;luzpaz](https://togithub.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/3079](https://togithub.com/codespell-project/codespell/pull/3079)
- Add suffixes to typos from "red" to "rep" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3081](https://togithub.com/codespell-project/codespell/pull/3081)
- Add suffixes to typos from "req" to "ru" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3083](https://togithub.com/codespell-project/codespell/pull/3083)
- Dictionary additions by [@&#8203;janosh](https://togithub.com/janosh)
in
[https://github.com/codespell-project/codespell/pull/3082](https://togithub.com/codespell-project/codespell/pull/3082)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3085](https://togithub.com/codespell-project/codespell/pull/3085)
- Add suffixes to typos from "sa" to "se" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3084](https://togithub.com/codespell-project/codespell/pull/3084)
- Add correction for havne't->haven't by
[@&#8203;cfi-gb](https://togithub.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3089](https://togithub.com/codespell-project/codespell/pull/3089)
- Add suffixes to typos from "sh" to "so" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3086](https://togithub.com/codespell-project/codespell/pull/3086)
- Add suffixes to typos from "sp" to "st" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3087](https://togithub.com/codespell-project/codespell/pull/3087)
- Add suffixes to typos from "su" to "sy" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3090](https://togithub.com/codespell-project/codespell/pull/3090)
- Add suffixes to typos from "ta" to "th" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3092](https://togithub.com/codespell-project/codespell/pull/3092)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3097](https://togithub.com/codespell-project/codespell/pull/3097)
- Add suffixes to typos from "ti" to "ty" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3094](https://togithub.com/codespell-project/codespell/pull/3094)
- Add suffixes to typos that start with "u" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3095](https://togithub.com/codespell-project/codespell/pull/3095)
- Add suffixes to typos from "v" to "z" by
[@&#8203;int-y1](https://togithub.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3096](https://togithub.com/codespell-project/codespell/pull/3096)
- many new typos from different repositories by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3021](https://togithub.com/codespell-project/codespell/pull/3021)
- fixing setuptool_scm dependency because the latest version is broken
by [@&#8203;tomrijntjes](https://togithub.com/tomrijntjes) in
[https://github.com/codespell-project/codespell/pull/3100](https://togithub.com/codespell-project/codespell/pull/3100)
- More typos by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3101](https://togithub.com/codespell-project/codespell/pull/3101)
- Use f-strings wherever possible by
[@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3102](https://togithub.com/codespell-project/codespell/pull/3102)

#### New Contributors

- [@&#8203;IndexSeek](https://togithub.com/IndexSeek) made their first
contribution in
[https://github.com/codespell-project/codespell/pull/2882](https://togithub.com/codespell-project/codespell/pull/2882)
- [@&#8203;alxgu](https://togithub.com/alxgu) made their first
contribution in
[https://github.com/codespell-project/codespell/pull/2892](https://togithub.com/codespell-project/codespell/pull/2892)
- [@&#8203;kurtmckee](https://togithub.com/kurtmckee) made their first
contribution in
[https://github.com/codespell-project/codespell/pull/2967](https://togithub.com/codespell-project/codespell/pull/2967)
- [@&#8203;Jeremiah-England](https://togithub.com/Jeremiah-England) made
their first contribution in
[https://github.com/codespell-project/codespell/pull/2972](https://togithub.com/codespell-project/codespell/pull/2972)
- [@&#8203;pre-commit-ci](https://togithub.com/pre-commit-ci) made their
first contribution in
[https://github.com/codespell-project/codespell/pull/2993](https://togithub.com/codespell-project/codespell/pull/2993)
- [@&#8203;jamesbraza](https://togithub.com/jamesbraza) made their first
contribution in
[https://github.com/codespell-project/codespell/pull/3024](https://togithub.com/codespell-project/codespell/pull/3024)
- [@&#8203;barsnick](https://togithub.com/barsnick) made their first
contribution in
[https://github.com/codespell-project/codespell/pull/3057](https://togithub.com/codespell-project/codespell/pull/3057)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/codespell-project/codespell/pull/3066](https://togithub.com/codespell-project/codespell/pull/3066)
- [@&#8203;tomrijntjes](https://togithub.com/tomrijntjes) made their
first contribution in
[https://github.com/codespell-project/codespell/pull/3100](https://togithub.com/codespell-project/codespell/pull/3100)

**Full Changelog**:
https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6

</details>

<details>
<summary>agronholm/exceptiongroup (exceptiongroup)</summary>

###
[`v1.1.3`](https://togithub.com/agronholm/exceptiongroup/compare/1.1.2...1.1.3)

[Compare
Source](https://togithub.com/agronholm/exceptiongroup/compare/1.1.2...1.1.3)

###
[`v1.1.2`](https://togithub.com/agronholm/exceptiongroup/compare/1.1.1...1.1.2)

[Compare
Source](https://togithub.com/agronholm/exceptiongroup/compare/1.1.1...1.1.2)

</details>

<details>
<summary>encode/httpx (httpx)</summary>

###
[`v0.25.0`](https://togithub.com/encode/httpx/blob/HEAD/CHANGELOG.md#0250-11th-Sep-2023)

[Compare
Source](https://togithub.com/encode/httpx/compare/0.24.1...0.25.0)

##### Removed

- Drop support for Python 3.7.
([#&#8203;2813](https://togithub.com/encode/httpx/issues/2813))

##### Added

- Support HTTPS proxies.
([#&#8203;2845](https://togithub.com/encode/httpx/issues/2845))
- Change the type of `Extensions` from `Mapping[Str, Any]` to
`MutableMapping[Str, Any]`.
([#&#8203;2803](https://togithub.com/encode/httpx/issues/2803))
- Add `socket_options` argument to `httpx.HTTPTransport` and
`httpx.AsyncHTTPTransport` classes.
([#&#8203;2716](https://togithub.com/encode/httpx/issues/2716))
- The `Response.raise_for_status()` method now returns the response
instance. For example: `data =
httpx.get('...').raise_for_status().json()`.
([#&#8203;2776](https://togithub.com/encode/httpx/issues/2776))

##### Fixed

- Return `500` error response instead of exceptions when
`raise_app_exceptions=False` is set on `ASGITransport`.
([#&#8203;2669](https://togithub.com/encode/httpx/issues/2669))
- Ensure all `WSGITransport` environs have a `SERVER_PROTOCOL`.
([#&#8203;2708](https://togithub.com/encode/httpx/issues/2708))
- Always encode forward slashes as `%2F` in query parameters
([#&#8203;2723](https://togithub.com/encode/httpx/issues/2723))
- Use Mozilla documentation instead of `httpstatuses.com` for HTTP error
reference
([#&#8203;2768](https://togithub.com/encode/httpx/issues/2768))

</details>

<details>
<summary>python/mypy (mypy)</summary>

### [`v1.6.1`](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

### [`v1.6.0`](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

</details>

<details>
<summary>pytest-dev/pytest (pytest)</summary>

###
[`v7.4.3`](https://togithub.com/pytest-dev/pytest/compare/7.4.2...v7.4.3)

[Compare
Source](https://togithub.com/pytest-dev/pytest/compare/7.4.2...v7.4.3)

</details>

<details>
<summary>pytest-dev/pytest-mock (pytest-mock)</summary>

###
[`v3.12.0`](https://togithub.com/pytest-dev/pytest-mock/blob/HEAD/CHANGELOG.rst#3120-2023-10-19)

[Compare
Source](https://togithub.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0)

-   Added support for Python 3.12.
-   Dropped support for EOL Python 3.7.
- `mocker.resetall()` now also resets mocks created by
`mocker.create_autospec` (`#390`\_).

..
\_#390:[https://github.com/pytest-dev/pytest-mock/pull/390](https://togithub.com/pytest-dev/pytest-mock/pull/390)0

</details>

<details>
<summary>yaml/pyyaml (pyyaml)</summary>

### [`v6.0.1`](https://togithub.com/yaml/pyyaml/compare/6.0...6.0.1)

[Compare Source](https://togithub.com/yaml/pyyaml/compare/6.0...6.0.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 1am and before 2am on saturday"
in timezone Etc/UTC, 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](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/canonical/spark-k8s-toolkit-py).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zMS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@JelleZijlstra
Copy link
Collaborator

The GitHub gods fixed it for us. (Or maybe we fixed it by reverting to 3.11 for some CI stuff?)

kodiakhq bot pushed a commit to cloudquery/plugin-pb-python that referenced this issue Nov 1, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [black](https://togithub.com/psf/black) ([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | minor | `==23.9.1` -> `==23.10.1` |

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

### [`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

-   Maintenance release to get a fix out for GitHub Action edge case ([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

-   Fix merging implicit multiline strings that have inline comments ([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
-   Allow empty first line after block open before a comment or compound statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

-   Change Dockerfile to hatch + compile black ([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

-   The summary output for GitHub workflows is now suppressible using the `summary`
    parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
-   Fix the action failing when Black check doesn't pass ([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken
[psf/black#3968

### [`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

-   Fix comments getting removed from inside parenthesized strings ([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

-   Fix long lines with power operators getting split before the line length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
-   Long type hints are now wrapped in parentheses and properly indented when split across
    multiple lines ([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
-   Magic trailing commas are now respected in return types. ([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
-   Require one empty line after module-level docstrings. ([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
-   Treat raw triple-quoted strings as docstrings ([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

-   Fix cache versioning logic when `BLACK_CACHE_DIR` is set ([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

-   Fix bug where attributes named `type` were not accepted inside `match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
-   Add support for PEP 695 type aliases containing lambdas and other unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

-   Black no longer attempts to provide special errors for attempting to format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
-   Black will more consistently print stacktraces on internal errors in verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

-   The action output displayed in the job summary is now wrapped in Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kodiakhq bot pushed a commit to cloudquery/plugin-sdk-python that referenced this issue Nov 1, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [black](https://togithub.com/psf/black) ([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | minor | `==23.9.1` -> `==23.10.1` |

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

### [`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

-   Maintenance release to get a fix out for GitHub Action edge case ([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

-   Fix merging implicit multiline strings that have inline comments ([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
-   Allow empty first line after block open before a comment or compound statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

-   Change Dockerfile to hatch + compile black ([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

-   The summary output for GitHub workflows is now suppressible using the `summary`
    parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
-   Fix the action failing when Black check doesn't pass ([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken
[psf/black#3968

### [`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

-   Fix comments getting removed from inside parenthesized strings ([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

-   Fix long lines with power operators getting split before the line length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
-   Long type hints are now wrapped in parentheses and properly indented when split across
    multiple lines ([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
-   Magic trailing commas are now respected in return types. ([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
-   Require one empty line after module-level docstrings. ([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
-   Treat raw triple-quoted strings as docstrings ([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

-   Fix cache versioning logic when `BLACK_CACHE_DIR` is set ([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

-   Fix bug where attributes named `type` were not accepted inside `match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
-   Add support for PEP 695 type aliases containing lambdas and other unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

-   Black no longer attempts to provide special errors for attempting to format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
-   Black will more consistently print stacktraces on internal errors in verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

-   The action output displayed in the job summary is now wrapped in Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate bot added a commit to fulcrum-so/ziggy-pydust-template that referenced this issue Nov 3, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.9.1` -> `23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.9.1/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.9.1/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fulcrum-so/ziggy-pydust-template).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to fulcrum-so/ziggy-pydust that referenced this issue Nov 3, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.10.0` -> `23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fulcrum-so/ziggy-pydust).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
AlexWaygood added a commit to AlexWaygood/typeshed-stats that referenced this issue Nov 6, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [docs/MarkDown](https://togithub.com/Python-Markdown/markdown)
([changelog](https://togithub.com/Python-Markdown/markdown/blob/master/docs/change_log/index.md))
| `==3.5` -> `==3.5.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fMarkDown/3.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fMarkDown/3.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fMarkDown/3.5/3.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fMarkDown/3.5/3.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[docs/mkdocs-macros-plugin](https://togithub.com/fralau/mkdocs_macros_plugin)
| `==1.0.4` -> `==1.0.5` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fmkdocs-macros-plugin/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fmkdocs-macros-plugin/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fmkdocs-macros-plugin/1.0.4/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fmkdocs-macros-plugin/1.0.4/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [docs/mkdocs-material](https://togithub.com/squidfunk/mkdocs-material)
| `==9.4.6` -> `==9.4.8` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fmkdocs-material/9.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fmkdocs-material/9.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fmkdocs-material/9.4.6/9.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fmkdocs-material/9.4.6/9.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [misc-lint/black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`==23.10.0` -> `==23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/misc-lint%2fblack/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/misc-lint%2fblack/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/misc-lint%2fblack/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/misc-lint%2fblack/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [misc-lint/ruff](https://docs.astral.sh/ruff)
([source](https://togithub.com/astral-sh/ruff),
[changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md))
| `==0.1.0` -> `==0.1.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/misc-lint%2fruff/0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/misc-lint%2fruff/0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/misc-lint%2fruff/0.1.0/0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/misc-lint%2fruff/0.1.0/0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest/pytest](https://docs.pytest.org/en/latest/)
([source](https://togithub.com/pytest-dev/pytest),
[changelog](https://docs.pytest.org/en/stable/changelog.html)) |
`==7.4.2` -> `==7.4.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest%2fpytest/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest%2fpytest/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest%2fpytest/7.4.2/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest%2fpytest/7.4.2/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest/pytest-mock](https://togithub.com/pytest-dev/pytest-mock)
([changelog](https://pytest-mock.readthedocs.io/en/latest/changelog.html))
| `==3.11.1` -> `==3.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest%2fpytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest%2fpytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest%2fpytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest%2fpytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typecheck/types-Markdown](https://togithub.com/python/typeshed)
([changelog](https://togithub.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/Markdown.md))
| `==3.5.0.0` -> `==3.5.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/typecheck%2ftypes-Markdown/3.5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typecheck%2ftypes-Markdown/3.5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typecheck%2ftypes-Markdown/3.5.0.0/3.5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typecheck%2ftypes-Markdown/3.5.0.0/3.5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typecheck/types-beautifulsoup4](https://togithub.com/python/typeshed)
([changelog](https://togithub.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/beautifulsoup4.md))
| `==4.12.0.6` -> `==4.12.0.7` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/typecheck%2ftypes-beautifulsoup4/4.12.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typecheck%2ftypes-beautifulsoup4/4.12.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typecheck%2ftypes-beautifulsoup4/4.12.0.6/4.12.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typecheck%2ftypes-beautifulsoup4/4.12.0.6/4.12.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Python-Markdown/markdown (docs/MarkDown)</summary>

###
[`v3.5.1`](https://togithub.com/Python-Markdown/markdown/releases/tag/3.5.1)

[Compare
Source](https://togithub.com/Python-Markdown/markdown/compare/3.5...3.5.1)

##### Fixed

- Fix a performance problem with HTML extraction where large HTML input
could
trigger quadratic line counting behavior
([#&#8203;1392](https://togithub.com/Python-Markdown/markdown/issues/1392)).
- Improve and expand type annotations in the code base
([#&#8203;1394](https://togithub.com/Python-Markdown/markdown/issues/1394)).

</details>

<details>
<summary>fralau/mkdocs_macros_plugin
(docs/mkdocs-macros-plugin)</summary>

###
[`v1.0.5`](https://togithub.com/fralau/mkdocs_macros_plugin/blob/HEAD/CHANGELOG.md#105-2023-10-31)

[Compare
Source](https://togithub.com/fralau/mkdocs_macros_plugin/compare/v1.0.4...v1.0.5)

- Added: git.short_tag
([#&#8203;183](https://togithub.com/fralau/mkdocs_macros_plugin/issues/183))
-   Added: Mermaid diagrams in the documentation (Readthedocs)
- Fixed: Changelog was no longer displayed
([#&#8203;186](https://togithub.com/fralau/mkdocs_macros_plugin/issues/186))

</details>

<details>
<summary>squidfunk/mkdocs-material (docs/mkdocs-material)</summary>

###
[`v9.4.8`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.4.8):
mkdocs-material-9.4.8

[Compare
Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.4.7...9.4.8)

-   Fixed invalid local address replacement when using instant loading
- Fixed
[#&#8203;6275](https://togithub.com/squidfunk/mkdocs-material/issues/6275):
Crash after navigation caused 404 when using instant loading

###
[`v9.4.7`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.4.7):
mkdocs-material-9.4.7

[Compare
Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.4.6...9.4.7)

-   Added Azerbaijani translations

</details>

<details>
<summary>psf/black (misc-lint/black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

<details>
<summary>astral-sh/ruff (misc-lint/ruff)</summary>

###
[`v0.1.4`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#014)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.1.3...v0.1.4)

##### Preview features

- \[`flake8-trio`] Implement `timeout-without-await` (`TRIO001`)
([#&#8203;8439](https://togithub.com/astral-sh/ruff/pull/8439))
- \[`numpy`] Implement NumPy 2.0 migration rule (`NPY200`)
([#&#8203;7702](https://togithub.com/astral-sh/ruff/pull/7702))
- \[`pylint`] Implement `bad-open-mode` (`W1501`)
([#&#8203;8294](https://togithub.com/astral-sh/ruff/pull/8294))
- \[`pylint`] Implement `import-outside-toplevel` (`C0415`) rule
([#&#8203;5180](https://togithub.com/astral-sh/ruff/pull/5180))
- \[`pylint`] Implement `useless-with-lock` (`W2101`)
([#&#8203;8321](https://togithub.com/astral-sh/ruff/pull/8321))
- \[`pyupgrade`] Implement `timeout-error-alias` (`UP041`)
([#&#8203;8476](https://togithub.com/astral-sh/ruff/pull/8476))
- \[`refurb`] Implement `isinstance-type-none` (`FURB168`)
([#&#8203;8308](https://togithub.com/astral-sh/ruff/pull/8308))
- Detect confusable Unicode-to-Unicode units in `RUF001`, `RUF002`, and
`RUF003` ([#&#8203;4430](https://togithub.com/astral-sh/ruff/pull/4430))
- Add newline after module docstrings in preview style
([#&#8203;8283](https://togithub.com/astral-sh/ruff/pull/8283))

##### Formatter

- Add a note on line-too-long to the formatter docs
([#&#8203;8314](https://togithub.com/astral-sh/ruff/pull/8314))
- Preserve trailing statement semicolons when using `fmt: skip`
([#&#8203;8273](https://togithub.com/astral-sh/ruff/pull/8273))
- Preserve trailing semicolons when using `fmt: off`
([#&#8203;8275](https://togithub.com/astral-sh/ruff/pull/8275))
- Avoid duplicating linter-formatter compatibility warnings
([#&#8203;8292](https://togithub.com/astral-sh/ruff/pull/8292))
- Avoid inserting a newline after function docstrings
([#&#8203;8375](https://togithub.com/astral-sh/ruff/pull/8375))
- Insert newline between docstring and following own line comment
([#&#8203;8216](https://togithub.com/astral-sh/ruff/pull/8216))
- Split tuples in return positions by comma first
([#&#8203;8280](https://togithub.com/astral-sh/ruff/pull/8280))
- Avoid treating byte strings as docstrings
([#&#8203;8350](https://togithub.com/astral-sh/ruff/pull/8350))
- Add `--line-length` option to `format` command
([#&#8203;8363](https://togithub.com/astral-sh/ruff/pull/8363))
- Avoid parenthesizing unsplittable because of comments
([#&#8203;8431](https://togithub.com/astral-sh/ruff/pull/8431))

##### CLI

- Add `--output-format` to `ruff rule` and `ruff linter`
([#&#8203;8203](https://togithub.com/astral-sh/ruff/pull/8203))

##### Bug fixes

- Respect `--force-exclude` in `lint.exclude` and `format.exclude`
([#&#8203;8393](https://togithub.com/astral-sh/ruff/pull/8393))
- Respect `--extend-per-file-ignores` on the CLI
([#&#8203;8329](https://togithub.com/astral-sh/ruff/pull/8329))
- Extend `bad-dunder-method-name` to permit `__index__`
([#&#8203;8300](https://togithub.com/astral-sh/ruff/pull/8300))
- Fix panic with 8 in octal escape
([#&#8203;8356](https://togithub.com/astral-sh/ruff/pull/8356))
- Avoid raising `D300` when both triple quote styles are present
([#&#8203;8462](https://togithub.com/astral-sh/ruff/pull/8462))
- Consider unterminated f-strings in `FStringRanges`
([#&#8203;8154](https://togithub.com/astral-sh/ruff/pull/8154))
- Avoid including literal `shell=True` for truthy, non-`True`
diagnostics
([#&#8203;8359](https://togithub.com/astral-sh/ruff/pull/8359))
- Avoid triggering single-element test for starred expressions
([#&#8203;8433](https://togithub.com/astral-sh/ruff/pull/8433))
- Detect and ignore Jupyter automagics
([#&#8203;8398](https://togithub.com/astral-sh/ruff/pull/8398))
- Fix invalid E231 error with f-strings
([#&#8203;8369](https://togithub.com/astral-sh/ruff/pull/8369))
- Avoid triggering `NamedTuple` rewrite with starred annotation
([#&#8203;8434](https://togithub.com/astral-sh/ruff/pull/8434))
- Avoid un-setting bracket flag in logical lines
([#&#8203;8380](https://togithub.com/astral-sh/ruff/pull/8380))
- Place 'r' prefix before 'f' for raw format strings
([#&#8203;8464](https://togithub.com/astral-sh/ruff/pull/8464))
- Remove trailing periods from NumPy 2.0 code actions
([#&#8203;8475](https://togithub.com/astral-sh/ruff/pull/8475))
- Fix bug where `PLE1307` was raised when formatting `%c` with
characters
([#&#8203;8407](https://togithub.com/astral-sh/ruff/pull/8407))
- Remove unicode flag from comparable
([#&#8203;8440](https://togithub.com/astral-sh/ruff/pull/8440))
- Improve B015 message
([#&#8203;8295](https://togithub.com/astral-sh/ruff/pull/8295))
- Use `fixedOverflowWidgets` for playground popover
([#&#8203;8458](https://togithub.com/astral-sh/ruff/pull/8458))
- Mark `byte_bounds` as a non-backwards-compatible NumPy 2.0 change
([#&#8203;8474](https://togithub.com/astral-sh/ruff/pull/8474))

##### Internals

- Add a dedicated cache directory per Ruff version
([#&#8203;8333](https://togithub.com/astral-sh/ruff/pull/8333))
- Allow selective caching for `--fix` and `--diff`
([#&#8203;8316](https://togithub.com/astral-sh/ruff/pull/8316))
- Improve performance of comment parsing
([#&#8203;8193](https://togithub.com/astral-sh/ruff/pull/8193))
- Improve performance of string parsing
([#&#8203;8227](https://togithub.com/astral-sh/ruff/pull/8227))
- Use a dedicated sort key for isort import sorting
([#&#8203;7963](https://togithub.com/astral-sh/ruff/pull/7963))

###
[`v0.1.3`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#013)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.1.2...v0.1.3)

This release includes a variety of improvements to the Ruff formatter,
removing several known and
unintentional deviations from Black.

##### Formatter

- Avoid space around pow for `None`, `True` and `False`
([#&#8203;8189](https://togithub.com/astral-sh/ruff/pull/8189))
- Avoid sorting all paths in the format command
([#&#8203;8181](https://togithub.com/astral-sh/ruff/pull/8181))
- Insert necessary blank line between class and leading comments
([#&#8203;8224](https://togithub.com/astral-sh/ruff/pull/8224))
- Avoid introducing new parentheses in annotated assignments
([#&#8203;8233](https://togithub.com/astral-sh/ruff/pull/8233))
- Refine the warnings about incompatible linter options
([#&#8203;8196](https://togithub.com/astral-sh/ruff/pull/8196))
- Add test and basic implementation for formatter preview mode
([#&#8203;8044](https://togithub.com/astral-sh/ruff/pull/8044))
- Refine warning about incompatible `isort` settings
([#&#8203;8192](https://togithub.com/astral-sh/ruff/pull/8192))
- Only omit optional parentheses for starting or ending with parentheses
([#&#8203;8238](https://togithub.com/astral-sh/ruff/pull/8238))
- Use source type to determine parser mode for formatting
([#&#8203;8205](https://togithub.com/astral-sh/ruff/pull/8205))
- Don't warn about magic trailing comma when `isort.force-single-line`
is true ([#&#8203;8244](https://togithub.com/astral-sh/ruff/pull/8244))
- Use `SourceKind::diff` for formatter
([#&#8203;8240](https://togithub.com/astral-sh/ruff/pull/8240))
- Fix `fmt:off` with trailing child comment
([#&#8203;8234](https://togithub.com/astral-sh/ruff/pull/8234))
- Formatter parentheses support for `IpyEscapeCommand`
([#&#8203;8207](https://togithub.com/astral-sh/ruff/pull/8207))

##### Linter

- \[`pylint`] Add buffer methods to `bad-dunder-method-name` (`PLW3201`)
exclusions
([#&#8203;8190](https://togithub.com/astral-sh/ruff/pull/8190))
- Match rule prefixes from `external` codes setting in `unused-noqa`
([#&#8203;8177](https://togithub.com/astral-sh/ruff/pull/8177))
- Use `line-length` setting for isort in lieu of
`pycodestyle.max-line-length`
([#&#8203;8235](https://togithub.com/astral-sh/ruff/pull/8235))
- Update fix for `unnecessary-paren-on-raise-exception` to unsafe for
unknown types
([#&#8203;8231](https://togithub.com/astral-sh/ruff/pull/8231))
- Correct quick fix message for `W605`
([#&#8203;8255](https://togithub.com/astral-sh/ruff/pull/8255))

##### Documentation

- Fix typo in max-doc-length documentation
([#&#8203;8201](https://togithub.com/astral-sh/ruff/pull/8201))
- Improve documentation around linter-formatter conflicts
([#&#8203;8257](https://togithub.com/astral-sh/ruff/pull/8257))
- Fix link to error suppression documentation in `unused-noqa`
([#&#8203;8172](https://togithub.com/astral-sh/ruff/pull/8172))
- Add `external` option to `unused-noqa` documentation
([#&#8203;8171](https://togithub.com/astral-sh/ruff/pull/8171))
- Add title attribute to icons
([#&#8203;8060](https://togithub.com/astral-sh/ruff/pull/8060))
- Clarify unsafe case in RSE102
([#&#8203;8256](https://togithub.com/astral-sh/ruff/pull/8256))
- Fix skipping formatting examples
([#&#8203;8210](https://togithub.com/astral-sh/ruff/pull/8210))
- docs: fix name of `magic-trailing-comma` option in README
([#&#8203;8200](https://togithub.com/astral-sh/ruff/pull/8200))
- Add note about scope of rule changing in versioning policy
([#&#8203;8169](https://togithub.com/astral-sh/ruff/pull/8169))
- Document: Fix default lint rules
([#&#8203;8218](https://togithub.com/astral-sh/ruff/pull/8218))
- Fix a wrong setting in configuration.md
([#&#8203;8186](https://togithub.com/astral-sh/ruff/pull/8186))
- Fix misspelled TOML headers in the tutorial
([#&#8203;8209](https://togithub.com/astral-sh/ruff/pull/8209))

###
[`v0.1.2`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#012)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.1.1...v0.1.2)

This release includes the Beta version of the Ruff formatter — an
extremely fast, Black-compatible Python formatter.
Try it today with `ruff format`! [Check out the blog
post](https://astral.sh/blog/the-ruff-formatter) and [read the
docs](https://docs.astral.sh/ruff/formatter/).

##### Preview features

- \[`pylint`] Implement `non-ascii-module-import` (`C2403`)
([#&#8203;8056](https://togithub.com/astral-sh/ruff/pull/8056))
- \[`pylint`] implement `non-ascii-name` (`C2401`)
([#&#8203;8038](https://togithub.com/astral-sh/ruff/pull/8038))
- \[`pylint`] Implement unnecessary-lambda (W0108)
([#&#8203;7953](https://togithub.com/astral-sh/ruff/pull/7953))
- \[`refurb`] Implement `read-whole-file` (`FURB101`)
([#&#8203;7682](https://togithub.com/astral-sh/ruff/pull/7682))
- Add fix for `E223`, `E224`, and `E242`
([#&#8203;8143](https://togithub.com/astral-sh/ruff/pull/8143))
- Add fix for `E225`, `E226`, `E227`, and `E228`
([#&#8203;8136](https://togithub.com/astral-sh/ruff/pull/8136))
- Add fix for `E252`
([#&#8203;8142](https://togithub.com/astral-sh/ruff/pull/8142))
- Add fix for `E261`
([#&#8203;8114](https://togithub.com/astral-sh/ruff/pull/8114))
- Add fix for `E273` and `E274`
([#&#8203;8144](https://togithub.com/astral-sh/ruff/pull/8144))
- Add fix for `E275`
([#&#8203;8133](https://togithub.com/astral-sh/ruff/pull/8133))
- Update `SIM401` to catch ternary operations
([#&#8203;7415](https://togithub.com/astral-sh/ruff/pull/7415))
- Update `E721` to allow `is` and `is` not for direct type comparisons
([#&#8203;7905](https://togithub.com/astral-sh/ruff/pull/7905))

##### Rule changes

- Add `backports.strenum` to `deprecated-imports`
([#&#8203;8113](https://togithub.com/astral-sh/ruff/pull/8113))
- Update `SIM112` to ignore `https_proxy`, `http_proxy`, and `no_proxy`
([#&#8203;8140](https://togithub.com/astral-sh/ruff/pull/8140))
- Update fix for `literal-membership` (`PLR6201`) to be unsafe
([#&#8203;8097](https://togithub.com/astral-sh/ruff/pull/8097))
- Update fix for `mutable-argument-defaults` (`B006`) to be unsafe
([#&#8203;8108](https://togithub.com/astral-sh/ruff/pull/8108))

##### Formatter

- Change `line-ending` default to `auto`
([#&#8203;8057](https://togithub.com/astral-sh/ruff/pull/8057))
- Respect parenthesized generators in `has_own_parentheses`
([#&#8203;8100](https://togithub.com/astral-sh/ruff/pull/8100))
- Add caching to formatter
([#&#8203;8089](https://togithub.com/astral-sh/ruff/pull/8089))
- Remove `--line-length` option from `format` command
([#&#8203;8131](https://togithub.com/astral-sh/ruff/pull/8131))
- Add formatter to `line-length` documentation
([#&#8203;8150](https://togithub.com/astral-sh/ruff/pull/8150))
- Warn about incompatible formatter options
([#&#8203;8088](https://togithub.com/astral-sh/ruff/pull/8088))
- Fix range of unparenthesized tuple subject in match statement
([#&#8203;8101](https://togithub.com/astral-sh/ruff/pull/8101))
- Remove experimental formatter warning
([#&#8203;8148](https://togithub.com/astral-sh/ruff/pull/8148))
- Don't move type param opening parenthesis comment
([#&#8203;8163](https://togithub.com/astral-sh/ruff/pull/8163))
- Update versions in format benchmark script
([#&#8203;8110](https://togithub.com/astral-sh/ruff/pull/8110))
- Avoid loading files for cached format results
([#&#8203;8134](https://togithub.com/astral-sh/ruff/pull/8134))

##### CLI

- Show the `ruff format` command in help menus
([#&#8203;8167](https://togithub.com/astral-sh/ruff/pull/8167))
- Add `ruff version` command with long version display
([#&#8203;8034](https://togithub.com/astral-sh/ruff/pull/8034))

##### Configuration

- New `pycodestyle.max-line-length` option
([#&#8203;8039](https://togithub.com/astral-sh/ruff/pull/8039))

##### Bug fixes

- Detect `sys.version_info` slices in `outdated-version-block`
([#&#8203;8112](https://togithub.com/astral-sh/ruff/pull/8112))
- Avoid if-else simplification for `TYPE_CHECKING` blocks
([#&#8203;8072](https://togithub.com/astral-sh/ruff/pull/8072))
- Avoid false-positive print separator diagnostic with starred argument
([#&#8203;8079](https://togithub.com/astral-sh/ruff/pull/8079))

##### Documentation

- Fix message for `too-many-arguments` lint
([#&#8203;8092](https://togithub.com/astral-sh/ruff/pull/8092))
- Fix `extend-unsafe-fixes` and `extend-safe-fixes` example
([#&#8203;8139](https://togithub.com/astral-sh/ruff/pull/8139))
- Add links to `flake8-import-conventions` options
([#&#8203;8115](https://togithub.com/astral-sh/ruff/pull/8115))
- Rework the documentation to incorporate the Ruff formatter
([#&#8203;7732](https://togithub.com/astral-sh/ruff/pull/7732))
- Fix `Options` JSON schema description
([#&#8203;8081](https://togithub.com/astral-sh/ruff/pull/8081))
- Fix typo (`pytext` -> `pytest`)
([#&#8203;8117](https://togithub.com/astral-sh/ruff/pull/8117))
- Improve `magic-value-comparison` example in docs
([#&#8203;8111](https://togithub.com/astral-sh/ruff/pull/8111))

###
[`v0.1.1`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#011)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.1.0...v0.1.1)

##### Rule changes

- Add unsafe fix for `escape-sequence-in-docstring` (`D301`)
([#&#8203;7970](https://togithub.com/astral-sh/ruff/pull/7970))

##### Configuration

- Respect `#(deprecated)` attribute in configuration options
([#&#8203;8035](https://togithub.com/astral-sh/ruff/pull/8035))
- Add `[format|lint].exclude` options
([#&#8203;8000](https://togithub.com/astral-sh/ruff/pull/8000))
- Respect `tab-size` setting in formatter
([#&#8203;8006](https://togithub.com/astral-sh/ruff/pull/8006))
- Add `lint.preview`
([#&#8203;8002](https://togithub.com/astral-sh/ruff/pull/8002))

##### Preview features

- \[`pylint`] Implement `literal-membership` (`PLR6201`)
([#&#8203;7973](https://togithub.com/astral-sh/ruff/pull/7973))
- \[`pylint`] Implement `too-many-boolean-expressions` (`PLR0916`)
([#&#8203;7975](https://togithub.com/astral-sh/ruff/pull/7975))
- \[`pylint`] Implement `misplaced-bare-raise` (`E0704`)
([#&#8203;7961](https://togithub.com/astral-sh/ruff/pull/7961))
- \[`pylint`] Implement `global-at-module-level` (`W0604`)
([#&#8203;8058](https://togithub.com/astral-sh/ruff/pull/8058))
- \[`pylint`] Implement `unspecified-encoding` (`PLW1514`)
([#&#8203;7939](https://togithub.com/astral-sh/ruff/pull/7939))
- Add fix for `triple-single-quotes` (`D300`)
([#&#8203;7967](https://togithub.com/astral-sh/ruff/pull/7967))

##### Formatter

- New code style badge for `ruff format`
([#&#8203;7878](https://togithub.com/astral-sh/ruff/pull/7878))
- Fix comments outside expression parentheses
([#&#8203;7873](https://togithub.com/astral-sh/ruff/pull/7873))
- Add `--target-version` to `ruff format`
([#&#8203;8055](https://togithub.com/astral-sh/ruff/pull/8055))
- Skip over parentheses when detecting `in` keyword
([#&#8203;8054](https://togithub.com/astral-sh/ruff/pull/8054))
- Add `--diff` option to `ruff format`
([#&#8203;7937](https://togithub.com/astral-sh/ruff/pull/7937))
- Insert newline after nested function or class statements
([#&#8203;7946](https://togithub.com/astral-sh/ruff/pull/7946))
- Use `pass` over ellipsis in non-function/class contexts
([#&#8203;8049](https://togithub.com/astral-sh/ruff/pull/8049))

##### Bug fixes

- Lazily evaluate all PEP 695 type alias values
([#&#8203;8033](https://togithub.com/astral-sh/ruff/pull/8033))
- Avoid failed assertion when showing fixes from stdin
([#&#8203;8029](https://togithub.com/astral-sh/ruff/pull/8029))
- Avoid flagging HTTP and HTTPS literals in urllib-open
([#&#8203;8046](https://togithub.com/astral-sh/ruff/pull/8046))
- Avoid flagging `bad-dunder-method-name` for `_`
([#&#8203;8015](https://togithub.com/astral-sh/ruff/pull/8015))
- Remove Python 2-only methods from `URLOpen` audit
([#&#8203;8047](https://togithub.com/astral-sh/ruff/pull/8047))
- Use set bracket replacement for `iteration-over-set` to preserve
whitespace and comments
([#&#8203;8001](https://togithub.com/astral-sh/ruff/pull/8001))

##### Documentation

- Update tutorial to match revised Ruff defaults
([#&#8203;8066](https://togithub.com/astral-sh/ruff/pull/8066))
- Update rule `B005` docs
([#&#8203;8028](https://togithub.com/astral-sh/ruff/pull/8028))
- Update GitHub actions example in docs to use `--output-format`
([#&#8203;8014](https://togithub.com/astral-sh/ruff/pull/8014))
- Document `lint.preview` and `format.preview`
([#&#8203;8032](https://togithub.com/astral-sh/ruff/pull/8032))
- Clarify that new rules should be added to `RuleGroup::Preview`.
([#&#8203;7989](https://togithub.com/astral-sh/ruff/pull/7989))

</details>

<details>
<summary>pytest-dev/pytest (pytest/pytest)</summary>

###
[`v7.4.3`](https://togithub.com/pytest-dev/pytest/releases/tag/v7.4.3):
pytest 7.4.3 (2023-10-24)

[Compare
Source](https://togithub.com/pytest-dev/pytest/compare/7.4.2...v7.4.3)

## Bug Fixes

- [#&#8203;10447](https://togithub.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.

- [#&#8203;11239](https://togithub.com/pytest-dev/pytest/issues/11239):
Fixed `:=` in asserts impacting unrelated test cases.

- [#&#8203;11439](https://togithub.com/pytest-dev/pytest/issues/11439):
Handled an edge case where :data:`sys.stderr` might already be closed
when :ref:`faulthandler` is tearing down.

</details>

<details>
<summary>pytest-dev/pytest-mock (pytest/pytest-mock)</summary>

###
[`v3.12.0`](https://togithub.com/pytest-dev/pytest-mock/blob/HEAD/CHANGELOG.rst#3120-2023-10-19)

[Compare
Source](https://togithub.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0)

-   Added support for Python 3.12.
-   Dropped support for EOL Python 3.7.
- `mocker.resetall()` now also resets mocks created by
`mocker.create_autospec` (`#390`\_).

..
\_#390:[pytest-dev/pytest-mock#390

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every 3 months on the first day of
the month" (UTC), 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](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/AlexWaygood/typeshed-stats).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
lengau pushed a commit to canonical/craftcraft that referenced this issue Nov 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dev/pytest](https://docs.pytest.org/en/latest/)
([source](https://togithub.com/pytest-dev/pytest),
[changelog](https://docs.pytest.org/en/stable/changelog.html)) |
`==7.4.2` -> `==7.4.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/dev%2fpytest/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/dev%2fpytest/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/dev%2fpytest/7.4.2/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/dev%2fpytest/7.4.2/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [lint/black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`==23.10.0` -> `==23.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/lint%2fblack/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/lint%2fblack/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/lint%2fblack/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/lint%2fblack/23.10.0/23.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [lint/ruff](https://docs.astral.sh/ruff)
([source](https://togithub.com/astral-sh/ruff),
[changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md))
| `==0.1.1` -> `==0.1.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/lint%2fruff/0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/lint%2fruff/0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/lint%2fruff/0.1.1/0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/lint%2fruff/0.1.1/0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [types/pyright](https://togithub.com/RobertCraigie/pyright-python) |
`==1.1.332` -> `==1.1.334` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/types%2fpyright/1.1.334?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/types%2fpyright/1.1.334?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/types%2fpyright/1.1.332/1.1.334?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/types%2fpyright/1.1.332/1.1.334?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pytest-dev/pytest (dev/pytest)</summary>

###
[`v7.4.3`](https://togithub.com/pytest-dev/pytest/releases/tag/v7.4.3):
pytest 7.4.3 (2023-10-24)

[Compare
Source](https://togithub.com/pytest-dev/pytest/compare/7.4.2...v7.4.3)

## Bug Fixes

- [#&#8203;10447](https://togithub.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.

- [#&#8203;11239](https://togithub.com/pytest-dev/pytest/issues/11239):
Fixed `:=` in asserts impacting unrelated test cases.

- [#&#8203;11439](https://togithub.com/pytest-dev/pytest/issues/11439):
Handled an edge case where :data:`sys.stderr` might already be closed
when :ref:`faulthandler` is tearing down.

</details>

<details>
<summary>psf/black (lint/black)</summary>

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

</details>

<details>
<summary>astral-sh/ruff (lint/ruff)</summary>

###
[`v0.1.4`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#014)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.1.3...v0.1.4)

##### Preview features

- \[`flake8-trio`] Implement `timeout-without-await` (`TRIO001`)
([#&#8203;8439](https://togithub.com/astral-sh/ruff/pull/8439))
- \[`numpy`] Implement NumPy 2.0 migration rule (`NPY200`)
([#&#8203;7702](https://togithub.com/astral-sh/ruff/pull/7702))
- \[`pylint`] Implement `bad-open-mode` (`W1501`)
([#&#8203;8294](https://togithub.com/astral-sh/ruff/pull/8294))
- \[`pylint`] Implement `import-outside-toplevel` (`C0415`) rule
([#&#8203;5180](https://togithub.com/astral-sh/ruff/pull/5180))
- \[`pylint`] Implement `useless-with-lock` (`W2101`)
([#&#8203;8321](https://togithub.com/astral-sh/ruff/pull/8321))
- \[`pyupgrade`] Implement `timeout-error-alias` (`UP041`)
([#&#8203;8476](https://togithub.com/astral-sh/ruff/pull/8476))
- \[`refurb`] Implement `isinstance-type-none` (`FURB168`)
([#&#8203;8308](https://togithub.com/astral-sh/ruff/pull/8308))
- Detect confusable Unicode-to-Unicode units in `RUF001`, `RUF002`, and
`RUF003` ([#&#8203;4430](https://togithub.com/astral-sh/ruff/pull/4430))
- Add newline after module docstrings in preview style
([#&#8203;8283](https://togithub.com/astral-sh/ruff/pull/8283))

##### Formatter

- Add a note on line-too-long to the formatter docs
([#&#8203;8314](https://togithub.com/astral-sh/ruff/pull/8314))
- Preserve trailing statement semicolons when using `fmt: skip`
([#&#8203;8273](https://togithub.com/astral-sh/ruff/pull/8273))
- Preserve trailing semicolons when using `fmt: off`
([#&#8203;8275](https://togithub.com/astral-sh/ruff/pull/8275))
- Avoid duplicating linter-formatter compatibility warnings
([#&#8203;8292](https://togithub.com/astral-sh/ruff/pull/8292))
- Avoid inserting a newline after function docstrings
([#&#8203;8375](https://togithub.com/astral-sh/ruff/pull/8375))
- Insert newline between docstring and following own line comment
([#&#8203;8216](https://togithub.com/astral-sh/ruff/pull/8216))
- Split tuples in return positions by comma first
([#&#8203;8280](https://togithub.com/astral-sh/ruff/pull/8280))
- Avoid treating byte strings as docstrings
([#&#8203;8350](https://togithub.com/astral-sh/ruff/pull/8350))
- Add `--line-length` option to `format` command
([#&#8203;8363](https://togithub.com/astral-sh/ruff/pull/8363))
- Avoid parenthesizing unsplittable because of comments
([#&#8203;8431](https://togithub.com/astral-sh/ruff/pull/8431))

##### CLI

- Add `--output-format` to `ruff rule` and `ruff linter`
([#&#8203;8203](https://togithub.com/astral-sh/ruff/pull/8203))

##### Bug fixes

- Respect `--force-exclude` in `lint.exclude` and `format.exclude`
([#&#8203;8393](https://togithub.com/astral-sh/ruff/pull/8393))
- Respect `--extend-per-file-ignores` on the CLI
([#&#8203;8329](https://togithub.com/astral-sh/ruff/pull/8329))
- Extend `bad-dunder-method-name` to permit `__index__`
([#&#8203;8300](https://togithub.com/astral-sh/ruff/pull/8300))
- Fix panic with 8 in octal escape
([#&#8203;8356](https://togithub.com/astral-sh/ruff/pull/8356))
- Avoid raising `D300` when both triple quote styles are present
([#&#8203;8462](https://togithub.com/astral-sh/ruff/pull/8462))
- Consider unterminated f-strings in `FStringRanges`
([#&#8203;8154](https://togithub.com/astral-sh/ruff/pull/8154))
- Avoid including literal `shell=True` for truthy, non-`True`
diagnostics
([#&#8203;8359](https://togithub.com/astral-sh/ruff/pull/8359))
- Avoid triggering single-element test for starred expressions
([#&#8203;8433](https://togithub.com/astral-sh/ruff/pull/8433))
- Detect and ignore Jupyter automagics
([#&#8203;8398](https://togithub.com/astral-sh/ruff/pull/8398))
- Fix invalid E231 error with f-strings
([#&#8203;8369](https://togithub.com/astral-sh/ruff/pull/8369))
- Avoid triggering `NamedTuple` rewrite with starred annotation
([#&#8203;8434](https://togithub.com/astral-sh/ruff/pull/8434))
- Avoid un-setting bracket flag in logical lines
([#&#8203;8380](https://togithub.com/astral-sh/ruff/pull/8380))
- Place 'r' prefix before 'f' for raw format strings
([#&#8203;8464](https://togithub.com/astral-sh/ruff/pull/8464))
- Remove trailing periods from NumPy 2.0 code actions
([#&#8203;8475](https://togithub.com/astral-sh/ruff/pull/8475))
- Fix bug where `PLE1307` was raised when formatting `%c` with
characters
([#&#8203;8407](https://togithub.com/astral-sh/ruff/pull/8407))
- Remove unicode flag from comparable
([#&#8203;8440](https://togithub.com/astral-sh/ruff/pull/8440))
- Improve B015 message
([#&#8203;8295](https://togithub.com/astral-sh/ruff/pull/8295))
- Use `fixedOverflowWidgets` for playground popover
([#&#8203;8458](https://togithub.com/astral-sh/ruff/pull/8458))
- Mark `byte_bounds` as a non-backwards-compatible NumPy 2.0 change
([#&#8203;8474](https://togithub.com/astral-sh/ruff/pull/8474))

##### Internals

- Add a dedicated cache directory per Ruff version
([#&#8203;8333](https://togithub.com/astral-sh/ruff/pull/8333))
- Allow selective caching for `--fix` and `--diff`
([#&#8203;8316](https://togithub.com/astral-sh/ruff/pull/8316))
- Improve performance of comment parsing
([#&#8203;8193](https://togithub.com/astral-sh/ruff/pull/8193))
- Improve performance of string parsing
([#&#8203;8227](https://togithub.com/astral-sh/ruff/pull/8227))
- Use a dedicated sort key for isort import sorting
([#&#8203;7963](https://togithub.com/astral-sh/ruff/pull/7963))

###
[`v0.1.3`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#013)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.1.2...v0.1.3)

This release includes a variety of improvements to the Ruff formatter,
removing several known and
unintentional deviations from Black.

##### Formatter

- Avoid space around pow for `None`, `True` and `False`
([#&#8203;8189](https://togithub.com/astral-sh/ruff/pull/8189))
- Avoid sorting all paths in the format command
([#&#8203;8181](https://togithub.com/astral-sh/ruff/pull/8181))
- Insert necessary blank line between class and leading comments
([#&#8203;8224](https://togithub.com/astral-sh/ruff/pull/8224))
- Avoid introducing new parentheses in annotated assignments
([#&#8203;8233](https://togithub.com/astral-sh/ruff/pull/8233))
- Refine the warnings about incompatible linter options
([#&#8203;8196](https://togithub.com/astral-sh/ruff/pull/8196))
- Add test and basic implementation for formatter preview mode
([#&#8203;8044](https://togithub.com/astral-sh/ruff/pull/8044))
- Refine warning about incompatible `isort` settings
([#&#8203;8192](https://togithub.com/astral-sh/ruff/pull/8192))
- Only omit optional parentheses for starting or ending with parentheses
([#&#8203;8238](https://togithub.com/astral-sh/ruff/pull/8238))
- Use source type to determine parser mode for formatting
([#&#8203;8205](https://togithub.com/astral-sh/ruff/pull/8205))
- Don't warn about magic trailing comma when `isort.force-single-line`
is true ([#&#8203;8244](https://togithub.com/astral-sh/ruff/pull/8244))
- Use `SourceKind::diff` for formatter
([#&#8203;8240](https://togithub.com/astral-sh/ruff/pull/8240))
- Fix `fmt:off` with trailing child comment
([#&#8203;8234](https://togithub.com/astral-sh/ruff/pull/8234))
- Formatter parentheses support for `IpyEscapeCommand`
([#&#8203;8207](https://togithub.com/astral-sh/ruff/pull/8207))

##### Linter

- \[`pylint`] Add buffer methods to `bad-dunder-method-name` (`PLW3201`)
exclusions
([#&#8203;8190](https://togithub.com/astral-sh/ruff/pull/8190))
- Match rule prefixes from `external` codes setting in `unused-noqa`
([#&#8203;8177](https://togithub.com/astral-sh/ruff/pull/8177))
- Use `line-length` setting for isort in lieu of
`pycodestyle.max-line-length`
([#&#8203;8235](https://togithub.com/astral-sh/ruff/pull/8235))
- Update fix for `unnecessary-paren-on-raise-exception` to unsafe for
unknown types
([#&#8203;8231](https://togithub.com/astral-sh/ruff/pull/8231))
- Correct quick fix message for `W605`
([#&#8203;8255](https://togithub.com/astral-sh/ruff/pull/8255))

##### Documentation

- Fix typo in max-doc-length documentation
([#&#8203;8201](https://togithub.com/astral-sh/ruff/pull/8201))
- Improve documentation around linter-formatter conflicts
([#&#8203;8257](https://togithub.com/astral-sh/ruff/pull/8257))
- Fix link to error suppression documentation in `unused-noqa`
([#&#8203;8172](https://togithub.com/astral-sh/ruff/pull/8172))
- Add `external` option to `unused-noqa` documentation
([#&#8203;8171](https://togithub.com/astral-sh/ruff/pull/8171))
- Add title attribute to icons
([#&#8203;8060](https://togithub.com/astral-sh/ruff/pull/8060))
- Clarify unsafe case in RSE102
([#&#8203;8256](https://togithub.com/astral-sh/ruff/pull/8256))
- Fix skipping formatting examples
([#&#8203;8210](https://togithub.com/astral-sh/ruff/pull/8210))
- docs: fix name of `magic-trailing-comma` option in README
([#&#8203;8200](https://togithub.com/astral-sh/ruff/pull/8200))
- Add note about scope of rule changing in versioning policy
([#&#8203;8169](https://togithub.com/astral-sh/ruff/pull/8169))
- Document: Fix default lint rules
([#&#8203;8218](https://togithub.com/astral-sh/ruff/pull/8218))
- Fix a wrong setting in configuration.md
([#&#8203;8186](https://togithub.com/astral-sh/ruff/pull/8186))
- Fix misspelled TOML headers in the tutorial
([#&#8203;8209](https://togithub.com/astral-sh/ruff/pull/8209))

###
[`v0.1.2`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#012)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.1.1...v0.1.2)

This release includes the Beta version of the Ruff formatter — an
extremely fast, Black-compatible Python formatter.
Try it today with `ruff format`! [Check out the blog
post](https://astral.sh/blog/the-ruff-formatter) and [read the
docs](https://docs.astral.sh/ruff/formatter/).

##### Preview features

- \[`pylint`] Implement `non-ascii-module-import` (`C2403`)
([#&#8203;8056](https://togithub.com/astral-sh/ruff/pull/8056))
- \[`pylint`] implement `non-ascii-name` (`C2401`)
([#&#8203;8038](https://togithub.com/astral-sh/ruff/pull/8038))
- \[`pylint`] Implement unnecessary-lambda (W0108)
([#&#8203;7953](https://togithub.com/astral-sh/ruff/pull/7953))
- \[`refurb`] Implement `read-whole-file` (`FURB101`)
([#&#8203;7682](https://togithub.com/astral-sh/ruff/pull/7682))
- Add fix for `E223`, `E224`, and `E242`
([#&#8203;8143](https://togithub.com/astral-sh/ruff/pull/8143))
- Add fix for `E225`, `E226`, `E227`, and `E228`
([#&#8203;8136](https://togithub.com/astral-sh/ruff/pull/8136))
- Add fix for `E252`
([#&#8203;8142](https://togithub.com/astral-sh/ruff/pull/8142))
- Add fix for `E261`
([#&#8203;8114](https://togithub.com/astral-sh/ruff/pull/8114))
- Add fix for `E273` and `E274`
([#&#8203;8144](https://togithub.com/astral-sh/ruff/pull/8144))
- Add fix for `E275`
([#&#8203;8133](https://togithub.com/astral-sh/ruff/pull/8133))
- Update `SIM401` to catch ternary operations
([#&#8203;7415](https://togithub.com/astral-sh/ruff/pull/7415))
- Update `E721` to allow `is` and `is` not for direct type comparisons
([#&#8203;7905](https://togithub.com/astral-sh/ruff/pull/7905))

##### Rule changes

- Add `backports.strenum` to `deprecated-imports`
([#&#8203;8113](https://togithub.com/astral-sh/ruff/pull/8113))
- Update `SIM112` to ignore `https_proxy`, `http_proxy`, and `no_proxy`
([#&#8203;8140](https://togithub.com/astral-sh/ruff/pull/8140))
- Update fix for `literal-membership` (`PLR6201`) to be unsafe
([#&#8203;8097](https://togithub.com/astral-sh/ruff/pull/8097))
- Update fix for `mutable-argument-defaults` (`B006`) to be unsafe
([#&#8203;8108](https://togithub.com/astral-sh/ruff/pull/8108))

##### Formatter

- Change `line-ending` default to `auto`
([#&#8203;8057](https://togithub.com/astral-sh/ruff/pull/8057))
- Respect parenthesized generators in `has_own_parentheses`
([#&#8203;8100](https://togithub.com/astral-sh/ruff/pull/8100))
- Add caching to formatter
([#&#8203;8089](https://togithub.com/astral-sh/ruff/pull/8089))
- Remove `--line-length` option from `format` command
([#&#8203;8131](https://togithub.com/astral-sh/ruff/pull/8131))
- Add formatter to `line-length` documentation
([#&#8203;8150](https://togithub.com/astral-sh/ruff/pull/8150))
- Warn about incompatible formatter options
([#&#8203;8088](https://togithub.com/astral-sh/ruff/pull/8088))
- Fix range of unparenthesized tuple subject in match statement
([#&#8203;8101](https://togithub.com/astral-sh/ruff/pull/8101))
- Remove experimental formatter warning
([#&#8203;8148](https://togithub.com/astral-sh/ruff/pull/8148))
- Don't move type param opening parenthesis comment
([#&#8203;8163](https://togithub.com/astral-sh/ruff/pull/8163))
- Update versions in format benchmark script
([#&#8203;8110](https://togithub.com/astral-sh/ruff/pull/8110))
- Avoid loading files for cached format results
([#&#8203;8134](https://togithub.com/astral-sh/ruff/pull/8134))

##### CLI

- Show the `ruff format` command in help menus
([#&#8203;8167](https://togithub.com/astral-sh/ruff/pull/8167))
- Add `ruff version` command with long version display
([#&#8203;8034](https://togithub.com/astral-sh/ruff/pull/8034))

##### Configuration

- New `pycodestyle.max-line-length` option
([#&#8203;8039](https://togithub.com/astral-sh/ruff/pull/8039))

##### Bug fixes

- Detect `sys.version_info` slices in `outdated-version-block`
([#&#8203;8112](https://togithub.com/astral-sh/ruff/pull/8112))
- Avoid if-else simplification for `TYPE_CHECKING` blocks
([#&#8203;8072](https://togithub.com/astral-sh/ruff/pull/8072))
- Avoid false-positive print separator diagnostic with starred argument
([#&#8203;8079](https://togithub.com/astral-sh/ruff/pull/8079))

##### Documentation

- Fix message for `too-many-arguments` lint
([#&#8203;8092](https://togithub.com/astral-sh/ruff/pull/8092))
- Fix `extend-unsafe-fixes` and `extend-safe-fixes` example
([#&#8203;8139](https://togithub.com/astral-sh/ruff/pull/8139))
- Add links to `flake8-import-conventions` options
([#&#8203;8115](https://togithub.com/astral-sh/ruff/pull/8115))
- Rework the documentation to incorporate the Ruff formatter
([#&#8203;7732](https://togithub.com/astral-sh/ruff/pull/7732))
- Fix `Options` JSON schema description
([#&#8203;8081](https://togithub.com/astral-sh/ruff/pull/8081))
- Fix typo (`pytext` -> `pytest`)
([#&#8203;8117](https://togithub.com/astral-sh/ruff/pull/8117))
- Improve `magic-value-comparison` example in docs
([#&#8203;8111](https://togithub.com/astral-sh/ruff/pull/8111))

</details>

<details>
<summary>RobertCraigie/pyright-python (types/pyright)</summary>

###
[`v1.1.334`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.333...v1.1.334)

[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.333...v1.1.334)

###
[`v1.1.333`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.332...v1.1.333)

[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.332...v1.1.333)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/canonical/craftcraft).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
averikitsch pushed a commit to GoogleCloudPlatform/genai-databases-retrieval-app that referenced this issue Nov 14, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`==23.9.1` -> `==23.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.9.1/23.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.9.1/23.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/GoogleCloudPlatform/database-query-extension).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate bot added a commit to rpdelaney/downforeveryone that referenced this issue Dec 5, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.3.0` -> `23.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.3.0/23.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.3.0/23.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-bugbear](https://togithub.com/PyCQA/flake8-bugbear#change-log)
([changelog](https://togithub.com/PyCQA/flake8-bugbear#change-log)) |
`23.3.12` -> `23.12.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-bugbear/23.3.12/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-bugbear/23.3.12/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-builtins](https://togithub.com/gforcada/flake8-builtins)
([changelog](https://togithub.com/gforcada/flake8-builtins/blob/main/CHANGES.rst))
| `2.1.0` -> `2.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-builtins/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-builtins/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-builtins/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-builtins/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[flake8-comprehensions](https://togithub.com/adamchainz/flake8-comprehensions)
([changelog](https://togithub.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst))
| `3.13.0` -> `3.14.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-comprehensions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-comprehensions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-comprehensions/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-comprehensions/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-pytest-style](https://pypi.org/project/flake8-pytest-style)
([source](https://togithub.com/m-burst/flake8-pytest-style)) | `1.6.0`
-> `1.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-pytest-style/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-pytest-style/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-pytest-style/1.6.0/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-pytest-style/1.6.0/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [isort](https://pycqa.github.io/isort/)
([source](https://togithub.com/pycqa/isort),
[changelog](https://togithub.com/pycqa/isort/blob/main/CHANGELOG.md)) |
`5.11.5` -> `5.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/5.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/isort/5.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/isort/5.11.5/5.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/5.11.5/5.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mypy](https://www.mypy-lang.org/)
([source](https://togithub.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) | `1.4.1` -> `1.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.4.1/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.4.1/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest-icdiff](https://togithub.com/hjwp/pytest-icdiff) | `0.8` ->
`0.9` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-icdiff/0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-icdiff/0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-icdiff/0.8/0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-icdiff/0.8/0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest-mock](https://togithub.com/pytest-dev/pytest-mock)
([changelog](https://pytest-mock.readthedocs.io/en/latest/changelog.html))
| `3.11.1` -> `3.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [responses](https://togithub.com/getsentry/responses)
([changelog](https://togithub.com/getsentry/responses/blob/master/CHANGES))
| `0.23.3` -> `0.24.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/responses/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/responses/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/responses/0.23.3/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/responses/0.23.3/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

###
[`v23.9.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2391)

[Compare Source](https://togithub.com/psf/black/compare/23.9.0...23.9.1)

Due to various issues, the previous release (23.9.0) did not include
compiled mypyc
wheels, which make Black significantly faster. These issues have now
been fixed, and
this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will
provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.

##### Packaging

- Upgrade to mypy 1.5.1
([#&#8203;3864](https://togithub.com/psf/black/issues/3864))

##### Performance

- Store raw tuples instead of NamedTuples in Black's cache, improving
performance and
decreasing the size of the cache
([#&#8203;3877](https://togithub.com/psf/black/issues/3877))

###
[`v23.9.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2390)

[Compare Source](https://togithub.com/psf/black/compare/23.7.0...23.9.0)

##### Preview style

- More concise formatting for dummy implementations
([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
- In stub files, add a blank line between a statement with a body (e.g
an
`if sys.version_info > (3, x):`) and a function definition on the same
level ([#&#8203;3862](https://togithub.com/psf/black/issues/3862))
- Fix a bug whereby spaces were removed from walrus operators within
subscript([#&#8203;3823](https://togithub.com/psf/black/issues/3823))

##### Configuration

- Black now applies exclusion and ignore logic before resolving symlinks
([#&#8203;3846](https://togithub.com/psf/black/issues/3846))

##### Performance

- Avoid importing `IPython` if notebook cells do not contain magics
([#&#8203;3782](https://togithub.com/psf/black/issues/3782))
- Improve caching by comparing file hashes as fallback for mtime and
size ([#&#8203;3821](https://togithub.com/psf/black/issues/3821))

##### *Blackd*

- Fix an issue in `blackd` with single character input
([#&#8203;3558](https://togithub.com/psf/black/issues/3558))

##### Integrations

-   Black now has an
[official pre-commit
mirror](https://togithub.com/psf/black-pre-commit-mirror). Swapping
`https://github.com/psf/black` to
`https://github.com/psf/black-pre-commit-mirror` in
your `.pre-commit-config.yaml` will make Black about 2x faster
([#&#8203;3828](https://togithub.com/psf/black/issues/3828))
- The `.black.env` folder specified by `ENV_PATH` will now be removed on
the completion
of the GitHub Action
([#&#8203;3759](https://togithub.com/psf/black/issues/3759))

###
[`v23.7.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2370)

[Compare Source](https://togithub.com/psf/black/compare/23.3.0...23.7.0)

##### Highlights

- Runtime support for Python 3.7 has been removed. Formatting 3.7 code
will still be
supported until further notice
([#&#8203;3765](https://togithub.com/psf/black/issues/3765))

##### Stable style

- Fix a bug where an illegal trailing comma was added to return type
annotations using
PEP 604 unions
([#&#8203;3735](https://togithub.com/psf/black/issues/3735))
- Fix several bugs and crashes where comments in stub files were removed
or mishandled
under some circumstances
([#&#8203;3745](https://togithub.com/psf/black/issues/3745))
- Fix a crash with multi-line magic comments like `type: ignore` within
parentheses
    ([#&#8203;3740](https://togithub.com/psf/black/issues/3740))
- Fix error in AST validation when *Black* removes trailing whitespace
in a type comment
    ([#&#8203;3773](https://togithub.com/psf/black/issues/3773))

##### Preview style

- Implicitly concatenated strings used as function args are no longer
wrapped inside
parentheses ([#&#8203;3640](https://togithub.com/psf/black/issues/3640))
- Remove blank lines between a class definition and its docstring
([#&#8203;3692](https://togithub.com/psf/black/issues/3692))

##### Configuration

- The `--workers` argument to *Black* can now be specified via the
`BLACK_NUM_WORKERS`
environment variable
([#&#8203;3743](https://togithub.com/psf/black/issues/3743))
- `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by
default ([#&#8203;3691](https://togithub.com/psf/black/issues/3691))
- Fix *Black* not honouring `pyproject.toml` settings when running
`--stdin-filename`
and the `pyproject.toml` found isn't in the current working directory
([#&#8203;3719](https://togithub.com/psf/black/issues/3719))
- *Black* will now error if `exclude` and `extend-exclude` have invalid
data types in
`pyproject.toml`, instead of silently doing the wrong thing
([#&#8203;3764](https://togithub.com/psf/black/issues/3764))

##### Packaging

- Upgrade mypyc from 0.991 to 1.3
([#&#8203;3697](https://togithub.com/psf/black/issues/3697))
- Remove patching of Click that mitigated errors on Python 3.6 with
`LANG=C` ([#&#8203;3768](https://togithub.com/psf/black/issues/3768))

##### Parser

- Add support for the new PEP 695 syntax in Python 3.12
([#&#8203;3703](https://togithub.com/psf/black/issues/3703))

##### Performance

- Speed up *Black* significantly when the cache is full
([#&#8203;3751](https://togithub.com/psf/black/issues/3751))
- Avoid importing `IPython` in a case where we wouldn't need it
([#&#8203;3748](https://togithub.com/psf/black/issues/3748))

##### Output

- Use aware UTC datetimes internally, avoids deprecation warning on
Python 3.12 ([#&#8203;3728](https://togithub.com/psf/black/issues/3728))
- Change verbose logging to exactly mirror *Black*'s logic for source
discovery ([#&#8203;3749](https://togithub.com/psf/black/issues/3749))

##### *Blackd*

- The `blackd` argument parser now shows the default values for options
in their help
    text ([#&#8203;3712](https://togithub.com/psf/black/issues/3712))

##### Integrations

-   Black is now tested with
[`PYTHONWARNDEFAULTENCODING =
1`](https://docs.python.org/3/library/io.html#io-encoding-warning)
    ([#&#8203;3763](https://togithub.com/psf/black/issues/3763))
- Update GitHub Action to display black output in the job summary
([#&#8203;3688](https://togithub.com/psf/black/issues/3688))

##### Documentation

- Add a CITATION.cff file to the root of the repository, containing
metadata on how to
cite this software
([#&#8203;3723](https://togithub.com/psf/black/issues/3723))
- Update the *classes* and *exceptions* documentation in Developer
reference to match
the latest code base
([#&#8203;3755](https://togithub.com/psf/black/issues/3755))

</details>

<details>
<summary>PyCQA/flake8-bugbear (flake8-bugbear)</summary>

###
[`v23.12.2`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.12.2)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.11.28...23.12.2)

- B018: to detect useless-statements at all levels
([#&#8203;434](https://togithub.com/PyCQA/flake8-bugbear/issues/434))
- B018: Add classname to b018 useless-expression output
([#&#8203;433](https://togithub.com/PyCQA/flake8-bugbear/issues/433))
- B018: Include tuples in b018 useless-statement check
([#&#8203;432](https://togithub.com/PyCQA/flake8-bugbear/issues/432))

###
[`v23.11.28`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.11.28)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.11.26...23.11.28)

- B035: Fix false positive when named expressions are used
([#&#8203;430](https://togithub.com/PyCQA/flake8-bugbear/issues/430))

###
[`v23.11.26`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.11.26)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.9.16...23.11.26)

- B035: add check for static keys in dict-comprehension
([#&#8203;426](https://togithub.com/PyCQA/flake8-bugbear/issues/426))
- B902: Add exceptions for standard library metaclasses
([#&#8203;415](https://togithub.com/PyCQA/flake8-bugbear/issues/415))
- B017: Modify to no longer have a false negative when raises() is
imported
directly from pytest
([#&#8203;424](https://togithub.com/PyCQA/flake8-bugbear/issues/424))
- B026: Fix bug where the check was not triggered for calls where the
caller
is an attribute
([#&#8203;420](https://togithub.com/PyCQA/flake8-bugbear/issues/420))

###
[`v23.9.16`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.9.16)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.7.10...23.9.16)

- add --classmethod-decorators
([#&#8203;405](https://togithub.com/PyCQA/flake8-bugbear/issues/405))
- fix name collision for node_stack on python 3.12
([#&#8203;406](https://togithub.com/PyCQA/flake8-bugbear/issues/406))
- Use pypa/build to build the package
([#&#8203;404](https://togithub.com/PyCQA/flake8-bugbear/issues/404))

###
[`v23.7.10`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.7.10)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.6.5...23.7.10)

- Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword
arguments.
- Fix a crash and several test failures on Python 3.12, all relating to
the B907
    check.
-   Declare support for Python 3.12.

###
[`v23.6.5`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.6.5)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.5.9...23.6.5)

- Include tox.ini in MANIFEST.in for sdist.
([#&#8203;389](https://togithub.com/PyCQA/flake8-bugbear/issues/389))
- Improve B033 (duplicate set items)
([#&#8203;385](https://togithub.com/PyCQA/flake8-bugbear/issues/385))

###
[`v23.5.9`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.5.9)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.23...23.5.9)

-   Add B033: Detect duplicate items in sets
- Add B908: Detect assertRauses like contexts only has top level
statements that could throw
- Add B028: Allow stacklevel to be explicitly assigned as a positional
argument
-   Remove more < 3.8 checks / assertions

###
[`v23.3.23`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.3.23)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.12...23.3.23)

-   flake8-bugbear is now >= 3.8.1 project like flake8>=6.0.0
- This has allowed some more modern AST usage cleanup and less CI
running etc.
- B030: Fix crash on certain unusual except handlers (e.g. `except
a[0].b:`)

</details>

<details>
<summary>gforcada/flake8-builtins (flake8-builtins)</summary>

###
[`v2.2.0`](https://togithub.com/gforcada/flake8-builtins/blob/HEAD/CHANGES.rst#220-2023-11-03)

[Compare
Source](https://togithub.com/gforcada/flake8-builtins/compare/2.1.0...2.2.0)

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

</details>

<details>
<summary>adamchainz/flake8-comprehensions
(flake8-comprehensions)</summary>

###
[`v3.14.0`](https://togithub.com/adamchainz/flake8-comprehensions/blob/HEAD/CHANGELOG.rst#3140-2023-07-10)

[Compare
Source](https://togithub.com/adamchainz/flake8-comprehensions/compare/3.13.0...3.14.0)

-   Drop Python 3.7 support.

</details>

<details>
<summary>m-burst/flake8-pytest-style (flake8-pytest-style)</summary>

###
[`v1.7.2`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.1...v1.7.2)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.1...v1.7.2)

###
[`v1.7.1`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.1)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.1)

###
[`v1.7.0`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.6.0...v1.7.0)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.6.0...v1.7.0)

</details>

<details>
<summary>pycqa/isort (isort)</summary>

###
[`v5.12.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5120-January-28-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.11.5...5.12.0)

-   Removed support for Python 3.7
    -   Fixed incompatiblity with latest poetry version
    -   Added support for directory limitations within built in git hook

</details>

<details>
<summary>python/mypy (mypy)</summary>

### [`v1.7.1`](https://togithub.com/python/mypy/compare/v1.7.0...v1.7.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.7.0...v1.7.1)

### [`v1.7.0`](https://togithub.com/python/mypy/compare/v1.6.1...v1.7.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.6.1...v1.7.0)

### [`v1.6.1`](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

### [`v1.6.0`](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

### [`v1.5.1`](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1)

### [`v1.5.0`](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

</details>

<details>
<summary>pytest-dev/pytest-mock (pytest-mock)</summary>

###
[`v3.12.0`](https://togithub.com/pytest-dev/pytest-mock/blob/HEAD/CHANGELOG.rst#3120-2023-10-19)

[Compare
Source](https://togithub.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0)

-   Added support for Python 3.12.
-   Dropped support for EOL Python 3.7.
- `mocker.resetall()` now also resets mocks created by
`mocker.create_autospec` (`#390`\_).

..
\_#390:[pytest-dev/pytest-mock#390

</details>

<details>
<summary>getsentry/responses (responses)</summary>

###
[`v0.24.1`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#0241)

[Compare
Source](https://togithub.com/getsentry/responses/compare/0.24.0...0.24.1)

-   Reverted overloads removal
-   Added typing to `Call` attributes.
- Fix socket issues (see
[#&#8203;693](https://togithub.com/getsentry/responses/issues/693))

###
[`v0.24.0`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#0240)

[Compare
Source](https://togithub.com/getsentry/responses/compare/0.23.3...0.24.0)

- Added `BaseResponse.calls` to access calls data of a separate mocked
request. See
[#&#8203;664](https://togithub.com/getsentry/responses/issues/664)
- Added `real_adapter_send` parameter to `RequestsMock` that will allow
users to set
    through which function they would like to send real requests
-   Added support for re.Pattern based header matching.
-   Added support for gzipped response bodies to `json_params_matcher`.
- Fix `Content-Type` headers issue when the header was duplicated. See
[#&#8203;644](https://togithub.com/getsentry/responses/issues/644)
-   Moved types-pyyaml dependency to `tests_requires`
-   Removed Python3.7 support

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/downforeveryone).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
descope bot added a commit to descope/django-descope that referenced this issue Dec 30, 2023
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | dev
| minor | `23.7.0` -> `23.11.0` | `23.12.1` (+1) |

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not accepted inside `match`
statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

###
[`v23.9.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2391)

[Compare Source](https://togithub.com/psf/black/compare/23.9.0...23.9.1)

Due to various issues, the previous release (23.9.0) did not include
compiled mypyc
wheels, which make Black significantly faster. These issues have now
been fixed, and
this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will
provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.

##### Packaging

- Upgrade to mypy 1.5.1
([#&#8203;3864](https://togithub.com/psf/black/issues/3864))

##### Performance

- Store raw tuples instead of NamedTuples in Black's cache, improving
performance and
decreasing the size of the cache
([#&#8203;3877](https://togithub.com/psf/black/issues/3877))

###
[`v23.9.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2390)

[Compare Source](https://togithub.com/psf/black/compare/23.7.0...23.9.0)

##### Preview style

- More concise formatting for dummy implementations
([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
- In stub files, add a blank line between a statement with a body (e.g
an
`if sys.version_info > (3, x):`) and a function definition on the same
level ([#&#8203;3862](https://togithub.com/psf/black/issues/3862))
- Fix a bug whereby spaces were removed from walrus operators within
subscript([#&#8203;3823](https://togithub.com/psf/black/issues/3823))

##### Configuration

- Black now applies exclusion and ignore logic before resolving symlinks
([#&#8203;3846](https://togithub.com/psf/black/issues/3846))

##### Performance

- Avoid importing `IPython` if notebook cells do not contain magics
([#&#8203;3782](https://togithub.com/psf/black/issues/3782))
- Improve caching by comparing file hashes as fallback for mtime and
size ([#&#8203;3821](https://togithub.com/psf/black/issues/3821))

##### *Blackd*

- Fix an issue in `blackd` with single character input
([#&#8203;3558](https://togithub.com/psf/black/issues/3558))

##### Integrations

-   Black now has an
[official pre-commit
mirror](https://togithub.com/psf/black-pre-commit-mirror). Swapping
`https://github.com/psf/black` to
`https://github.com/psf/black-pre-commit-mirror` in
your `.pre-commit-config.yaml` will make Black about 2x faster
([#&#8203;3828](https://togithub.com/psf/black/issues/3828))
- The `.black.env` folder specified by `ENV_PATH` will now be removed on
the completion
of the GitHub Action
([#&#8203;3759](https://togithub.com/psf/black/issues/3759))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NC4yIiwidXBkYXRlZEluVmVyIjoiMzcuNjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
renovate bot added a commit to rpdelaney/downforeveryone that referenced this issue Dec 31, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.3.0` -> `23.12.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.3.0/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.3.0/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-bugbear](https://togithub.com/PyCQA/flake8-bugbear#change-log)
([changelog](https://togithub.com/PyCQA/flake8-bugbear#change-log)) |
`23.3.12` -> `23.12.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-bugbear/23.3.12/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-bugbear/23.3.12/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-builtins](https://togithub.com/gforcada/flake8-builtins)
([changelog](https://togithub.com/gforcada/flake8-builtins/blob/main/CHANGES.rst))
| `2.1.0` -> `2.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-builtins/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-builtins/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-builtins/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-builtins/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[flake8-comprehensions](https://togithub.com/adamchainz/flake8-comprehensions)
([changelog](https://togithub.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst))
| `3.13.0` -> `3.14.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-comprehensions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-comprehensions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-comprehensions/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-comprehensions/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-pytest-style](https://pypi.org/project/flake8-pytest-style)
([source](https://togithub.com/m-burst/flake8-pytest-style)) | `1.6.0`
-> `1.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-pytest-style/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-pytest-style/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-pytest-style/1.6.0/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-pytest-style/1.6.0/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [isort](https://pycqa.github.io/isort/)
([source](https://togithub.com/pycqa/isort),
[changelog](https://togithub.com/pycqa/isort/blob/main/CHANGELOG.md)) |
`5.11.5` -> `5.13.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/isort/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/isort/5.11.5/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/5.11.5/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mypy](https://www.mypy-lang.org/)
([source](https://togithub.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) | `1.4.1` -> `1.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.4.1/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.4.1/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest](https://docs.pytest.org/en/latest/)
([source](https://togithub.com/pytest-dev/pytest),
[changelog](https://docs.pytest.org/en/stable/changelog.html)) | `7.4.3`
-> `7.4.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest/7.4.3/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/7.4.3/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest-mock](https://togithub.com/pytest-dev/pytest-mock)
([changelog](https://pytest-mock.readthedocs.io/en/latest/changelog.html))
| `3.11.1` -> `3.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [responses](https://togithub.com/getsentry/responses)
([changelog](https://togithub.com/getsentry/responses/blob/master/CHANGES))
| `0.23.3` -> `0.24.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/responses/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/responses/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/responses/0.23.3/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/responses/0.23.3/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.12.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23121)

[Compare
Source](https://togithub.com/psf/black/compare/23.12.0...23.12.1)

##### Packaging

- Fixed a bug that included dependencies from the `d` extra by default
([#&#8203;4108](https://togithub.com/psf/black/issues/4108))

###
[`v23.12.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23120)

[Compare
Source](https://togithub.com/psf/black/compare/23.11.0...23.12.0)

##### Highlights

It's almost 2024, which means it's time for a new edition of *Black*'s
stable style!
Together with this release, we'll put out an alpha release 24.1a1
showcasing the draft
2024 stable style, which we'll finalize in the January release. Please
try it out and
[share your feedback](https://togithub.com/psf/black/issues/4042).

This release (23.12.0) will still produce the 2023 style. Most but not
all of the
changes in `--preview` mode will be in the 2024 stable style.

##### Stable style

- Fix bug where `# fmt: off` automatically dedents when used with the
`--line-ranges`
option, even when it is not within the specified line range.
([#&#8203;4084](https://togithub.com/psf/black/issues/4084))
- Fix feature detection for parenthesized context managers
([#&#8203;4104](https://togithub.com/psf/black/issues/4104))

##### Preview style

- Prefer more equal signs before a break when splitting chained
assignments ([#&#8203;4010](https://togithub.com/psf/black/issues/4010))
- Standalone form feed characters at the module level are no longer
removed ([#&#8203;4021](https://togithub.com/psf/black/issues/4021))
- Additional cases of immediately nested tuples, lists, and dictionaries
are now
indented less
([#&#8203;4012](https://togithub.com/psf/black/issues/4012))
- Allow empty lines at the beginning of all blocks, except immediately
before a
docstring ([#&#8203;4060](https://togithub.com/psf/black/issues/4060))
- Fix crash in preview mode when using a short `--line-length`
([#&#8203;4086](https://togithub.com/psf/black/issues/4086))
- Keep suites consisting of only an ellipsis on their own lines if they
are not
functions or class definitions
([#&#8203;4066](https://togithub.com/psf/black/issues/4066))
([#&#8203;4103](https://togithub.com/psf/black/issues/4103))

##### Configuration

- `--line-ranges` now skips *Black*'s internal stability check in
`--safe` mode. This
avoids a crash on rare inputs that have many unformatted same-content
lines. ([#&#8203;4034](https://togithub.com/psf/black/issues/4034))

##### Packaging

- Upgrade to mypy 1.7.1
([#&#8203;4049](https://togithub.com/psf/black/issues/4049))
([#&#8203;4069](https://togithub.com/psf/black/issues/4069))
- Faster compiled wheels are now available for CPython 3.12
([#&#8203;4070](https://togithub.com/psf/black/issues/4070))

##### Integrations

- Enable 3.12 CI
([#&#8203;4035](https://togithub.com/psf/black/issues/4035))
- Build docker images in parallel
([#&#8203;4054](https://togithub.com/psf/black/issues/4054))
- Build docker images with 3.12
([#&#8203;4055](https://togithub.com/psf/black/issues/4055))

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

###
[`v23.9.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2391)

[Compare Source](https://togithub.com/psf/black/compare/23.9.0...23.9.1)

Due to various issues, the previous release (23.9.0) did not include
compiled mypyc
wheels, which make Black significantly faster. These issues have now
been fixed, and
this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will
provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.

##### Packaging

- Upgrade to mypy 1.5.1
([#&#8203;3864](https://togithub.com/psf/black/issues/3864))

##### Performance

- Store raw tuples instead of NamedTuples in Black's cache, improving
performance and
decreasing the size of the cache
([#&#8203;3877](https://togithub.com/psf/black/issues/3877))

###
[`v23.9.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2390)

[Compare Source](https://togithub.com/psf/black/compare/23.7.0...23.9.0)

##### Preview style

- More concise formatting for dummy implementations
([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
- In stub files, add a blank line between a statement with a body (e.g
an
`if sys.version_info > (3, x):`) and a function definition on the same
level ([#&#8203;3862](https://togithub.com/psf/black/issues/3862))
- Fix a bug whereby spaces were removed from walrus operators within
subscript([#&#8203;3823](https://togithub.com/psf/black/issues/3823))

##### Configuration

- Black now applies exclusion and ignore logic before resolving symlinks
([#&#8203;3846](https://togithub.com/psf/black/issues/3846))

##### Performance

- Avoid importing `IPython` if notebook cells do not contain magics
([#&#8203;3782](https://togithub.com/psf/black/issues/3782))
- Improve caching by comparing file hashes as fallback for mtime and
size ([#&#8203;3821](https://togithub.com/psf/black/issues/3821))

##### *Blackd*

- Fix an issue in `blackd` with single character input
([#&#8203;3558](https://togithub.com/psf/black/issues/3558))

##### Integrations

-   Black now has an
[official pre-commit
mirror](https://togithub.com/psf/black-pre-commit-mirror). Swapping
`https://github.com/psf/black` to
`https://github.com/psf/black-pre-commit-mirror` in
your `.pre-commit-config.yaml` will make Black about 2x faster
([#&#8203;3828](https://togithub.com/psf/black/issues/3828))
- The `.black.env` folder specified by `ENV_PATH` will now be removed on
the completion
of the GitHub Action
([#&#8203;3759](https://togithub.com/psf/black/issues/3759))

###
[`v23.7.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2370)

[Compare Source](https://togithub.com/psf/black/compare/23.3.0...23.7.0)

##### Highlights

- Runtime support for Python 3.7 has been removed. Formatting 3.7 code
will still be
supported until further notice
([#&#8203;3765](https://togithub.com/psf/black/issues/3765))

##### Stable style

- Fix a bug where an illegal trailing comma was added to return type
annotations using
PEP 604 unions
([#&#8203;3735](https://togithub.com/psf/black/issues/3735))
- Fix several bugs and crashes where comments in stub files were removed
or mishandled
under some circumstances
([#&#8203;3745](https://togithub.com/psf/black/issues/3745))
- Fix a crash with multi-line magic comments like `type: ignore` within
parentheses
    ([#&#8203;3740](https://togithub.com/psf/black/issues/3740))
- Fix error in AST validation when *Black* removes trailing whitespace
in a type comment
    ([#&#8203;3773](https://togithub.com/psf/black/issues/3773))

##### Preview style

- Implicitly concatenated strings used as function args are no longer
wrapped inside
parentheses ([#&#8203;3640](https://togithub.com/psf/black/issues/3640))
- Remove blank lines between a class definition and its docstring
([#&#8203;3692](https://togithub.com/psf/black/issues/3692))

##### Configuration

- The `--workers` argument to *Black* can now be specified via the
`BLACK_NUM_WORKERS`
environment variable
([#&#8203;3743](https://togithub.com/psf/black/issues/3743))
- `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by
default ([#&#8203;3691](https://togithub.com/psf/black/issues/3691))
- Fix *Black* not honouring `pyproject.toml` settings when running
`--stdin-filename`
and the `pyproject.toml` found isn't in the current working directory
([#&#8203;3719](https://togithub.com/psf/black/issues/3719))
- *Black* will now error if `exclude` and `extend-exclude` have invalid
data types in
`pyproject.toml`, instead of silently doing the wrong thing
([#&#8203;3764](https://togithub.com/psf/black/issues/3764))

##### Packaging

- Upgrade mypyc from 0.991 to 1.3
([#&#8203;3697](https://togithub.com/psf/black/issues/3697))
- Remove patching of Click that mitigated errors on Python 3.6 with
`LANG=C` ([#&#8203;3768](https://togithub.com/psf/black/issues/3768))

##### Parser

- Add support for the new PEP 695 syntax in Python 3.12
([#&#8203;3703](https://togithub.com/psf/black/issues/3703))

##### Performance

- Speed up *Black* significantly when the cache is full
([#&#8203;3751](https://togithub.com/psf/black/issues/3751))
- Avoid importing `IPython` in a case where we wouldn't need it
([#&#8203;3748](https://togithub.com/psf/black/issues/3748))

##### Output

- Use aware UTC datetimes internally, avoids deprecation warning on
Python 3.12 ([#&#8203;3728](https://togithub.com/psf/black/issues/3728))
- Change verbose logging to exactly mirror *Black*'s logic for source
discovery ([#&#8203;3749](https://togithub.com/psf/black/issues/3749))

##### *Blackd*

- The `blackd` argument parser now shows the default values for options
in their help
    text ([#&#8203;3712](https://togithub.com/psf/black/issues/3712))

##### Integrations

-   Black is now tested with
[`PYTHONWARNDEFAULTENCODING =
1`](https://docs.python.org/3/library/io.html#io-encoding-warning)
    ([#&#8203;3763](https://togithub.com/psf/black/issues/3763))
- Update GitHub Action to display black output in the job summary
([#&#8203;3688](https://togithub.com/psf/black/issues/3688))

##### Documentation

- Add a CITATION.cff file to the root of the repository, containing
metadata on how to
cite this software
([#&#8203;3723](https://togithub.com/psf/black/issues/3723))
- Update the *classes* and *exceptions* documentation in Developer
reference to match
the latest code base
([#&#8203;3755](https://togithub.com/psf/black/issues/3755))

</details>

<details>
<summary>PyCQA/flake8-bugbear (flake8-bugbear)</summary>

###
[`v23.12.2`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.12.2)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.11.28...23.12.2)

- B018: to detect useless-statements at all levels
([#&#8203;434](https://togithub.com/PyCQA/flake8-bugbear/issues/434))
- B018: Add classname to b018 useless-expression output
([#&#8203;433](https://togithub.com/PyCQA/flake8-bugbear/issues/433))
- B018: Include tuples in b018 useless-statement check
([#&#8203;432](https://togithub.com/PyCQA/flake8-bugbear/issues/432))

###
[`v23.11.28`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.11.28)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.11.26...23.11.28)

- B035: Fix false positive when named expressions are used
([#&#8203;430](https://togithub.com/PyCQA/flake8-bugbear/issues/430))

###
[`v23.11.26`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.11.26)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.9.16...23.11.26)

- B035: add check for static keys in dict-comprehension
([#&#8203;426](https://togithub.com/PyCQA/flake8-bugbear/issues/426))
- B902: Add exceptions for standard library metaclasses
([#&#8203;415](https://togithub.com/PyCQA/flake8-bugbear/issues/415))
- B017: Modify to no longer have a false negative when raises() is
imported
directly from pytest
([#&#8203;424](https://togithub.com/PyCQA/flake8-bugbear/issues/424))
- B026: Fix bug where the check was not triggered for calls where the
caller
is an attribute
([#&#8203;420](https://togithub.com/PyCQA/flake8-bugbear/issues/420))

###
[`v23.9.16`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.9.16)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.7.10...23.9.16)

- add --classmethod-decorators
([#&#8203;405](https://togithub.com/PyCQA/flake8-bugbear/issues/405))
- fix name collision for node_stack on python 3.12
([#&#8203;406](https://togithub.com/PyCQA/flake8-bugbear/issues/406))
- Use pypa/build to build the package
([#&#8203;404](https://togithub.com/PyCQA/flake8-bugbear/issues/404))

###
[`v23.7.10`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.7.10)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.6.5...23.7.10)

- Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword
arguments.
- Fix a crash and several test failures on Python 3.12, all relating to
the B907
    check.
-   Declare support for Python 3.12.

###
[`v23.6.5`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.6.5)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.5.9...23.6.5)

- Include tox.ini in MANIFEST.in for sdist.
([#&#8203;389](https://togithub.com/PyCQA/flake8-bugbear/issues/389))
- Improve B033 (duplicate set items)
([#&#8203;385](https://togithub.com/PyCQA/flake8-bugbear/issues/385))

###
[`v23.5.9`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.5.9)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.23...23.5.9)

-   Add B033: Detect duplicate items in sets
- Add B908: Detect assertRauses like contexts only has top level
statements that could throw
- Add B028: Allow stacklevel to be explicitly assigned as a positional
argument
-   Remove more < 3.8 checks / assertions

###
[`v23.3.23`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.3.23)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.12...23.3.23)

-   flake8-bugbear is now >= 3.8.1 project like flake8>=6.0.0
- This has allowed some more modern AST usage cleanup and less CI
running etc.
- B030: Fix crash on certain unusual except handlers (e.g. `except
a[0].b:`)

</details>

<details>
<summary>gforcada/flake8-builtins (flake8-builtins)</summary>

###
[`v2.2.0`](https://togithub.com/gforcada/flake8-builtins/blob/HEAD/CHANGES.rst#220-2023-11-03)

[Compare
Source](https://togithub.com/gforcada/flake8-builtins/compare/2.1.0...2.2.0)

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

</details>

<details>
<summary>adamchainz/flake8-comprehensions
(flake8-comprehensions)</summary>

###
[`v3.14.0`](https://togithub.com/adamchainz/flake8-comprehensions/blob/HEAD/CHANGELOG.rst#3140-2023-07-10)

[Compare
Source](https://togithub.com/adamchainz/flake8-comprehensions/compare/3.13.0...3.14.0)

-   Drop Python 3.7 support.

</details>

<details>
<summary>m-burst/flake8-pytest-style (flake8-pytest-style)</summary>

###
[`v1.7.2`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.1...v1.7.2)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.1...v1.7.2)

###
[`v1.7.1`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.1)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.1)

###
[`v1.7.0`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.6.0...v1.7.0)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.6.0...v1.7.0)

</details>

<details>
<summary>pycqa/isort (isort)</summary>

###
[`v5.13.2`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5132-December-13-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.13.1...5.13.2)

- Apply the bracket fix from issue
[#&#8203;471](https://togithub.com/pycqa/isort/issues/471) only for
use_parentheses=True
([#&#8203;2184](https://togithub.com/pycqa/isort/issues/2184))
[@&#8203;bp72](https://togithub.com/bp72)
- Confine pre-commit to stages
([#&#8203;2213](https://togithub.com/pycqa/isort/issues/2213))
[@&#8203;davidculley](https://togithub.com/davidculley)
- Fixed colors extras
([#&#8203;2212](https://togithub.com/pycqa/isort/issues/2212))
[@&#8203;staticdev](https://togithub.com/staticdev)

###
[`v5.13.1`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5131-December-11-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.13.0...5.13.1)

- Fixed integration tests
([#&#8203;2208](https://togithub.com/pycqa/isort/issues/2208))
[@&#8203;bp72](https://togithub.com/bp72)
- Fixed normalizing imports from more than one level of parent modules
(issue/2152)
([#&#8203;2191](https://togithub.com/pycqa/isort/issues/2191))
[@&#8203;bp72](https://togithub.com/bp72)
- Remove optional dependencies without extras
([#&#8203;2207](https://togithub.com/pycqa/isort/issues/2207))
[@&#8203;staticdev](https://togithub.com/staticdev)

###
[`v5.13.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5130-December-9-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.12.0...5.13.0)

- Cleanup deprecated extras
([#&#8203;2089](https://togithub.com/pycqa/isort/issues/2089))
[@&#8203;staticdev](https://togithub.com/staticdev)
- Fixed [#&#8203;1989](https://togithub.com/pycqa/isort/issues/1989):
settings lookup when working in stream based mode
- Fixed 80 line length for wemake linter
([#&#8203;2183](https://togithub.com/pycqa/isort/issues/2183))
[@&#8203;skatromb](https://togithub.com/skatromb)
- Add support for Python 3.12
([#&#8203;2175](https://togithub.com/pycqa/isort/issues/2175))
[@&#8203;hugovk](https://togithub.com/hugovk)
- Fixed: add newest version to pre-commit docs
([#&#8203;2190](https://togithub.com/pycqa/isort/issues/2190))
[@&#8203;AzulGarza](https://togithub.com/AzulGarza)
- Fixed assertions in test_git_hook
([#&#8203;2196](https://togithub.com/pycqa/isort/issues/2196))
[@&#8203;mgorny](https://togithub.com/mgorny)
- Removed check for include_trailing_comma for the Hanging Indent wrap
mode ([#&#8203;2192](https://togithub.com/pycqa/isort/issues/2192))
[@&#8203;bp72](https://togithub.com/bp72)
- Use the standard library tomllib on sufficiently new python
([#&#8203;2202](https://togithub.com/pycqa/isort/issues/2202))
[@&#8203;eli-schwartz](https://togithub.com/eli-schwartz)
- Update pre-commit.md version number
([#&#8203;2197](https://togithub.com/pycqa/isort/issues/2197))
[@&#8203;nicobako](https://togithub.com/nicobako)
- doc: Update black_compatibility.md
([#&#8203;2177](https://togithub.com/pycqa/isort/issues/2177))
[@&#8203;JSS95](https://togithub.com/JSS95)
- Fixed safety sept 2023
([#&#8203;2178](https://togithub.com/pycqa/isort/issues/2178))
[@&#8203;staticdev](https://togithub.com/staticdev)
- docs: fix black profile documentation
([#&#8203;2163](https://togithub.com/pycqa/isort/issues/2163))
[@&#8203;nijel](https://togithub.com/nijel)
- Fixed typo: indended -> indented
([#&#8203;2161](https://togithub.com/pycqa/isort/issues/2161))
[@&#8203;vadimkerr](https://togithub.com/vadimkerr)
- Docs(configuration/options.md): fix missing trailing spaces for hard
linebreak ([#&#8203;2157](https://togithub.com/pycqa/isort/issues/2157))
[@&#8203;JoeyTeng](https://togithub.com/JoeyTeng)
- Update pre-commit.md
([#&#8203;2148](https://togithub.com/pycqa/isort/issues/2148))
[@&#8203;godiard](https://togithub.com/godiard)
- chore: move configurations to pyproject.toml
([#&#8203;2115](https://togithub.com/pycqa/isort/issues/2115))
[@&#8203;SauravMaheshkar](https://togithub.com/SauravMaheshkar)
- Fixed typo in README
([#&#8203;2112](https://togithub.com/pycqa/isort/issues/2112))
[@&#8203;stefmolin](https://togithub.com/stefmolin)
- Update version in pre-commit setup to avoid installation issue with
poetry ([#&#8203;2103](https://togithub.com/pycqa/isort/issues/2103))
[@&#8203;stefmolin](https://togithub.com/stefmolin)
- Skip .pytype directory by default.
([#&#8203;2098](https://togithub.com/pycqa/isort/issues/2098))
[@&#8203;manueljacob](https://togithub.com/manueljacob)
- Fixed a tip block styling in the Config Files section
([#&#8203;2097](https://togithub.com/pycqa/isort/issues/2097))
[@&#8203;Klavionik](https://togithub.com/Klavionik)
- Do not cache configuration files
([#&#8203;1995](https://togithub.com/pycqa/isort/issues/1995))
[@&#8203;kaste](https://togithub.com/kaste)
- Derive settings_path from --filename
([#&#8203;1992](https://togithub.com/pycqa/isort/issues/1992))
[@&#8203;kaste](https://togithub.com/kaste)
- Fixed year of version 5.12.0 in CHANGELOG.md
([#&#8203;2082](https://togithub.com/pycqa/isort/issues/2082))
[@&#8203;DjLegolas](https://togithub.com/DjLegolas)

###
[`v5.12.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5120-January-28-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.11.5...5.12.0)

-   Removed support for Python 3.7
    -   Fixed incompatiblity with latest poetry version
    -   Added support for directory limitations within built in git hook

</details>

<details>
<summary>python/mypy (mypy)</summary>

### [`v1.8.0`](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0)

### [`v1.7.1`](https://togithub.com/python/mypy/compare/v1.7.0...v1.7.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.7.0...v1.7.1)

### [`v1.7.0`](https://togithub.com/python/mypy/compare/v1.6.1...v1.7.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.6.1...v1.7.0)

### [`v1.6.1`](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

### [`v1.6.0`](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

### [`v1.5.1`](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1)

### [`v1.5.0`](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

</details>

<details>
<summary>pytest-dev/pytest (pytest)</summary>

###
[`v7.4.4`](https://togithub.com/pytest-dev/pytest/compare/7.4.3...7.4.4)

[Compare
Source](https://togithub.com/pytest-dev/pytest/compare/7.4.3...7.4.4)

</details>

<details>
<summary>pytest-dev/pytest-mock (pytest-mock)</summary>

###
[`v3.12.0`](https://togithub.com/pytest-dev/pytest-mock/blob/HEAD/CHANGELOG.rst#3120-2023-10-19)

[Compare
Source](https://togithub.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0)

-   Added support for Python 3.12.
-   Dropped support for EOL Python 3.7.
- `mocker.resetall()` now also resets mocks created by
`mocker.create_autospec` (`#390`\_).

..
\_#390:[pytest-dev/pytest-mock#390

</details>

<details>
<summary>getsentry/responses (responses)</summary>

###
[`v0.24.1`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#0241)

[Compare
Source](https://togithub.com/getsentry/responses/compare/0.24.0...0.24.1)

-   Reverted overloads removal
-   Added typing to `Call` attributes.
- Fix socket issues (see
[#&#8203;693](https://togithub.com/getsentry/responses/issues/693))

###
[`v0.24.0`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#0240)

[Compare
Source](https://togithub.com/getsentry/responses/compare/0.23.3...0.24.0)

- Added `BaseResponse.calls` to access calls data of a separate mocked
request. See
[#&#8203;664](https://togithub.com/getsentry/responses/issues/664)
- Added `real_adapter_send` parameter to `RequestsMock` that will allow
users to set
    through which function they would like to send real requests
-   Added support for re.Pattern based header matching.
-   Added support for gzipped response bodies to `json_params_matcher`.
- Fix `Content-Type` headers issue when the header was duplicated. See
[#&#8203;644](https://togithub.com/getsentry/responses/issues/644)
-   Moved types-pyyaml dependency to `tests_requires`
-   Removed Python3.7 support

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/downforeveryone).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate bot added a commit to rpdelaney/downforeveryone that referenced this issue Jan 18, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.3.0` -> `23.12.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.3.0/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.3.0/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-bugbear](https://togithub.com/PyCQA/flake8-bugbear#change-log)
([changelog](https://togithub.com/PyCQA/flake8-bugbear#change-log)) |
`23.3.12` -> `23.12.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-bugbear/23.3.12/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-bugbear/23.3.12/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-builtins](https://togithub.com/gforcada/flake8-builtins)
([changelog](https://togithub.com/gforcada/flake8-builtins/blob/main/CHANGES.rst))
| `2.1.0` -> `2.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-builtins/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-builtins/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-builtins/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-builtins/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[flake8-comprehensions](https://togithub.com/adamchainz/flake8-comprehensions)
([changelog](https://togithub.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst))
| `3.13.0` -> `3.14.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-comprehensions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-comprehensions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-comprehensions/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-comprehensions/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-pytest-style](https://pypi.org/project/flake8-pytest-style)
([source](https://togithub.com/m-burst/flake8-pytest-style)) | `1.6.0`
-> `1.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-pytest-style/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-pytest-style/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-pytest-style/1.6.0/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-pytest-style/1.6.0/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [isort](https://pycqa.github.io/isort/)
([source](https://togithub.com/pycqa/isort),
[changelog](https://togithub.com/pycqa/isort/blob/main/CHANGELOG.md)) |
`5.11.5` -> `5.13.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/isort/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/isort/5.11.5/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/5.11.5/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mypy](https://www.mypy-lang.org/)
([source](https://togithub.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) | `1.4.1` -> `1.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.4.1/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.4.1/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest-mock](https://togithub.com/pytest-dev/pytest-mock)
([changelog](https://pytest-mock.readthedocs.io/en/latest/changelog.html))
| `3.11.1` -> `3.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-mock/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-mock/3.11.1/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [responses](https://togithub.com/getsentry/responses)
([changelog](https://togithub.com/getsentry/responses/blob/master/CHANGES))
| `0.23.3` -> `0.24.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/responses/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/responses/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/responses/0.23.3/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/responses/0.23.3/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.12.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23121)

[Compare
Source](https://togithub.com/psf/black/compare/23.12.0...23.12.1)

##### Packaging

- Fixed a bug that included dependencies from the `d` extra by default
([#&#8203;4108](https://togithub.com/psf/black/issues/4108))

###
[`v23.12.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23120)

[Compare
Source](https://togithub.com/psf/black/compare/23.11.0...23.12.0)

##### Highlights

It's almost 2024, which means it's time for a new edition of *Black*'s
stable style!
Together with this release, we'll put out an alpha release 24.1a1
showcasing the draft
2024 stable style, which we'll finalize in the January release. Please
try it out and
[share your feedback](https://togithub.com/psf/black/issues/4042).

This release (23.12.0) will still produce the 2023 style. Most but not
all of the
changes in `--preview` mode will be in the 2024 stable style.

##### Stable style

- Fix bug where `# fmt: off` automatically dedents when used with the
`--line-ranges`
option, even when it is not within the specified line range.
([#&#8203;4084](https://togithub.com/psf/black/issues/4084))
- Fix feature detection for parenthesized context managers
([#&#8203;4104](https://togithub.com/psf/black/issues/4104))

##### Preview style

- Prefer more equal signs before a break when splitting chained
assignments ([#&#8203;4010](https://togithub.com/psf/black/issues/4010))
- Standalone form feed characters at the module level are no longer
removed ([#&#8203;4021](https://togithub.com/psf/black/issues/4021))
- Additional cases of immediately nested tuples, lists, and dictionaries
are now
indented less
([#&#8203;4012](https://togithub.com/psf/black/issues/4012))
- Allow empty lines at the beginning of all blocks, except immediately
before a
docstring ([#&#8203;4060](https://togithub.com/psf/black/issues/4060))
- Fix crash in preview mode when using a short `--line-length`
([#&#8203;4086](https://togithub.com/psf/black/issues/4086))
- Keep suites consisting of only an ellipsis on their own lines if they
are not
functions or class definitions
([#&#8203;4066](https://togithub.com/psf/black/issues/4066))
([#&#8203;4103](https://togithub.com/psf/black/issues/4103))

##### Configuration

- `--line-ranges` now skips *Black*'s internal stability check in
`--safe` mode. This
avoids a crash on rare inputs that have many unformatted same-content
lines. ([#&#8203;4034](https://togithub.com/psf/black/issues/4034))

##### Packaging

- Upgrade to mypy 1.7.1
([#&#8203;4049](https://togithub.com/psf/black/issues/4049))
([#&#8203;4069](https://togithub.com/psf/black/issues/4069))
- Faster compiled wheels are now available for CPython 3.12
([#&#8203;4070](https://togithub.com/psf/black/issues/4070))

##### Integrations

- Enable 3.12 CI
([#&#8203;4035](https://togithub.com/psf/black/issues/4035))
- Build docker images in parallel
([#&#8203;4054](https://togithub.com/psf/black/issues/4054))
- Build docker images with 3.12
([#&#8203;4055](https://togithub.com/psf/black/issues/4055))

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

###
[`v23.9.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2391)

[Compare Source](https://togithub.com/psf/black/compare/23.9.0...23.9.1)

Due to various issues, the previous release (23.9.0) did not include
compiled mypyc
wheels, which make Black significantly faster. These issues have now
been fixed, and
this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will
provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.

##### Packaging

- Upgrade to mypy 1.5.1
([#&#8203;3864](https://togithub.com/psf/black/issues/3864))

##### Performance

- Store raw tuples instead of NamedTuples in Black's cache, improving
performance and
decreasing the size of the cache
([#&#8203;3877](https://togithub.com/psf/black/issues/3877))

###
[`v23.9.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2390)

[Compare Source](https://togithub.com/psf/black/compare/23.7.0...23.9.0)

##### Preview style

- More concise formatting for dummy implementations
([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
- In stub files, add a blank line between a statement with a body (e.g
an
`if sys.version_info > (3, x):`) and a function definition on the same
level ([#&#8203;3862](https://togithub.com/psf/black/issues/3862))
- Fix a bug whereby spaces were removed from walrus operators within
subscript([#&#8203;3823](https://togithub.com/psf/black/issues/3823))

##### Configuration

- Black now applies exclusion and ignore logic before resolving symlinks
([#&#8203;3846](https://togithub.com/psf/black/issues/3846))

##### Performance

- Avoid importing `IPython` if notebook cells do not contain magics
([#&#8203;3782](https://togithub.com/psf/black/issues/3782))
- Improve caching by comparing file hashes as fallback for mtime and
size ([#&#8203;3821](https://togithub.com/psf/black/issues/3821))

##### *Blackd*

- Fix an issue in `blackd` with single character input
([#&#8203;3558](https://togithub.com/psf/black/issues/3558))

##### Integrations

-   Black now has an
[official pre-commit
mirror](https://togithub.com/psf/black-pre-commit-mirror). Swapping
`https://github.com/psf/black` to
`https://github.com/psf/black-pre-commit-mirror` in
your `.pre-commit-config.yaml` will make Black about 2x faster
([#&#8203;3828](https://togithub.com/psf/black/issues/3828))
- The `.black.env` folder specified by `ENV_PATH` will now be removed on
the completion
of the GitHub Action
([#&#8203;3759](https://togithub.com/psf/black/issues/3759))

###
[`v23.7.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2370)

[Compare Source](https://togithub.com/psf/black/compare/23.3.0...23.7.0)

##### Highlights

- Runtime support for Python 3.7 has been removed. Formatting 3.7 code
will still be
supported until further notice
([#&#8203;3765](https://togithub.com/psf/black/issues/3765))

##### Stable style

- Fix a bug where an illegal trailing comma was added to return type
annotations using
PEP 604 unions
([#&#8203;3735](https://togithub.com/psf/black/issues/3735))
- Fix several bugs and crashes where comments in stub files were removed
or mishandled
under some circumstances
([#&#8203;3745](https://togithub.com/psf/black/issues/3745))
- Fix a crash with multi-line magic comments like `type: ignore` within
parentheses
    ([#&#8203;3740](https://togithub.com/psf/black/issues/3740))
- Fix error in AST validation when *Black* removes trailing whitespace
in a type comment
    ([#&#8203;3773](https://togithub.com/psf/black/issues/3773))

##### Preview style

- Implicitly concatenated strings used as function args are no longer
wrapped inside
parentheses ([#&#8203;3640](https://togithub.com/psf/black/issues/3640))
- Remove blank lines between a class definition and its docstring
([#&#8203;3692](https://togithub.com/psf/black/issues/3692))

##### Configuration

- The `--workers` argument to *Black* can now be specified via the
`BLACK_NUM_WORKERS`
environment variable
([#&#8203;3743](https://togithub.com/psf/black/issues/3743))
- `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by
default ([#&#8203;3691](https://togithub.com/psf/black/issues/3691))
- Fix *Black* not honouring `pyproject.toml` settings when running
`--stdin-filename`
and the `pyproject.toml` found isn't in the current working directory
([#&#8203;3719](https://togithub.com/psf/black/issues/3719))
- *Black* will now error if `exclude` and `extend-exclude` have invalid
data types in
`pyproject.toml`, instead of silently doing the wrong thing
([#&#8203;3764](https://togithub.com/psf/black/issues/3764))

##### Packaging

- Upgrade mypyc from 0.991 to 1.3
([#&#8203;3697](https://togithub.com/psf/black/issues/3697))
- Remove patching of Click that mitigated errors on Python 3.6 with
`LANG=C` ([#&#8203;3768](https://togithub.com/psf/black/issues/3768))

##### Parser

- Add support for the new PEP 695 syntax in Python 3.12
([#&#8203;3703](https://togithub.com/psf/black/issues/3703))

##### Performance

- Speed up *Black* significantly when the cache is full
([#&#8203;3751](https://togithub.com/psf/black/issues/3751))
- Avoid importing `IPython` in a case where we wouldn't need it
([#&#8203;3748](https://togithub.com/psf/black/issues/3748))

##### Output

- Use aware UTC datetimes internally, avoids deprecation warning on
Python 3.12 ([#&#8203;3728](https://togithub.com/psf/black/issues/3728))
- Change verbose logging to exactly mirror *Black*'s logic for source
discovery ([#&#8203;3749](https://togithub.com/psf/black/issues/3749))

##### *Blackd*

- The `blackd` argument parser now shows the default values for options
in their help
    text ([#&#8203;3712](https://togithub.com/psf/black/issues/3712))

##### Integrations

-   Black is now tested with
[`PYTHONWARNDEFAULTENCODING =
1`](https://docs.python.org/3/library/io.html#io-encoding-warning)
    ([#&#8203;3763](https://togithub.com/psf/black/issues/3763))
- Update GitHub Action to display black output in the job summary
([#&#8203;3688](https://togithub.com/psf/black/issues/3688))

##### Documentation

- Add a CITATION.cff file to the root of the repository, containing
metadata on how to
cite this software
([#&#8203;3723](https://togithub.com/psf/black/issues/3723))
- Update the *classes* and *exceptions* documentation in Developer
reference to match
the latest code base
([#&#8203;3755](https://togithub.com/psf/black/issues/3755))

</details>

<details>
<summary>PyCQA/flake8-bugbear (flake8-bugbear)</summary>

###
[`v23.12.2`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.12.2)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.11.28...23.12.2)

- B018: to detect useless-statements at all levels
([#&#8203;434](https://togithub.com/PyCQA/flake8-bugbear/issues/434))
- B018: Add classname to b018 useless-expression output
([#&#8203;433](https://togithub.com/PyCQA/flake8-bugbear/issues/433))
- B018: Include tuples in b018 useless-statement check
([#&#8203;432](https://togithub.com/PyCQA/flake8-bugbear/issues/432))

###
[`v23.11.28`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.11.28)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.11.26...23.11.28)

- B035: Fix false positive when named expressions are used
([#&#8203;430](https://togithub.com/PyCQA/flake8-bugbear/issues/430))

###
[`v23.11.26`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.11.26)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.9.16...23.11.26)

- B035: add check for static keys in dict-comprehension
([#&#8203;426](https://togithub.com/PyCQA/flake8-bugbear/issues/426))
- B902: Add exceptions for standard library metaclasses
([#&#8203;415](https://togithub.com/PyCQA/flake8-bugbear/issues/415))
- B017: Modify to no longer have a false negative when raises() is
imported
directly from pytest
([#&#8203;424](https://togithub.com/PyCQA/flake8-bugbear/issues/424))
- B026: Fix bug where the check was not triggered for calls where the
caller
is an attribute
([#&#8203;420](https://togithub.com/PyCQA/flake8-bugbear/issues/420))

###
[`v23.9.16`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.9.16)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.7.10...23.9.16)

- add --classmethod-decorators
([#&#8203;405](https://togithub.com/PyCQA/flake8-bugbear/issues/405))
- fix name collision for node_stack on python 3.12
([#&#8203;406](https://togithub.com/PyCQA/flake8-bugbear/issues/406))
- Use pypa/build to build the package
([#&#8203;404](https://togithub.com/PyCQA/flake8-bugbear/issues/404))

###
[`v23.7.10`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.7.10)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.6.5...23.7.10)

- Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword
arguments.
- Fix a crash and several test failures on Python 3.12, all relating to
the B907
    check.
-   Declare support for Python 3.12.

###
[`v23.6.5`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.6.5)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.5.9...23.6.5)

- Include tox.ini in MANIFEST.in for sdist.
([#&#8203;389](https://togithub.com/PyCQA/flake8-bugbear/issues/389))
- Improve B033 (duplicate set items)
([#&#8203;385](https://togithub.com/PyCQA/flake8-bugbear/issues/385))

###
[`v23.5.9`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.5.9)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.23...23.5.9)

-   Add B033: Detect duplicate items in sets
- Add B908: Detect assertRauses like contexts only has top level
statements that could throw
- Add B028: Allow stacklevel to be explicitly assigned as a positional
argument
-   Remove more < 3.8 checks / assertions

###
[`v23.3.23`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.3.23)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.12...23.3.23)

-   flake8-bugbear is now >= 3.8.1 project like flake8>=6.0.0
- This has allowed some more modern AST usage cleanup and less CI
running etc.
- B030: Fix crash on certain unusual except handlers (e.g. `except
a[0].b:`)

</details>

<details>
<summary>gforcada/flake8-builtins (flake8-builtins)</summary>

###
[`v2.2.0`](https://togithub.com/gforcada/flake8-builtins/blob/HEAD/CHANGES.rst#220-2023-11-03)

[Compare
Source](https://togithub.com/gforcada/flake8-builtins/compare/2.1.0...2.2.0)

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

</details>

<details>
<summary>adamchainz/flake8-comprehensions
(flake8-comprehensions)</summary>

###
[`v3.14.0`](https://togithub.com/adamchainz/flake8-comprehensions/blob/HEAD/CHANGELOG.rst#3140-2023-07-10)

[Compare
Source](https://togithub.com/adamchainz/flake8-comprehensions/compare/3.13.0...3.14.0)

-   Drop Python 3.7 support.

</details>

<details>
<summary>m-burst/flake8-pytest-style (flake8-pytest-style)</summary>

###
[`v1.7.2`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.1...v1.7.2)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.1...v1.7.2)

###
[`v1.7.1`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.1)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.1)

###
[`v1.7.0`](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.6.0...v1.7.0)

[Compare
Source](https://togithub.com/m-burst/flake8-pytest-style/compare/v1.6.0...v1.7.0)

</details>

<details>
<summary>pycqa/isort (isort)</summary>

###
[`v5.13.2`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5132-December-13-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.13.1...5.13.2)

- Apply the bracket fix from issue
[#&#8203;471](https://togithub.com/pycqa/isort/issues/471) only for
use_parentheses=True
([#&#8203;2184](https://togithub.com/pycqa/isort/issues/2184))
[@&#8203;bp72](https://togithub.com/bp72)
- Confine pre-commit to stages
([#&#8203;2213](https://togithub.com/pycqa/isort/issues/2213))
[@&#8203;davidculley](https://togithub.com/davidculley)
- Fixed colors extras
([#&#8203;2212](https://togithub.com/pycqa/isort/issues/2212))
[@&#8203;staticdev](https://togithub.com/staticdev)

###
[`v5.13.1`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5131-December-11-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.13.0...5.13.1)

- Fixed integration tests
([#&#8203;2208](https://togithub.com/pycqa/isort/issues/2208))
[@&#8203;bp72](https://togithub.com/bp72)
- Fixed normalizing imports from more than one level of parent modules
(issue/2152)
([#&#8203;2191](https://togithub.com/pycqa/isort/issues/2191))
[@&#8203;bp72](https://togithub.com/bp72)
- Remove optional dependencies without extras
([#&#8203;2207](https://togithub.com/pycqa/isort/issues/2207))
[@&#8203;staticdev](https://togithub.com/staticdev)

###
[`v5.13.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5130-December-9-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.12.0...5.13.0)

- Cleanup deprecated extras
([#&#8203;2089](https://togithub.com/pycqa/isort/issues/2089))
[@&#8203;staticdev](https://togithub.com/staticdev)
- Fixed [#&#8203;1989](https://togithub.com/pycqa/isort/issues/1989):
settings lookup when working in stream based mode
- Fixed 80 line length for wemake linter
([#&#8203;2183](https://togithub.com/pycqa/isort/issues/2183))
[@&#8203;skatromb](https://togithub.com/skatromb)
- Add support for Python 3.12
([#&#8203;2175](https://togithub.com/pycqa/isort/issues/2175))
[@&#8203;hugovk](https://togithub.com/hugovk)
- Fixed: add newest version to pre-commit docs
([#&#8203;2190](https://togithub.com/pycqa/isort/issues/2190))
[@&#8203;AzulGarza](https://togithub.com/AzulGarza)
- Fixed assertions in test_git_hook
([#&#8203;2196](https://togithub.com/pycqa/isort/issues/2196))
[@&#8203;mgorny](https://togithub.com/mgorny)
- Removed check for include_trailing_comma for the Hanging Indent wrap
mode ([#&#8203;2192](https://togithub.com/pycqa/isort/issues/2192))
[@&#8203;bp72](https://togithub.com/bp72)
- Use the standard library tomllib on sufficiently new python
([#&#8203;2202](https://togithub.com/pycqa/isort/issues/2202))
[@&#8203;eli-schwartz](https://togithub.com/eli-schwartz)
- Update pre-commit.md version number
([#&#8203;2197](https://togithub.com/pycqa/isort/issues/2197))
[@&#8203;nicobako](https://togithub.com/nicobako)
- doc: Update black_compatibility.md
([#&#8203;2177](https://togithub.com/pycqa/isort/issues/2177))
[@&#8203;JSS95](https://togithub.com/JSS95)
- Fixed safety sept 2023
([#&#8203;2178](https://togithub.com/pycqa/isort/issues/2178))
[@&#8203;staticdev](https://togithub.com/staticdev)
- docs: fix black profile documentation
([#&#8203;2163](https://togithub.com/pycqa/isort/issues/2163))
[@&#8203;nijel](https://togithub.com/nijel)
- Fixed typo: indended -> indented
([#&#8203;2161](https://togithub.com/pycqa/isort/issues/2161))
[@&#8203;vadimkerr](https://togithub.com/vadimkerr)
- Docs(configuration/options.md): fix missing trailing spaces for hard
linebreak ([#&#8203;2157](https://togithub.com/pycqa/isort/issues/2157))
[@&#8203;JoeyTeng](https://togithub.com/JoeyTeng)
- Update pre-commit.md
([#&#8203;2148](https://togithub.com/pycqa/isort/issues/2148))
[@&#8203;godiard](https://togithub.com/godiard)
- chore: move configurations to pyproject.toml
([#&#8203;2115](https://togithub.com/pycqa/isort/issues/2115))
[@&#8203;SauravMaheshkar](https://togithub.com/SauravMaheshkar)
- Fixed typo in README
([#&#8203;2112](https://togithub.com/pycqa/isort/issues/2112))
[@&#8203;stefmolin](https://togithub.com/stefmolin)
- Update version in pre-commit setup to avoid installation issue with
poetry ([#&#8203;2103](https://togithub.com/pycqa/isort/issues/2103))
[@&#8203;stefmolin](https://togithub.com/stefmolin)
- Skip .pytype directory by default.
([#&#8203;2098](https://togithub.com/pycqa/isort/issues/2098))
[@&#8203;manueljacob](https://togithub.com/manueljacob)
- Fixed a tip block styling in the Config Files section
([#&#8203;2097](https://togithub.com/pycqa/isort/issues/2097))
[@&#8203;Klavionik](https://togithub.com/Klavionik)
- Do not cache configuration files
([#&#8203;1995](https://togithub.com/pycqa/isort/issues/1995))
[@&#8203;kaste](https://togithub.com/kaste)
- Derive settings_path from --filename
([#&#8203;1992](https://togithub.com/pycqa/isort/issues/1992))
[@&#8203;kaste](https://togithub.com/kaste)
- Fixed year of version 5.12.0 in CHANGELOG.md
([#&#8203;2082](https://togithub.com/pycqa/isort/issues/2082))
[@&#8203;DjLegolas](https://togithub.com/DjLegolas)

###
[`v5.12.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5120-January-28-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.11.5...5.12.0)

-   Removed support for Python 3.7
    -   Fixed incompatiblity with latest poetry version
    -   Added support for directory limitations within built in git hook

</details>

<details>
<summary>python/mypy (mypy)</summary>

### [`v1.8.0`](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0)

### [`v1.7.1`](https://togithub.com/python/mypy/compare/v1.7.0...v1.7.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.7.0...v1.7.1)

### [`v1.7.0`](https://togithub.com/python/mypy/compare/v1.6.1...v1.7.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.6.1...v1.7.0)

### [`v1.6.1`](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1)

### [`v1.6.0`](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0)

### [`v1.5.1`](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1)

### [`v1.5.0`](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

[Compare
Source](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

</details>

<details>
<summary>pytest-dev/pytest-mock (pytest-mock)</summary>

###
[`v3.12.0`](https://togithub.com/pytest-dev/pytest-mock/blob/HEAD/CHANGELOG.rst#3120-2023-10-19)

[Compare
Source](https://togithub.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0)

-   Added support for Python 3.12.
-   Dropped support for EOL Python 3.7.
- `mocker.resetall()` now also resets mocks created by
`mocker.create_autospec` (`#390`\_).

..
\_#390:[pytest-dev/pytest-mock#390

</details>

<details>
<summary>getsentry/responses (responses)</summary>

###
[`v0.24.1`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#0241)

[Compare
Source](https://togithub.com/getsentry/responses/compare/0.24.0...0.24.1)

-   Reverted overloads removal
-   Added typing to `Call` attributes.
- Fix socket issues (see
[#&#8203;693](https://togithub.com/getsentry/responses/issues/693))

###
[`v0.24.0`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#0240)

[Compare
Source](https://togithub.com/getsentry/responses/compare/0.23.3...0.24.0)

- Added `BaseResponse.calls` to access calls data of a separate mocked
request. See
[#&#8203;664](https://togithub.com/getsentry/responses/issues/664)
- Added `real_adapter_send` parameter to `RequestsMock` that will allow
users to set
    through which function they would like to send real requests
-   Added support for re.Pattern based header matching.
-   Added support for gzipped response bodies to `json_params_matcher`.
- Fix `Content-Type` headers issue when the header was duplicated. See
[#&#8203;644](https://togithub.com/getsentry/responses/issues/644)
-   Moved types-pyyaml dependency to `tests_requires`
-   Removed Python3.7 support

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/downforeveryone).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
naa0yama pushed a commit to naa0yama/pythonboilerplate that referenced this issue Jan 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`~23.9.0` -> `~23.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.9.1/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.9.1/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.12.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23121)

[Compare
Source](https://togithub.com/psf/black/compare/23.12.0...23.12.1)

##### Packaging

- Fixed a bug that included dependencies from the `d` extra by default
([#&#8203;4108](https://togithub.com/psf/black/issues/4108))

###
[`v23.12.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23120)

[Compare
Source](https://togithub.com/psf/black/compare/23.11.0...23.12.0)

##### Highlights

It's almost 2024, which means it's time for a new edition of *Black*'s
stable style!
Together with this release, we'll put out an alpha release 24.1a1
showcasing the draft
2024 stable style, which we'll finalize in the January release. Please
try it out and
[share your feedback](https://togithub.com/psf/black/issues/4042).

This release (23.12.0) will still produce the 2023 style. Most but not
all of the
changes in `--preview` mode will be in the 2024 stable style.

##### Stable style

- Fix bug where `# fmt: off` automatically dedents when used with the
`--line-ranges`
option, even when it is not within the specified line range.
([#&#8203;4084](https://togithub.com/psf/black/issues/4084))
- Fix feature detection for parenthesized context managers
([#&#8203;4104](https://togithub.com/psf/black/issues/4104))

##### Preview style

- Prefer more equal signs before a break when splitting chained
assignments ([#&#8203;4010](https://togithub.com/psf/black/issues/4010))
- Standalone form feed characters at the module level are no longer
removed ([#&#8203;4021](https://togithub.com/psf/black/issues/4021))
- Additional cases of immediately nested tuples, lists, and dictionaries
are now
indented less
([#&#8203;4012](https://togithub.com/psf/black/issues/4012))
- Allow empty lines at the beginning of all blocks, except immediately
before a
docstring ([#&#8203;4060](https://togithub.com/psf/black/issues/4060))
- Fix crash in preview mode when using a short `--line-length`
([#&#8203;4086](https://togithub.com/psf/black/issues/4086))
- Keep suites consisting of only an ellipsis on their own lines if they
are not
functions or class definitions
([#&#8203;4066](https://togithub.com/psf/black/issues/4066))
([#&#8203;4103](https://togithub.com/psf/black/issues/4103))

##### Configuration

- `--line-ranges` now skips *Black*'s internal stability check in
`--safe` mode. This
avoids a crash on rare inputs that have many unformatted same-content
lines. ([#&#8203;4034](https://togithub.com/psf/black/issues/4034))

##### Packaging

- Upgrade to mypy 1.7.1
([#&#8203;4049](https://togithub.com/psf/black/issues/4049))
([#&#8203;4069](https://togithub.com/psf/black/issues/4069))
- Faster compiled wheels are now available for CPython 3.12
([#&#8203;4070](https://togithub.com/psf/black/issues/4070))

##### Integrations

- Enable 3.12 CI
([#&#8203;4035](https://togithub.com/psf/black/issues/4035))
- Build docker images in parallel
([#&#8203;4054](https://togithub.com/psf/black/issues/4054))
- Build docker images with 3.12
([#&#8203;4055](https://togithub.com/psf/black/issues/4055))

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/naa0yama/pythonboilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTI3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
naa0yama pushed a commit to naa0yama/pythonboilerplate that referenced this issue Jan 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [psf/black](https://togithub.com/psf/black) | repository | minor |
`23.9.1` -> `23.12.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>psf/black (psf/black)</summary>

###
[`v23.12.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23121)

[Compare
Source](https://togithub.com/psf/black/compare/23.12.0...23.12.1)

##### Packaging

- Fixed a bug that included dependencies from the `d` extra by default
([#&#8203;4108](https://togithub.com/psf/black/issues/4108))

###
[`v23.12.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23120)

[Compare
Source](https://togithub.com/psf/black/compare/23.11.0...23.12.0)

##### Highlights

It's almost 2024, which means it's time for a new edition of *Black*'s
stable style!
Together with this release, we'll put out an alpha release 24.1a1
showcasing the draft
2024 stable style, which we'll finalize in the January release. Please
try it out and
[share your feedback](https://togithub.com/psf/black/issues/4042).

This release (23.12.0) will still produce the 2023 style. Most but not
all of the
changes in `--preview` mode will be in the 2024 stable style.

##### Stable style

- Fix bug where `# fmt: off` automatically dedents when used with the
`--line-ranges`
option, even when it is not within the specified line range.
([#&#8203;4084](https://togithub.com/psf/black/issues/4084))
- Fix feature detection for parenthesized context managers
([#&#8203;4104](https://togithub.com/psf/black/issues/4104))

##### Preview style

- Prefer more equal signs before a break when splitting chained
assignments ([#&#8203;4010](https://togithub.com/psf/black/issues/4010))
- Standalone form feed characters at the module level are no longer
removed ([#&#8203;4021](https://togithub.com/psf/black/issues/4021))
- Additional cases of immediately nested tuples, lists, and dictionaries
are now
indented less
([#&#8203;4012](https://togithub.com/psf/black/issues/4012))
- Allow empty lines at the beginning of all blocks, except immediately
before a
docstring ([#&#8203;4060](https://togithub.com/psf/black/issues/4060))
- Fix crash in preview mode when using a short `--line-length`
([#&#8203;4086](https://togithub.com/psf/black/issues/4086))
- Keep suites consisting of only an ellipsis on their own lines if they
are not
functions or class definitions
([#&#8203;4066](https://togithub.com/psf/black/issues/4066))
([#&#8203;4103](https://togithub.com/psf/black/issues/4103))

##### Configuration

- `--line-ranges` now skips *Black*'s internal stability check in
`--safe` mode. This
avoids a crash on rare inputs that have many unformatted same-content
lines. ([#&#8203;4034](https://togithub.com/psf/black/issues/4034))

##### Packaging

- Upgrade to mypy 1.7.1
([#&#8203;4049](https://togithub.com/psf/black/issues/4049))
([#&#8203;4069](https://togithub.com/psf/black/issues/4069))
- Faster compiled wheels are now available for CPython 3.12
([#&#8203;4070](https://togithub.com/psf/black/issues/4070))

##### Integrations

- Enable 3.12 CI
([#&#8203;4035](https://togithub.com/psf/black/issues/4035))
- Build docker images in parallel
([#&#8203;4054](https://togithub.com/psf/black/issues/4054))
- Build docker images with 3.12
([#&#8203;4055](https://togithub.com/psf/black/issues/4055))

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/naa0yama/pythonboilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
sawyerh pushed a commit to sawyerh/highlights that referenced this issue Jan 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`23.9.1` -> `23.12.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.9.1/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.9.1/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-bugbear](https://togithub.com/PyCQA/flake8-bugbear#change-log)
([changelog](https://togithub.com/PyCQA/flake8-bugbear#change-log)) |
`23.9.16` -> `23.12.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-bugbear/23.9.16/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-bugbear/23.9.16/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [isort](https://pycqa.github.io/isort/)
([source](https://togithub.com/pycqa/isort),
[changelog](https://togithub.com/pycqa/isort/blob/main/CHANGELOG.md)) |
`5.12.0` -> `5.13.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/isort/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/isort/5.12.0/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/5.12.0/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

###
[`v23.12.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23121)

[Compare
Source](https://togithub.com/psf/black/compare/23.12.0...23.12.1)

##### Packaging

- Fixed a bug that included dependencies from the `d` extra by default
([#&#8203;4108](https://togithub.com/psf/black/issues/4108))

###
[`v23.12.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23120)

[Compare
Source](https://togithub.com/psf/black/compare/23.11.0...23.12.0)

##### Highlights

It's almost 2024, which means it's time for a new edition of *Black*'s
stable style!
Together with this release, we'll put out an alpha release 24.1a1
showcasing the draft
2024 stable style, which we'll finalize in the January release. Please
try it out and
[share your feedback](https://togithub.com/psf/black/issues/4042).

This release (23.12.0) will still produce the 2023 style. Most but not
all of the
changes in `--preview` mode will be in the 2024 stable style.

##### Stable style

- Fix bug where `# fmt: off` automatically dedents when used with the
`--line-ranges`
option, even when it is not within the specified line range.
([#&#8203;4084](https://togithub.com/psf/black/issues/4084))
- Fix feature detection for parenthesized context managers
([#&#8203;4104](https://togithub.com/psf/black/issues/4104))

##### Preview style

- Prefer more equal signs before a break when splitting chained
assignments ([#&#8203;4010](https://togithub.com/psf/black/issues/4010))
- Standalone form feed characters at the module level are no longer
removed ([#&#8203;4021](https://togithub.com/psf/black/issues/4021))
- Additional cases of immediately nested tuples, lists, and dictionaries
are now
indented less
([#&#8203;4012](https://togithub.com/psf/black/issues/4012))
- Allow empty lines at the beginning of all blocks, except immediately
before a
docstring ([#&#8203;4060](https://togithub.com/psf/black/issues/4060))
- Fix crash in preview mode when using a short `--line-length`
([#&#8203;4086](https://togithub.com/psf/black/issues/4086))
- Keep suites consisting of only an ellipsis on their own lines if they
are not
functions or class definitions
([#&#8203;4066](https://togithub.com/psf/black/issues/4066))
([#&#8203;4103](https://togithub.com/psf/black/issues/4103))

##### Configuration

- `--line-ranges` now skips *Black*'s internal stability check in
`--safe` mode. This
avoids a crash on rare inputs that have many unformatted same-content
lines. ([#&#8203;4034](https://togithub.com/psf/black/issues/4034))

##### Packaging

- Upgrade to mypy 1.7.1
([#&#8203;4049](https://togithub.com/psf/black/issues/4049))
([#&#8203;4069](https://togithub.com/psf/black/issues/4069))
- Faster compiled wheels are now available for CPython 3.12
([#&#8203;4070](https://togithub.com/psf/black/issues/4070))

##### Integrations

- Enable 3.12 CI
([#&#8203;4035](https://togithub.com/psf/black/issues/4035))
- Build docker images in parallel
([#&#8203;4054](https://togithub.com/psf/black/issues/4054))
- Build docker images with 3.12
([#&#8203;4055](https://togithub.com/psf/black/issues/4055))

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

</details>

<details>
<summary>PyCQA/flake8-bugbear (flake8-bugbear)</summary>

###
[`v23.12.2`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.12.2)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.11.28...23.12.2)

- B018: to detect useless-statements at all levels
([#&#8203;434](https://togithub.com/PyCQA/flake8-bugbear/issues/434))
- B018: Add classname to b018 useless-expression output
([#&#8203;433](https://togithub.com/PyCQA/flake8-bugbear/issues/433))
- B018: Include tuples in b018 useless-statement check
([#&#8203;432](https://togithub.com/PyCQA/flake8-bugbear/issues/432))

###
[`v23.11.28`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.11.28)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.11.26...23.11.28)

- B035: Fix false positive when named expressions are used
([#&#8203;430](https://togithub.com/PyCQA/flake8-bugbear/issues/430))

###
[`v23.11.26`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.11.26)

[Compare
Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.9.16...23.11.26)

- B035: add check for static keys in dict-comprehension
([#&#8203;426](https://togithub.com/PyCQA/flake8-bugbear/issues/426))
- B902: Add exceptions for standard library metaclasses
([#&#8203;415](https://togithub.com/PyCQA/flake8-bugbear/issues/415))
- B017: Modify to no longer have a false negative when raises() is
imported
directly from pytest
([#&#8203;424](https://togithub.com/PyCQA/flake8-bugbear/issues/424))
- B026: Fix bug where the check was not triggered for calls where the
caller
is an attribute
([#&#8203;420](https://togithub.com/PyCQA/flake8-bugbear/issues/420))

</details>

<details>
<summary>pycqa/isort (isort)</summary>

###
[`v5.13.2`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5132-December-13-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.13.1...5.13.2)

- Apply the bracket fix from issue
[#&#8203;471](https://togithub.com/pycqa/isort/issues/471) only for
use_parentheses=True
([#&#8203;2184](https://togithub.com/pycqa/isort/issues/2184))
[@&#8203;bp72](https://togithub.com/bp72)
- Confine pre-commit to stages
([#&#8203;2213](https://togithub.com/pycqa/isort/issues/2213))
[@&#8203;davidculley](https://togithub.com/davidculley)
- Fixed colors extras
([#&#8203;2212](https://togithub.com/pycqa/isort/issues/2212))
[@&#8203;staticdev](https://togithub.com/staticdev)

###
[`v5.13.1`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5131-December-11-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.13.0...5.13.1)

- Fixed integration tests
([#&#8203;2208](https://togithub.com/pycqa/isort/issues/2208))
[@&#8203;bp72](https://togithub.com/bp72)
- Fixed normalizing imports from more than one level of parent modules
(issue/2152)
([#&#8203;2191](https://togithub.com/pycqa/isort/issues/2191))
[@&#8203;bp72](https://togithub.com/bp72)
- Remove optional dependencies without extras
([#&#8203;2207](https://togithub.com/pycqa/isort/issues/2207))
[@&#8203;staticdev](https://togithub.com/staticdev)

###
[`v5.13.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5130-December-9-2023)

[Compare
Source](https://togithub.com/pycqa/isort/compare/5.12.0...5.13.0)

- Cleanup deprecated extras
([#&#8203;2089](https://togithub.com/pycqa/isort/issues/2089))
[@&#8203;staticdev](https://togithub.com/staticdev)
- Fixed [#&#8203;1989](https://togithub.com/pycqa/isort/issues/1989):
settings lookup when working in stream based mode
- Fixed 80 line length for wemake linter
([#&#8203;2183](https://togithub.com/pycqa/isort/issues/2183))
[@&#8203;skatromb](https://togithub.com/skatromb)
- Add support for Python 3.12
([#&#8203;2175](https://togithub.com/pycqa/isort/issues/2175))
[@&#8203;hugovk](https://togithub.com/hugovk)
- Fixed: add newest version to pre-commit docs
([#&#8203;2190](https://togithub.com/pycqa/isort/issues/2190))
[@&#8203;AzulGarza](https://togithub.com/AzulGarza)
- Fixed assertions in test_git_hook
([#&#8203;2196](https://togithub.com/pycqa/isort/issues/2196))
[@&#8203;mgorny](https://togithub.com/mgorny)
- Removed check for include_trailing_comma for the Hanging Indent wrap
mode ([#&#8203;2192](https://togithub.com/pycqa/isort/issues/2192))
[@&#8203;bp72](https://togithub.com/bp72)
- Use the standard library tomllib on sufficiently new python
([#&#8203;2202](https://togithub.com/pycqa/isort/issues/2202))
[@&#8203;eli-schwartz](https://togithub.com/eli-schwartz)
- Update pre-commit.md version number
([#&#8203;2197](https://togithub.com/pycqa/isort/issues/2197))
[@&#8203;nicobako](https://togithub.com/nicobako)
- doc: Update black_compatibility.md
([#&#8203;2177](https://togithub.com/pycqa/isort/issues/2177))
[@&#8203;JSS95](https://togithub.com/JSS95)
- Fixed safety sept 2023
([#&#8203;2178](https://togithub.com/pycqa/isort/issues/2178))
[@&#8203;staticdev](https://togithub.com/staticdev)
- docs: fix black profile documentation
([#&#8203;2163](https://togithub.com/pycqa/isort/issues/2163))
[@&#8203;nijel](https://togithub.com/nijel)
- Fixed typo: indended -> indented
([#&#8203;2161](https://togithub.com/pycqa/isort/issues/2161))
[@&#8203;vadimkerr](https://togithub.com/vadimkerr)
- Docs(configuration/options.md): fix missing trailing spaces for hard
linebreak ([#&#8203;2157](https://togithub.com/pycqa/isort/issues/2157))
[@&#8203;JoeyTeng](https://togithub.com/JoeyTeng)
- Update pre-commit.md
([#&#8203;2148](https://togithub.com/pycqa/isort/issues/2148))
[@&#8203;godiard](https://togithub.com/godiard)
- chore: move configurations to pyproject.toml
([#&#8203;2115](https://togithub.com/pycqa/isort/issues/2115))
[@&#8203;SauravMaheshkar](https://togithub.com/SauravMaheshkar)
- Fixed typo in README
([#&#8203;2112](https://togithub.com/pycqa/isort/issues/2112))
[@&#8203;stefmolin](https://togithub.com/stefmolin)
- Update version in pre-commit setup to avoid installation issue with
poetry ([#&#8203;2103](https://togithub.com/pycqa/isort/issues/2103))
[@&#8203;stefmolin](https://togithub.com/stefmolin)
- Skip .pytype directory by default.
([#&#8203;2098](https://togithub.com/pycqa/isort/issues/2098))
[@&#8203;manueljacob](https://togithub.com/manueljacob)
- Fixed a tip block styling in the Config Files section
([#&#8203;2097](https://togithub.com/pycqa/isort/issues/2097))
[@&#8203;Klavionik](https://togithub.com/Klavionik)
- Do not cache configuration files
([#&#8203;1995](https://togithub.com/pycqa/isort/issues/1995))
[@&#8203;kaste](https://togithub.com/kaste)
- Derive settings_path from --filename
([#&#8203;1992](https://togithub.com/pycqa/isort/issues/1992))
[@&#8203;kaste](https://togithub.com/kaste)
- Fixed year of version 5.12.0 in CHANGELOG.md
([#&#8203;2082](https://togithub.com/pycqa/isort/issues/2082))
[@&#8203;DjLegolas](https://togithub.com/DjLegolas)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sawyerh/highlights).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to BSStudio/bss-web-file-api that referenced this issue Mar 18, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [psf/black](https://togithub.com/psf/black) | repository | major |
`22.12.0` -> `24.3.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>psf/black (psf/black)</summary>

###
[`v24.3.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2430)

[Compare Source](https://togithub.com/psf/black/compare/24.2.0...24.3.0)

##### Highlights

This release is a milestone: it fixes Black's first CVE security
vulnerability. If you
run Black on untrusted input, or if you habitually put thousands of
leading tab
characters in your docstrings, you are strongly encouraged to upgrade
immediately to fix

[CVE-2024-21503](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21503).

This release also fixes a bug in Black's AST safety check that allowed
Black to make
incorrect changes to certain f-strings that are valid in Python 3.12 and
higher.

##### Stable style

- Don't move comments along with delimiters, which could cause crashes
([#&#8203;4248](https://togithub.com/psf/black/issues/4248))
- Strengthen AST safety check to catch more unsafe changes to strings.
Previous versions
of Black would incorrectly format the contents of certain unusual
f-strings containing
nested strings with the same quote type. Now, Black will crash on such
strings until
support for the new f-string syntax is implemented.
([#&#8203;4270](https://togithub.com/psf/black/issues/4270))
- Fix a bug where line-ranges exceeding the last code line would not
work as expected
    ([#&#8203;4273](https://togithub.com/psf/black/issues/4273))

##### Performance

- Fix catastrophic performance on docstrings that contain large numbers
of leading tab
    characters. This fixes

[CVE-2024-21503](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21503).
    ([#&#8203;4278](https://togithub.com/psf/black/issues/4278))

##### Documentation

- Note what happens when `--check` is used with `--quiet`
([#&#8203;4236](https://togithub.com/psf/black/issues/4236))

###
[`v24.2.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2420)

[Compare Source](https://togithub.com/psf/black/compare/24.1.1...24.2.0)

##### Stable style

- Fixed a bug where comments where mistakenly removed along with
redundant parentheses
    ([#&#8203;4218](https://togithub.com/psf/black/issues/4218))

##### Preview style

- Move the `hug_parens_with_braces_and_square_brackets` feature to the
unstable style
due to an outstanding crash and proposed formatting tweaks
([#&#8203;4198](https://togithub.com/psf/black/issues/4198))
- Fixed a bug where base expressions caused inconsistent formatting of
\*\* in tenary
expression ([#&#8203;4154](https://togithub.com/psf/black/issues/4154))
- Checking for newline before adding one on docstring that is almost at
the line limit
    ([#&#8203;4185](https://togithub.com/psf/black/issues/4185))
- Remove redundant parentheses in `case` statement `if` guards
([#&#8203;4214](https://togithub.com/psf/black/issues/4214)).

##### Configuration

- Fix issue where *Black* would ignore input files in the presence of
symlinks ([#&#8203;4222](https://togithub.com/psf/black/issues/4222))
- *Black* now ignores `pyproject.toml` that is missing a `tool.black`
section when
discovering project root and configuration. Since *Black* continues to
use version
control as an indicator of project root, this is expected to primarily
change behavior
for users in a monorepo setup (desirably). If you wish to preserve
previous behavior,
simply add an empty `[tool.black]` to the previously discovered
`pyproject.toml`
    ([#&#8203;4204](https://togithub.com/psf/black/issues/4204))

##### Output

- Black will swallow any `SyntaxWarning`s or `DeprecationWarning`s
produced by the `ast`
module when performing equivalence checks
([#&#8203;4189](https://togithub.com/psf/black/issues/4189))

##### Integrations

- Add a JSONSchema and provide a validate-pyproject entry-point
([#&#8203;4181](https://togithub.com/psf/black/issues/4181))

###
[`v24.1.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2411)

[Compare Source](https://togithub.com/psf/black/compare/24.1.0...24.1.1)

Bugfix release to fix a bug that made Black unusable on certain file
systems with strict
limits on path length.

##### Preview style

- Consistently add trailing comma on typed parameters
([#&#8203;4164](https://togithub.com/psf/black/issues/4164))

##### Configuration

- Shorten the length of the name of the cache file to fix crashes on
file systems that
do not support long paths
([#&#8203;4176](https://togithub.com/psf/black/issues/4176))

###
[`v24.1.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2410)

[Compare
Source](https://togithub.com/psf/black/compare/23.12.1...24.1.0)

##### Highlights

This release introduces the new 2024 stable style
([#&#8203;4106](https://togithub.com/psf/black/issues/4106)),
stabilizing the following
changes:

- Add parentheses around `if`-`else` expressions
([#&#8203;2278](https://togithub.com/psf/black/issues/2278))
- Dummy class and function implementations consisting only of `...` are
formatted more
compactly ([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
- If an assignment statement is too long, we now prefer splitting on the
right-hand side
    ([#&#8203;3368](https://togithub.com/psf/black/issues/3368))
- Hex codes in Unicode escape sequences are now standardized to
lowercase ([#&#8203;2916](https://togithub.com/psf/black/issues/2916))
- Allow empty first lines at the beginning of most blocks
([#&#8203;3967](https://togithub.com/psf/black/issues/3967),
[#&#8203;4061](https://togithub.com/psf/black/issues/4061))
- Add parentheses around long type annotations
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Enforce newline after module docstrings
([#&#8203;3932](https://togithub.com/psf/black/issues/3932),
[#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Fix incorrect magic trailing comma handling in return types
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Remove blank lines before class docstrings
([#&#8203;3692](https://togithub.com/psf/black/issues/3692))
- Wrap multiple context managers in parentheses if combined in a single
`with` statement
    ([#&#8203;3489](https://togithub.com/psf/black/issues/3489))
- Fix bug in line length calculations for power operations
([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Add trailing commas to collection literals even if there's a comment
after the last
    entry ([#&#8203;3393](https://togithub.com/psf/black/issues/3393))
- When using `--skip-magic-trailing-comma` or `-C`, trailing commas are
stripped from
subscript expressions with more than 1 element
([#&#8203;3209](https://togithub.com/psf/black/issues/3209))
- Add extra blank lines in stubs in a few cases
([#&#8203;3564](https://togithub.com/psf/black/issues/3564),
[#&#8203;3862](https://togithub.com/psf/black/issues/3862))
- Accept raw strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))
- Split long lines in case blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Stop removing spaces from walrus operators within subscripts
([#&#8203;3823](https://togithub.com/psf/black/issues/3823))
- Fix incorrect formatting of certain async statements
([#&#8203;3609](https://togithub.com/psf/black/issues/3609))
- Allow combining `# fmt: skip` with other comments
([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

There are already a few improvements in the `--preview` style, which are
slated for the
2025 stable style. Try them out and
[share your feedback](https://togithub.com/psf/black/issues). In the
past, the preview
style has included some features that we were not able to stabilize.
This year, we're
adding a separate `--unstable` style for features with known problems.
Now, the
`--preview` style only includes features that we actually expect to make
it into next
year's stable style.

##### Stable style

Several bug fixes were made in features that are moved to the stable
style in this
release:

- Fix comment handling when parenthesising conditional expressions
([#&#8203;4134](https://togithub.com/psf/black/issues/4134))
- Fix bug where spaces were not added around parenthesized walruses in
subscripts,
unlike other binary operators
([#&#8203;4109](https://togithub.com/psf/black/issues/4109))
- Remove empty lines before docstrings in async functions
([#&#8203;4132](https://togithub.com/psf/black/issues/4132))
- Address a missing case in the change to allow empty lines at the
beginning of all
blocks, except immediately before a docstring
([#&#8203;4130](https://togithub.com/psf/black/issues/4130))
- For stubs, fix logic to enforce empty line after nested classes with
bodies ([#&#8203;4141](https://togithub.com/psf/black/issues/4141))

##### Preview style

- Add `--unstable` style, covering preview features that have known
problems that would
block them from going into the stable style. Also add the
`--enable-unstable-feature`
    flag; for example, use
`--enable-unstable-feature hug_parens_with_braces_and_square_brackets`
to apply this
preview feature throughout 2024, even if a later Black release
downgrades the feature
to unstable ([#&#8203;4096](https://togithub.com/psf/black/issues/4096))
- Format module docstrings the same as class and function docstrings
([#&#8203;4095](https://togithub.com/psf/black/issues/4095))
- Fix crash when using a walrus in a dictionary
([#&#8203;4155](https://togithub.com/psf/black/issues/4155))
- Fix unnecessary parentheses when wrapping long dicts
([#&#8203;4135](https://togithub.com/psf/black/issues/4135))
- Stop normalizing spaces before `# fmt: skip` comments
([#&#8203;4146](https://togithub.com/psf/black/issues/4146))

##### Configuration

- Print warning when configuration in `pyproject.toml` contains an
invalid key ([#&#8203;4165](https://togithub.com/psf/black/issues/4165))
- Fix symlink handling, properly ignoring symlinks that point outside of
root ([#&#8203;4161](https://togithub.com/psf/black/issues/4161))
- Fix cache mtime logic that resulted in false positive cache hits
([#&#8203;4128](https://togithub.com/psf/black/issues/4128))
- Remove the long-deprecated `--experimental-string-processing` flag.
This feature can
currently be enabled with `--preview --enable-unstable-feature
string_processing`.
    ([#&#8203;4096](https://togithub.com/psf/black/issues/4096))

##### Integrations

- Revert the change to run Black's pre-commit integration only on
specific git hooks
([#&#8203;3940](https://togithub.com/psf/black/issues/3940)) for better
compatibility with older versions of pre-commit
([#&#8203;4137](https://togithub.com/psf/black/issues/4137))

###
[`v23.12.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23121)

[Compare
Source](https://togithub.com/psf/black/compare/23.12.0...23.12.1)

##### Packaging

- Fixed a bug that included dependencies from the `d` extra by default
([#&#8203;4108](https://togithub.com/psf/black/issues/4108))

###
[`v23.12.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23120)

[Compare
Source](https://togithub.com/psf/black/compare/23.11.0...23.12.0)

##### Highlights

It's almost 2024, which means it's time for a new edition of *Black*'s
stable style!
Together with this release, we'll put out an alpha release 24.1a1
showcasing the draft
2024 stable style, which we'll finalize in the January release. Please
try it out and
[share your feedback](https://togithub.com/psf/black/issues/4042).

This release (23.12.0) will still produce the 2023 style. Most but not
all of the
changes in `--preview` mode will be in the 2024 stable style.

##### Stable style

- Fix bug where `# fmt: off` automatically dedents when used with the
`--line-ranges`
option, even when it is not within the specified line range.
([#&#8203;4084](https://togithub.com/psf/black/issues/4084))
- Fix feature detection for parenthesized context managers
([#&#8203;4104](https://togithub.com/psf/black/issues/4104))

##### Preview style

- Prefer more equal signs before a break when splitting chained
assignments ([#&#8203;4010](https://togithub.com/psf/black/issues/4010))
- Standalone form feed characters at the module level are no longer
removed ([#&#8203;4021](https://togithub.com/psf/black/issues/4021))
- Additional cases of immediately nested tuples, lists, and dictionaries
are now
indented less
([#&#8203;4012](https://togithub.com/psf/black/issues/4012))
- Allow empty lines at the beginning of all blocks, except immediately
before a
docstring ([#&#8203;4060](https://togithub.com/psf/black/issues/4060))
- Fix crash in preview mode when using a short `--line-length`
([#&#8203;4086](https://togithub.com/psf/black/issues/4086))
- Keep suites consisting of only an ellipsis on their own lines if they
are not
functions or class definitions
([#&#8203;4066](https://togithub.com/psf/black/issues/4066))
([#&#8203;4103](https://togithub.com/psf/black/issues/4103))

##### Configuration

- `--line-ranges` now skips *Black*'s internal stability check in
`--safe` mode. This
avoids a crash on rare inputs that have many unformatted same-content
lines. ([#&#8203;4034](https://togithub.com/psf/black/issues/4034))

##### Packaging

- Upgrade to mypy 1.7.1
([#&#8203;4049](https://togithub.com/psf/black/issues/4049))
([#&#8203;4069](https://togithub.com/psf/black/issues/4069))
- Faster compiled wheels are now available for CPython 3.12
([#&#8203;4070](https://togithub.com/psf/black/issues/4070))

##### Integrations

- Enable 3.12 CI
([#&#8203;4035](https://togithub.com/psf/black/issues/4035))
- Build docker images in parallel
([#&#8203;4054](https://togithub.com/psf/black/issues/4054))
- Build docker images with 3.12
([#&#8203;4055](https://togithub.com/psf/black/issues/4055))

###
[`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0)

##### Highlights

- Support formatting ranges of lines with the new `--line-ranges`
command-line option
    ([#&#8203;4020](https://togithub.com/psf/black/issues/4020))

##### Stable style

- Fix crash on formatting bytes strings that look like docstrings
([#&#8203;4003](https://togithub.com/psf/black/issues/4003))
- Fix crash when whitespace followed a backslash before newline in a
docstring ([#&#8203;4008](https://togithub.com/psf/black/issues/4008))
- Fix standalone comments inside complex blocks crashing Black
([#&#8203;4016](https://togithub.com/psf/black/issues/4016))
- Fix crash on formatting code like `await (a ** b)`
([#&#8203;3994](https://togithub.com/psf/black/issues/3994))
- No longer treat leading f-strings as docstrings. This matches Python's
behaviour and
fixes a crash
([#&#8203;4019](https://togithub.com/psf/black/issues/4019))

##### Preview style

- Multiline dicts and lists that are the sole argument to a function are
now indented
    less ([#&#8203;3964](https://togithub.com/psf/black/issues/3964))
- Multiline unpacked dicts and lists as the sole argument to a function
are now also
indented less
([#&#8203;3992](https://togithub.com/psf/black/issues/3992))
- In f-string debug expressions, quote types that are visible in the
final string are
now preserved
([#&#8203;4005](https://togithub.com/psf/black/issues/4005))
- Fix a bug where long `case` blocks were not split into multiple lines.
Also enable
general trailing comma rules on `case` blocks
([#&#8203;4024](https://togithub.com/psf/black/issues/4024))
- Keep requiring two empty lines between module-level docstring and
first function or
class definition
([#&#8203;4028](https://togithub.com/psf/black/issues/4028))
- Add support for single-line format skip with other comments on the
same line ([#&#8203;3959](https://togithub.com/psf/black/issues/3959))

##### Configuration

- Consistently apply force exclusion logic before resolving symlinks
([#&#8203;4015](https://togithub.com/psf/black/issues/4015))
- Fix a bug in the matching of absolute path names in `--include`
([#&#8203;3976](https://togithub.com/psf/black/issues/3976))

##### Performance

- Fix mypyc builds on arm64 on macOS
([#&#8203;4017](https://togithub.com/psf/black/issues/4017))

##### Integrations

- Black's pre-commit integration will now run only on git hooks
appropriate for a code
formatter ([#&#8203;3940](https://togithub.com/psf/black/issues/3940))

###
[`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)

[Compare
Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)

##### Highlights

- Maintenance release to get a fix out for GitHub Action edge case
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Preview style

- Fix merging implicit multiline strings that have inline comments
([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
- Allow empty first line after block open before a comment or compound
statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))

##### Packaging

- Change Dockerfile to hatch + compile black
([#&#8203;3965](https://togithub.com/psf/black/issues/3965))

##### Integrations

- The summary output for GitHub workflows is now suppressible using the
`summary`
parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
- Fix the action failing when Black check doesn't pass
([#&#8203;3957](https://togithub.com/psf/black/issues/3957))

##### Documentation

-   It is known Windows documentation CI is broken

[psf/black#3968

###
[`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)

[Compare
Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)

##### Stable style

- Fix comments getting removed from inside parenthesized strings
([#&#8203;3909](https://togithub.com/psf/black/issues/3909))

##### Preview style

- Fix long lines with power operators getting split before the line
length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
- Long type hints are now wrapped in parentheses and properly indented
when split across
multiple lines
([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
- Magic trailing commas are now respected in return types.
([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
- Require one empty line after module-level docstrings.
([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
- Treat raw triple-quoted strings as docstrings
([#&#8203;3947](https://togithub.com/psf/black/issues/3947))

##### Configuration

- Fix cache versioning logic when `BLACK_CACHE_DIR` is set
([#&#8203;3937](https://togithub.com/psf/black/issues/3937))

##### Parser

- Fix bug where attributes named `type` were not acccepted inside
`match` statements
    ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
- Add support for PEP 695 type aliases containing lambdas and other
unusual expressions
    ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))

##### Output

- Black no longer attempts to provide special errors for attempting to
format Python 2
    code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
- Black will more consistently print stacktraces on internal errors in
verbose mode
    ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))

##### Integrations

- The action output displayed in the job summary is now wrapped in
Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))

###
[`v23.9.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2391)

[Compare Source](https://togithub.com/psf/black/compare/23.9.0...23.9.1)

Due to various issues, the previous release (23.9.0) did not include
compiled mypyc
wheels, which make Black significantly faster. These issues have now
been fixed, and
this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will
provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.

##### Packaging

- Upgrade to mypy 1.5.1
([#&#8203;3864](https://togithub.com/psf/black/issues/3864))

##### Performance

- Store raw tuples instead of NamedTuples in Black's cache, improving
performance and
decreasing the size of the cache
([#&#8203;3877](https://togithub.com/psf/black/issues/3877))

###
[`v23.9.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2390)

[Compare Source](https://togithub.com/psf/black/compare/23.7.0...23.9.0)

##### Preview style

- More concise formatting for dummy implementations
([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
- In stub files, add a blank line between a statement with a body (e.g
an
`if sys.version_info > (3, x):`) and a function definition on the same
level ([#&#8203;3862](https://togithub.com/psf/black/issues/3862))
- Fix a bug whereby spaces were removed from walrus operators within
subscript([#&#8203;3823](https://togithub.com/psf/black/issues/3823))

##### Configuration

- Black now applies exclusion and ignore logic before resolving symlinks
([#&#8203;3846](https://togithub.com/psf/black/issues/3846))

##### Performance

- Avoid importing `IPython` if notebook cells do not contain magics
([#&#8203;3782](https://togithub.com/psf/black/issues/3782))
- Improve caching by comparing file hashes as fallback for mtime and
size ([#&#8203;3821](https://togithub.com/psf/black/issues/3821))

##### *Blackd*

- Fix an issue in `blackd` with single character input
([#&#8203;3558](https://togithub.com/psf/black/issues/3558))

##### Integrations

-   Black now has an
[official pre-commit
mirror](https://togithub.com/psf/black-pre-commit-mirror). Swapping
`https://github.com/psf/black` to
`https://github.com/psf/black-pre-commit-mirror` in
your `.pre-commit-config.yaml` will make Black about 2x faster
([#&#8203;3828](https://togithub.com/psf/black/issues/3828))
- The `.black.env` folder specified by `ENV_PATH` will now be removed on
the completion
of the GitHub Action
([#&#8203;3759](https://togithub.com/psf/black/issues/3759))

###
[`v23.7.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2370)

[Compare Source](https://togithub.com/psf/black/compare/23.3.0...23.7.0)

##### Highlights

- Runtime support for Python 3.7 has been removed. Formatting 3.7 code
will still be
supported until further notice
([#&#8203;3765](https://togithub.com/psf/black/issues/3765))

##### Stable style

- Fix a bug where an illegal trailing comma was added to return type
annotations using
PEP 604 unions
([#&#8203;3735](https://togithub.com/psf/black/issues/3735))
- Fix several bugs and crashes where comments in stub files were removed
or mishandled
under some circumstances
([#&#8203;3745](https://togithub.com/psf/black/issues/3745))
- Fix a crash with multi-line magic comments like `type: ignore` within
parentheses
    ([#&#8203;3740](https://togithub.com/psf/black/issues/3740))
- Fix error in AST validation when *Black* removes trailing whitespace
in a type comment
    ([#&#8203;3773](https://togithub.com/psf/black/issues/3773))

##### Preview style

- Implicitly concatenated strings used as function args are no longer
wrapped inside
parentheses ([#&#8203;3640](https://togithub.com/psf/black/issues/3640))
- Remove blank lines between a class definition and its docstring
([#&#8203;3692](https://togithub.com/psf/black/issues/3692))

##### Configuration

- The `--workers` argument to *Black* can now be specified via the
`BLACK_NUM_WORKERS`
environment variable
([#&#8203;3743](https://togithub.com/psf/black/issues/3743))
- `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by
default ([#&#8203;3691](https://togithub.com/psf/black/issues/3691))
- Fix *Black* not honouring `pyproject.toml` settings when running
`--stdin-filename`
and the `pyproject.toml` found isn't in the current working directory
([#&#8203;3719](https://togithub.com/psf/black/issues/3719))
- *Black* will now error if `exclude` and `extend-exclude` have invalid
data types in
`pyproject.toml`, instead of silently doing the wrong thing
([#&#8203;3764](https://togithub.com/psf/black/issues/3764))

##### Packaging

- Upgrade mypyc from 0.991 to 1.3
([#&#8203;3697](https://togithub.com/psf/black/issues/3697))
- Remove patching of Click that mitigated errors on Python 3.6 with
`LANG=C` ([#&#8203;3768](https://togithub.com/psf/black/issues/3768))

##### Parser

- Add support for the new PEP 695 syntax in Python 3.12
([#&#8203;3703](https://togithub.com/psf/black/issues/3703))

##### Performance

- Speed up *Black* significantly when the cache is full
([#&#8203;3751](https://togithub.com/psf/black/issues/3751))
- Avoid importing `IPython` in a case where we wouldn't need it
([#&#8203;3748](https://togithub.com/psf/black/issues/3748))

##### Output

- Use aware UTC datetimes internally, avoids deprecation warning on
Python 3.12 ([#&#8203;3728](https://togithub.com/psf/black/issues/3728))
- Change verbose logging to exactly mirror *Black*'s logic for source
discovery ([#&#8203;3749](https://togithub.com/psf/black/issues/3749))

##### *Blackd*

- The `blackd` argument parser now shows the default values for options
in their help
    text ([#&#8203;3712](https://togithub.com/psf/black/issues/3712))

##### Integrations

-   Black is now tested with
[`PYTHONWARNDEFAULTENCODING =
1`](https://docs.python.org/3/library/io.html#io-encoding-warning)
    ([#&#8203;3763](https://togithub.com/psf/black/issues/3763))
- Update GitHub Action to display black output in the job summary
([#&#8203;3688](https://togithub.com/psf/black/issues/3688))

##### Documentation

- Add a CITATION.cff file to the root of the repository, containing
metadata on how to
cite this software
([#&#8203;3723](https://togithub.com/psf/black/issues/3723))
- Update the *classes* and *exceptions* documentation in Developer
reference to match
the latest code base
([#&#8203;3755](https://togithub.com/psf/black/issues/3755))

###
[`v23.3.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2330)

[Compare Source](https://togithub.com/psf/black/compare/23.1.0...23.3.0)

##### Highlights

This release fixes a longstanding confusing behavior in Black's GitHub
action, where the
version of the action did not determine the version of Black being run
(issue [#&#8203;3382](https://togithub.com/psf/black/issues/3382)). In
addition, there is a small bug fix around imports and a number of
improvements to the
preview style.

Please try out the
[preview
style](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#preview-style)
with `black --preview` and tell us your feedback. All changes in the
preview style are
expected to become part of Black's stable style in January 2024.

##### Stable style

- Import lines with `# fmt: skip` and `# fmt: off` no longer have an
extra blank line
added when they are right after another import line
([#&#8203;3610](https://togithub.com/psf/black/issues/3610))

##### Preview style

- Add trailing commas to collection literals even if there's a comment
after the last
    entry ([#&#8203;3393](https://togithub.com/psf/black/issues/3393))
- `async def`, `async for`, and `async with` statements are now
formatted consistently
compared to their non-async version.
([#&#8203;3609](https://togithub.com/psf/black/issues/3609))
- `with` statements that contain two context managers will be
consistently wrapped in
parentheses ([#&#8203;3589](https://togithub.com/psf/black/issues/3589))
- Let string splitters respect [East Asian
Width](https://www.unicode.org/reports/tr11/)
    ([#&#8203;3445](https://togithub.com/psf/black/issues/3445))
- Now long string literals can be split after East Asian commas and
periods (`、` U+3001
IDEOGRAPHIC COMMA, `。` U+3002 IDEOGRAPHIC FULL STOP, & `,` U+FF0C
FULLWIDTH COMMA)
besides before spaces
([#&#8203;3445](https://togithub.com/psf/black/issues/3445))
- For stubs, enforce one blank line after a nested class with a body
other than just
    `...` ([#&#8203;3564](https://togithub.com/psf/black/issues/3564))
- Improve handling of multiline strings by changing line split behavior
([#&#8203;1879](https://togithub.com/psf/black/issues/1879))

##### Parser

- Added support for formatting files with invalid type comments
([#&#8203;3594](https://togithub.com/psf/black/issues/3594))

##### Integrations

- Update GitHub Action to use the version of Black equivalent to
action's version if
version input is not specified
([#&#8203;3543](https://togithub.com/psf/black/issues/3543))
- Fix missing Python binary path in autoload script for vim
([#&#8203;3508](https://togithub.com/psf/black/issues/3508))

##### Documentation

- Document that only the most recent release is supported for security
issues;
vulnerabilities should be reported through Tidelift
([#&#8203;3612](https://togithub.com/psf/black/issues/3612))

###
[`v23.1.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2310)

[Compare
Source](https://togithub.com/psf/black/compare/22.12.0...23.1.0)

##### Highlights

This is the first release of 2023, and following our
[stability
policy](https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy),
it comes with a number of improvements to our stable style, including
improvements to
empty line handling, removal of redundant parentheses in several
contexts, and output
that highlights implicitly concatenated strings better.

There are also many changes to the preview style; try out `black
--preview` and give us
feedback to help us set the stable style for next year.

In addition to style changes, Black now automatically infers the
supported Python
versions from your `pyproject.toml` file, removing the need to set
Black's target
versions separately.

##### Stable style

- Introduce the 2023 stable style, which incorporates most aspects of
last year's
preview style
([#&#8203;3418](https://togithub.com/psf/black/issues/3418)). Specific
changes:
- Enforce empty lines before classes and functions with sticky leading
comments
([#&#8203;3302](https://togithub.com/psf/black/issues/3302)) (22.12.0)
- Reformat empty and whitespace-only files as either an empty file (if
no newline is
present) or as a single newline character (if a newline is present)
([#&#8203;3348](https://togithub.com/psf/black/issues/3348))
        (22.12.0)
- Implicitly concatenated strings used as function args are now wrapped
inside
parentheses ([#&#8203;3307](https://togithub.com/psf/black/issues/3307))
(22.12.0)
- Correctly handle trailing commas that are inside a line's leading
non-nested parens
([#&#8203;3370](https://togithub.com/psf/black/issues/3370)) (22.12.0)
- `--skip-string-normalization` / `-S` now prevents docstring prefixes
from being
normalized as expected
([#&#8203;3168](https://togithub.com/psf/black/issues/3168)) (since
22.8.0)
- When using `--skip-magic-trailing-comma` or `-C`, trailing commas are
stripped from
subscript expressions with more than 1 element
([#&#8203;3209](https://togithub.com/psf/black/issues/3209)) (22.8.0)
- Implicitly concatenated strings inside a list, set, or tuple are now
wrapped inside
parentheses ([#&#8203;3162](https://togithub.com/psf/black/issues/3162))
(22.8.0)
- Fix a string merging/split issue when a comment is present in the
middle of
implicitly concatenated strings on its own line
([#&#8203;3227](https://togithub.com/psf/black/issues/3227)) (22.8.0)
- Docstring quotes are no longer moved if it would violate the line
length limit
([#&#8203;3044](https://togithub.com/psf/black/issues/3044),
[#&#8203;3430](https://togithub.com/psf/black/issues/3430)) (22.6.0)
- Parentheses around return annotations are now managed
([#&#8203;2990](https://togithub.com/psf/black/issues/2990)) (22.6.0)
- Remove unnecessary parentheses around awaited objects
([#&#8203;2991](https://togithub.com/psf/black/issues/2991)) (22.6.0)
- Remove unnecessary parentheses in `with` statements
([#&#8203;2926](https://togithub.com/psf/black/issues/2926)) (22.6.0)
- Remove trailing newlines after code block open
([#&#8203;3035](https://togithub.com/psf/black/issues/3035)) (22.6.0)
- Code cell separators `#%%` are now standardised to `# %%`
([#&#8203;2919](https://togithub.com/psf/black/issues/2919)) (22.3.0)
- Remove unnecessary parentheses from `except` statements
([#&#8203;2939](https://togithub.com/psf/black/issues/2939)) (22.3.0)
- Remove unnecessary parentheses from tuple unpacking in `for` loops
([#&#8203;2945](https://togithub.com/psf/black/issues/2945)) (22.3.0)
- Avoid magic-trailing-comma in single-element subscripts
([#&#8203;2942](https://togithub.com/psf/black/issues/2942)) (22.3.0)
- Fix a crash when a colon line is marked between `# fmt: off` and `#
fmt: on` ([#&#8203;3439](https://togithub.com/psf/black/issues/3439))

##### Preview style

- Format hex codes in unicode escape sequences in string literals
([#&#8203;2916](https://togithub.com/psf/black/issues/2916))
- Add parentheses around `if`-`else` expressions
([#&#8203;2278](https://togithub.com/psf/black/issues/2278))
- Improve performance on large expressions that contain many strings
([#&#8203;3467](https://togithub.com/psf/black/issues/3467))
- Fix a crash in preview style with assert + parenthesized string
([#&#8203;3415](https://togithub.com/psf/black/issues/3415))
- Fix crashes in preview style with walrus operators used in function
return annotations
and except clauses
([#&#8203;3423](https://togithub.com/psf/black/issues/3423))
- Fix a crash in preview advanced string processing where mixed
implicitly concatenated
regular and f-strings start with an empty span
([#&#8203;3463](https://togithub.com/psf/black/issues/3463))
- Fix a crash in preview advanced string processing where a standalone
comment is placed
before a dict's value
([#&#8203;3469](https://togithub.com/psf/black/issues/3469))
- Fix an issue where extra empty lines are added when a decorator has `#
fmt: skip`
applied or there is a standalone comment between decorators
([#&#8203;3470](https://togithub.com/psf/black/issues/3470))
- Do not put the closing quotes in a docstring on a separate line, even
if the line is
too long ([#&#8203;3430](https://togithub.com/psf/black/issues/3430))
- Long values in dict literals are now wrapped in parentheses;
correspondingly
unnecessary parentheses around short values in dict literals are now
removed; long
string lambda values are now wrapped in parentheses
([#&#8203;3440](https://togithub.com/psf/black/issues/3440))
- Fix two crashes in preview style involving edge cases with docstrings
([#&#8203;3451](https://togithub.com/psf/black/issues/3451))
- Exclude string type annotations from improved string processing; fix
crash when the
return type annotation is stringified and spans across multiple lines
([#&#8203;3462](https://togithub.com/psf/black/issues/3462))
- Wrap multiple context managers in parentheses when targeting Python
3.9+ ([#&#8203;3489](https://togithub.com/psf/black/issues/3489))
- Fix several crashes in preview style with walrus operators used in
`with` statements
or tuples ([#&#8203;3473](https://togithub.com/psf/black/issues/3473))
- Fix an invalid quote escaping bug in f-string expressions where it
produced invalid
code. Implicitly concatenated f-strings with different quotes can now be
merged or
quote-normalized by changing the quotes used in expressions.
([#&#8203;3509](https://togithub.com/psf/black/issues/3509))
- Fix crash on `await (yield)` when Black is compiled with mypyc
([#&#8203;3533](https://togithub.com/psf/black/issues/3533))

##### Configuration

- Black now tries to infer its `--target-version` from the project
metadata specified in
`pyproject.toml`
([#&#8203;3219](https://togithub.com/psf/black/issues/3219))

##### Packaging

- Upgrade mypyc from `0.971` to `0.991` so mypycified *Black* can be
built on armv7
    ([#&#8203;3380](https://togithub.com/psf/black/issues/3380))
- This also fixes some crashes while using compiled Black with a debug
build of
        CPython
- Drop specific support for the `tomli` requirement on 3.11 alpha
releases, working
around a bug that would cause the requirement not to be installed on any
non-final
Python releases
([#&#8203;3448](https://togithub.com/psf/black/issues/3448))
- Black now depends on `packaging` version `22.0` or later. This is
required for new
functionality that needs to parse part of the project metadata
([#&#8203;3219](https://togithub.com/psf/black/issues/3219))

##### Output

- Calling `black --help` multiple times will return the same help
contents each time
    ([#&#8203;3516](https://togithub.com/psf/black/issues/3516))
- Verbose logging now shows the values of `pyproject.toml` configuration
variables
    ([#&#8203;3392](https://togithub.com/psf/black/issues/3392))
- Fix false symlink detection messages in verbose output due to using an
incorrect
relative path to the project root
([#&#8203;3385](https://togithub.com/psf/black/issues/3385))

##### Integrations

- Move 3.11 CI to normal flow now that all dependencies support 3.11
([#&#8203;3446](https://togithub.com/psf/black/issues/3446))
- Docker: Add new `latest_prerelease` tag automation to follow latest
black alpha
release on docker images
([#&#8203;3465](https://togithub.com/psf/black/issues/3465))

##### Documentation

- Expand `vim-plug` installation instructions to offer more explicit
options ([#&#8203;3468](https://togithub.com/psf/black/issues/3468))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/BSStudio/bss-web-file-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: maintenance Related to project maintenance, e.g. CI, testing, policy changes, releases T: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants