Closed dependabot[bot] closed 4 weeks ago
@dependabot merge
On Sun, Oct 13, 2024 at 9:32 PM dependabot[bot] @.***> wrote:
Bumps black https://github.com/psf/black from 24.8.0 to 24.10.0. Release notes
Sourced from black's releases https://github.com/psf/black/releases.
24.10.0 Highlights
- Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436 https://redirect.github.com/psf/black/issues/4436) (#4449 https://redirect.github.com/psf/black/issues/4449)
- Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (
4447 https://redirect.github.com/psf/black/issues/4447)
- Black no longer supports running with Python 3.8 (#4452 https://redirect.github.com/psf/black/issues/4452)
Stable style
- Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453 https://redirect.github.com/psf/black/issues/4453)
- Fix skipping Jupyter cells with unknown %% magic (#4462 https://redirect.github.com/psf/black/issues/4462)
Preview style
- Fix type annotation spacing between and more complex type variable tuple (i.e. def fn(args: tuple[Ts, T]) -> None: pass) (#4440 https://redirect.github.com/psf/black/issues/4440)
Caching
- Fix bug where the cache was shared between runs with and without --unstable (#4466 https://redirect.github.com/psf/black/issues/4466)
Packaging
- Upgrade version of mypyc used to 1.12 beta (#4450 https://redirect.github.com/psf/black/issues/4450) (#4449 https://redirect.github.com/psf/black/issues/4449)
- blackd now requires a newer version of aiohttp. (#4451 https://redirect.github.com/psf/black/issues/4451)
Output
- Added Python target version information on parse error (#4378 https://redirect.github.com/psf/black/issues/4378)
- Add information about Black version to internal error messages (#4457 https://redirect.github.com/psf/black/issues/4457)
Changelog
Sourced from black's changelog https://github.com/psf/black/blob/main/CHANGES.md.
24.10.0 Highlights
- Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436 https://redirect.github.com/psf/black/issues/4436) (#4449 https://redirect.github.com/psf/black/issues/4449)
- Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (
4447 https://redirect.github.com/psf/black/issues/4447)
- Black no longer supports running with Python 3.8 (#4452 https://redirect.github.com/psf/black/issues/4452)
Stable style
- Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453 https://redirect.github.com/psf/black/issues/4453)
- Fix skipping Jupyter cells with unknown %% magic (#4462 https://redirect.github.com/psf/black/issues/4462)
Preview style
- Fix type annotation spacing between and more complex type variable tuple (i.e. def fn(args: tuple[Ts, T]) -> None: pass) (#4440 https://redirect.github.com/psf/black/issues/4440)
Caching
- Fix bug where the cache was shared between runs with and without --unstable (#4466 https://redirect.github.com/psf/black/issues/4466)
Packaging
- Upgrade version of mypyc used to 1.12 beta (#4450 https://redirect.github.com/psf/black/issues/4450) (#4449 https://redirect.github.com/psf/black/issues/4449)
- blackd now requires a newer version of aiohttp. (#4451 https://redirect.github.com/psf/black/issues/4451)
Output
- Added Python target version information on parse error (#4378 https://redirect.github.com/psf/black/issues/4378)
- Add information about Black version to internal error messages (#4457 https://redirect.github.com/psf/black/issues/4457)
Commits
- 1b2427a https://github.com/psf/black/commit/1b2427a2b785cc4aac97c19bb4b9a0de063f9547 Prepare release 24.10.0 (#4471 https://redirect.github.com/psf/black/issues/4471)
- a22b1eb https://github.com/psf/black/commit/a22b1ebbfd61fdc4f59de373abcc02c4db364359 Add mypyc 3.13 wheel build (#4449 https://redirect.github.com/psf/black/issues/4449)
- b7d0e72 https://github.com/psf/black/commit/b7d0e7212bb8bf9ee9ff6ad4137b33bd9711946e Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df...
- f1a2f92 https://github.com/psf/black/commit/f1a2f92bba7f1b8e4407e89d71a18fd1d6c61a91 Include --unstable in cache key (#4466 https://redirect.github.com/psf/black/issues/4466)
- 8d9d18c https://github.com/psf/black/commit/8d9d18c0338d9fbfc27b38f6f69bb630d90512fa Fix skipping Jupyter cells with unknown %% magic (#4462 https://redirect.github.com/psf/black/issues/4462)
- bbfdba3 https://github.com/psf/black/commit/bbfdba3a5e4f0b3105ec9526c51e769866b28f1f Fix docs CI: use venv for uv to fix 'failed to create directory' (#4460 https://redirect.github.com/psf/black/issues/4460)
- 8fb2add https://github.com/psf/black/commit/8fb2add1f79893be14e3a17345088d8cc3edc7c9 Use builtin generics (#4458 https://redirect.github.com/psf/black/issues/4458)
- 2a45cec https://github.com/psf/black/commit/2a45cecf2951bb778204dcf63a90f146f4cc9c6c Fix crashes with comments in parentheses (#4453 https://redirect.github.com/psf/black/issues/4453)
- b4d6d86 https://github.com/psf/black/commit/b4d6d8632dea33363eaa0eaad9caf94a223e0f43 Drop Python 3.8 support (#4452 https://redirect.github.com/psf/black/issues/4452)
- ac018c1 https://github.com/psf/black/commit/ac018c16cae526eabbd7df5e3c0376ae27a1a0cc Require newer aiohttp for blackd (#4451 https://redirect.github.com/psf/black/issues/4451)
- Additional commits viewable in compare view https://github.com/psf/black/compare/24.8.0...24.10.0
[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show
ignore conditions will show all of the ignore conditions of the specified dependency - @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can view, comment on, or merge this pull request online at:
https://github.com/beaufour/flickr-download/pull/102 Commit Summary
- e13081b https://github.com/beaufour/flickr-download/pull/102/commits/e13081b405d0c845e87c99762fd97ca4f20bb08a Bump black from 24.8.0 to 24.10.0
File Changes
(1 file https://github.com/beaufour/flickr-download/pull/102/files)
- M poetry.lock https://github.com/beaufour/flickr-download/pull/102/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89 (50)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/102.patch
- https://github.com/beaufour/flickr-download/pull/102.diff
— Reply to this email directly, view it on GitHub https://github.com/beaufour/flickr-download/pull/102, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB2POKTG2D63VQR2CN2CDLZ3MNMLAVCNFSM6AAAAABP37TAWCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DINJQGMYTCOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Bumps black from 24.8.0 to 24.10.0.
Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
1b2427a
Prepare release 24.10.0 (#4471)a22b1eb
Add mypyc 3.13 wheel build (#4449)b7d0e72
Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df...f1a2f92
Include --unstable in cache key (#4466)8d9d18c
Fix skipping Jupyter cells with unknown %% magic (#4462)bbfdba3
Fix docs CI: use venv for uv to fix 'failed to create directory' (#4460)8fb2add
Use builtin generics (#4458)2a45cec
Fix crashes with comments in parentheses (#4453)b4d6d86
Drop Python 3.8 support (#4452)ac018c1
Require newer aiohttp for blackd (#4451)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show