psf/black (black)
### [`v24.4.2`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2442)
[Compare Source](https://togithub.com/psf/black/compare/24.4.1...24.4.2)
This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.
##### Parser
- Fix regression where certain complex f-strings failed to parse ([#4332](https://togithub.com/psf/black/issues/4332))
##### Performance
- Fix bad performance on certain complex string literals ([#4331](https://togithub.com/psf/black/issues/4331))
### [`v24.4.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2441)
[Compare Source](https://togithub.com/psf/black/compare/24.4.0...24.4.1)
##### Highlights
- Add support for the new Python 3.12 f-string syntax introduced by PEP 701 ([#3822](https://togithub.com/psf/black/issues/3822))
##### Stable style
- Fix crash involving indented dummy functions containing newlines ([#4318](https://togithub.com/psf/black/issues/4318))
##### Parser
- Add support for type parameter defaults, a new syntactic feature added to Python 3.13
by PEP 696 ([#4327](https://togithub.com/psf/black/issues/4327))
##### Integrations
- Github Action now works even when `git archive` is skipped ([#4313](https://togithub.com/psf/black/issues/4313))
### [`v24.4.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2440)
[Compare Source](https://togithub.com/psf/black/compare/24.3.0...24.4.0)
##### Stable style
- Fix unwanted crashes caused by AST equivalency check ([#4290](https://togithub.com/psf/black/issues/4290))
##### Preview style
- `if` guards in `case` blocks are now wrapped in parentheses when the line is too long.
([#4269](https://togithub.com/psf/black/issues/4269))
- Stop moving multiline strings to a new line unless inside brackets ([#4289](https://togithub.com/psf/black/issues/4289))
##### Integrations
- Add a new option `use_pyproject` to the GitHub Action `psf/black`. This will read the
Black version from `pyproject.toml`. ([#4294](https://togithub.com/psf/black/issues/4294))
apache/arrow (pyarrow)
### [`v14.0.2`](https://togithub.com/apache/arrow/compare/apache-arrow-14.0.1...apache-arrow-14.0.2)
theskumar/python-dotenv (python-dotenv)
### [`v1.0.1`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#101---2024-01-23)
[Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1)
**Fixed**
- Gracefully handle code which has been imported from a zipfile (\[[#456](https://togithub.com/theskumar/python-dotenv/issues/456)] by \[[@samwyma](https://togithub.com/samwyma)])
- Allow modules using load_dotenv to be reloaded when launched in a separate thread (\[[#497](https://togithub.com/theskumar/python-dotenv/issues/497)] by \[[@freddyaboulton](https://togithub.com/freddyaboulton)])
- Fix file not closed after deletion, handle error in the rewrite function (\[[#469](https://togithub.com/theskumar/python-dotenv/issues/469)] by \[[@Qwerty-133](https://togithub.com/Qwerty-133)])
**Misc**
- Use pathlib.Path in tests (\[[#466](https://togithub.com/theskumar/python-dotenv/issues/466)] by \[[@eumiro](https://togithub.com/eumiro)])
- Fix year in release date in changelog.md (\[[#454](https://togithub.com/theskumar/python-dotenv/issues/454)] by \[[@jankislinger](https://togithub.com/jankislinger)])
- Use https in README links (\[[#474](https://togithub.com/theskumar/python-dotenv/issues/474)] by \[[@Nicals](https://togithub.com/Nicals)])
psf/requests (requests)
### [`v2.32.3`](https://togithub.com/psf/requests/blob/HEAD/HISTORY.md#2323-2024-05-29)
[Compare Source](https://togithub.com/psf/requests/compare/v2.32.2...v2.32.3)
**Bugfixes**
- Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
HTTPAdapter. ([#6716](https://togithub.com/psf/requests/issues/6716))
- Fixed issue where Requests started failing to run on Python versions compiled
without the `ssl` module. ([#6724](https://togithub.com/psf/requests/issues/6724))
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
24.3.0
->24.4.2
==24.3.0
->==24.4.2
==14.0.1
->==14.0.2
==1.0.0
->==1.0.1
==2.32.2
->==2.32.3
Release Notes
psf/black (black)
### [`v24.4.2`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2442) [Compare Source](https://togithub.com/psf/black/compare/24.4.1...24.4.2) This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1. ##### Parser - Fix regression where certain complex f-strings failed to parse ([#4332](https://togithub.com/psf/black/issues/4332)) ##### Performance - Fix bad performance on certain complex string literals ([#4331](https://togithub.com/psf/black/issues/4331)) ### [`v24.4.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2441) [Compare Source](https://togithub.com/psf/black/compare/24.4.0...24.4.1) ##### Highlights - Add support for the new Python 3.12 f-string syntax introduced by PEP 701 ([#3822](https://togithub.com/psf/black/issues/3822)) ##### Stable style - Fix crash involving indented dummy functions containing newlines ([#4318](https://togithub.com/psf/black/issues/4318)) ##### Parser - Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 ([#4327](https://togithub.com/psf/black/issues/4327)) ##### Integrations - Github Action now works even when `git archive` is skipped ([#4313](https://togithub.com/psf/black/issues/4313)) ### [`v24.4.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2440) [Compare Source](https://togithub.com/psf/black/compare/24.3.0...24.4.0) ##### Stable style - Fix unwanted crashes caused by AST equivalency check ([#4290](https://togithub.com/psf/black/issues/4290)) ##### Preview style - `if` guards in `case` blocks are now wrapped in parentheses when the line is too long. ([#4269](https://togithub.com/psf/black/issues/4269)) - Stop moving multiline strings to a new line unless inside brackets ([#4289](https://togithub.com/psf/black/issues/4289)) ##### Integrations - Add a new option `use_pyproject` to the GitHub Action `psf/black`. This will read the Black version from `pyproject.toml`. ([#4294](https://togithub.com/psf/black/issues/4294))apache/arrow (pyarrow)
### [`v14.0.2`](https://togithub.com/apache/arrow/compare/apache-arrow-14.0.1...apache-arrow-14.0.2)theskumar/python-dotenv (python-dotenv)
### [`v1.0.1`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#101---2024-01-23) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) **Fixed** - Gracefully handle code which has been imported from a zipfile (\[[#456](https://togithub.com/theskumar/python-dotenv/issues/456)] by \[[@samwyma](https://togithub.com/samwyma)]) - Allow modules using load_dotenv to be reloaded when launched in a separate thread (\[[#497](https://togithub.com/theskumar/python-dotenv/issues/497)] by \[[@freddyaboulton](https://togithub.com/freddyaboulton)]) - Fix file not closed after deletion, handle error in the rewrite function (\[[#469](https://togithub.com/theskumar/python-dotenv/issues/469)] by \[[@Qwerty-133](https://togithub.com/Qwerty-133)]) **Misc** - Use pathlib.Path in tests (\[[#466](https://togithub.com/theskumar/python-dotenv/issues/466)] by \[[@eumiro](https://togithub.com/eumiro)]) - Fix year in release date in changelog.md (\[[#454](https://togithub.com/theskumar/python-dotenv/issues/454)] by \[[@jankislinger](https://togithub.com/jankislinger)]) - Use https in README links (\[[#474](https://togithub.com/theskumar/python-dotenv/issues/474)] by \[[@Nicals](https://togithub.com/Nicals)])psf/requests (requests)
### [`v2.32.3`](https://togithub.com/psf/requests/blob/HEAD/HISTORY.md#2323-2024-05-29) [Compare Source](https://togithub.com/psf/requests/compare/v2.32.2...v2.32.3) **Bugfixes** - Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. ([#6716](https://togithub.com/psf/requests/issues/6716)) - Fixed issue where Requests started failing to run on Python versions compiled without the `ssl` module. ([#6724](https://togithub.com/psf/requests/issues/6724))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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.