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

chore(deps): update major dependencies #842

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
android_logger workspace.dependencies minor 0.13.1 -> 0.14.1 age adoption passing confidence
anstream workspace.dependencies minor 0.5.0 -> 0.6.15 age adoption passing confidence
async_zip workspace.dependencies patch =0.0.16 -> =0.0.17 age adoption passing confidence
bindgen (source) workspace.dependencies minor 0.69.4 -> 0.70.1 age adoption passing confidence
black (changelog) test major 23.3.0 -> 24.8.0 age adoption passing confidence
cbindgen workspace.dependencies minor 0.24.3 -> 0.27.0 age adoption passing confidence
comrak workspace.dependencies minor 0.26.0 -> 0.28.0 age adoption passing confidence
derive-getters (source) workspace.dependencies minor 0.2.0 -> 0.5.0 age adoption passing confidence
derive-new workspace.dependencies minor 0.5.9 -> 0.7.0 age adoption passing confidence
derive_more workspace.dependencies major 0.99.17 -> 1.0.0 age adoption passing confidence
duplicate workspace.dependencies major 1.0.0 -> 2.0.0 age adoption passing confidence
educe (source) workspace.dependencies minor 0.4.23 -> 0.6.0 age adoption passing confidence
heck workspace.dependencies minor 0.4.1 -> 0.5.0 age adoption passing confidence
itertools workspace.dependencies minor 0.10.5 -> 0.13.0 age adoption passing confidence
libloading workspace.dependencies minor 0.7.3 -> 0.8.5 age adoption passing confidence
libtest-mimic workspace.dependencies minor 0.6.0 -> 0.7.3 age adoption passing confidence
ndarray workspace.dependencies minor 0.15.6 -> 0.16.1 age adoption passing confidence
ndarray-stats workspace.dependencies minor 0.5.1 -> 0.6.0 age adoption passing confidence
octocrab workspace.dependencies minor 0.19.0 -> 0.40.0 age adoption passing confidence
parse-display workspace.dependencies minor 0.8.2 -> 0.10.0 age adoption passing confidence
pydata-sphinx-theme docs minor 0.14.1 -> 0.15.4 age adoption passing confidence
pyo3 workspace.dependencies minor 0.20.3 -> 0.22.3 age adoption passing confidence
pyo3-log workspace.dependencies minor 0.9.0 -> 0.11.0 age adoption passing confidence
pytest (changelog) test major 7.3.1 -> 8.3.3 age adoption passing confidence
pytest-asyncio (changelog) test minor 0.21.0 -> 0.24.0 age adoption passing confidence
reqwest workspace.dependencies minor 0.11.13 -> 0.12.7 age adoption passing confidence
rstest workspace.dependencies minor 0.15.0 -> 0.23.0 age adoption passing confidence
rstest_reuse workspace.dependencies minor 0.6.0 -> 0.7.0 age adoption passing confidence
scraper workspace.dependencies minor 0.19.1 -> 0.20.0 age adoption passing confidence
sphinx (changelog) docs major 6.2.1 -> 8.0.2 age adoption passing confidence
strum workspace.dependencies minor 0.24.1 -> 0.26.3 age adoption passing confidence
toml workspace.dependencies minor 0.7.2 -> 0.8.19 age adoption passing confidence
windows workspace.dependencies minor 0.43.0 -> 0.58.0 age adoption passing confidence
zip workspace.dependencies major 0.6.3 -> 2.2.0 age adoption passing confidence
jakarta.annotation:jakarta.annotation-api (source) dependencies major 2.1.1 -> 3.0.0 age adoption passing confidence
org.gradle.toolchains.foojay-resolver-convention plugin minor 0.4.0 -> 0.8.0 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin major 1.9.10 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin major 1.8.20 -> 2.0.20 age adoption passing confidence

Release Notes

rust-mobile/android_logger-rs (android_logger)

v0.14.1

Compare Source

rust-cli/anstyle (anstream)

v0.6.15

Compare Source

v0.6.14

Compare Source

v0.6.13

Compare Source

v0.6.12

Compare Source

v0.6.11

Compare Source

v0.6.10

Compare Source

v0.6.9

Compare Source

v0.6.8

Compare Source

v0.6.7

Compare Source

v0.6.6

Compare Source

v0.6.5

Compare Source

v0.6.4

Compare Source

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

Majored/rs-async-zip (async_zip)

v0.0.17

Compare Source

  • Re-introduce support for reading entries with data descriptors within read::stream

    • Our previous implementation was overly complex and difficult to maintain, so was stripped out when switching to the type-driven API. This version re-introduces support for this, but as discussed within read::stream's documentation, does not and cannot support the combination of data descriptor + Stored compression mode.
  • Swap AsyncRead requirement for AsyncBufRead

    • AsyncBufRead is a transitive requirement of async-compression and we previously created internal BufReaders. Moving this requirement up the chain allows you to specify custom AsyncBufRead implementations or customise BufReader's buffer size where needed.
    • This was a needed step to simplify internal logic and allow the above read::stream data descriptor changes. Buffering via BufReader or similar was always a good idea, even prior to this change, so we don't expect this to negatively impact too many users.
  • Adds a ZipDateTime builder

    • Previously, the only way to obtain this type was via the chrono integration/feature, or by receiving one when reading an entry.
rust-lang/rust-bindgen (bindgen)

v0.70.1

Compare Source

Added

Changed

Removed

Fixed

  • Fix regression where the const layout tests were triggering the unnecessary_operation and identity_op clippy warnings.

Security

v0.70.0

Compare Source

Added

  • Add target mappings for riscv64imac and riscv32imafc.
  • Add a complex macro fallback API (#​2779).
  • Add option to use DST structs for flexible arrays (--flexarray-dst, #​2772).
  • Add option to dynamically load variables (#​2812).
  • Add option in CLI to use rustified non-exhaustive enums (--rustified-non-exhaustive-enum, #​2847).
  • Add support for custom attributes (--with-attribute-custom, #​2866)

Changed

  • Remove which and lazy-static dependencies (#​2809, #​2817).
  • Generate compile-time layout tests (#​2787).
  • Print bindgen-cli errors to stderr instead of stdout (#​2840)

Removed

Fixed

  • Fix --formatter=prettyplease not working in bindgen-cli by adding prettyplease feature and
    enabling it by default for bindgen-cli (#​2789) .
  • Fix --allowlist-item so anonymous enums are no longer ignored (#​2827).
  • Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#​2824).
  • Fix generated constants: f64::INFINITY, f64::NEG_ INFINITY, f64::NAN (#​2854).

Security

psf/black (black)

v24.8.0

Compare Source

Stable style
  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#​4363)
Packaging
  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also
    linked. This improves the PyPI listing for Black. (#​4345)
Parser
  • Fix regression where Black failed to parse a multiline f-string containing another
    multiline string (#​4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string
    (#​4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#​4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#​4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings
    (#​4423)
Performance
  • Improve performance when a large directory is listed in .gitignore (#​4415)
Blackd
  • Fix blackd (and all extras installs) for docker container (#​4357)

v24.4.2

Compare Source

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)
Performance
  • Fix bad performance on certain complex string literals (#​4331)

v24.4.1

Compare Source

Highlights
  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#​3822)
Stable style
  • Fix crash involving indented dummy functions containing newlines (#​4318)
Parser
  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13
    by PEP 696 (#​4327)
Integrations
  • Github Action now works even when git archive is skipped (#​4313)

v24.4.0

Compare Source

Stable style
  • Fix unwanted crashes caused by AST equivalency check (#​4290)
Preview style
  • if guards in case blocks are now wrapped in parentheses when the line is too long.
    (#​4269)
  • Stop moving multiline strings to a new line unless inside brackets (#​4289)
Integrations
  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the
    Black version from pyproject.toml. (#​4294)

v24.3.0

Compare Source

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.

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 (#​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. (#​4270)
  • Fix a bug where line-ranges exceeding the last code line would not work as expected
    (#​4273)
Performance
  • Fix catastrophic performance on docstrings that contain large numbers of leading tab
    characters. This fixes
    CVE-2024-21503.
    (#​4278)
Documentation
  • Note what happens when --check is used with --quiet (#​4236)

v24.2.0

Compare Source

Stable style
  • Fixed a bug where comments where mistakenly removed along with redundant parentheses
    (#​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 (#​4198)
  • Fixed a bug where base expressions caused inconsistent formatting of ** in tenary
    expression (#​4154)
  • Checking for newline before adding one on docstring that is almost at the line limit
    (#​4185)
  • Remove redundant parentheses in case statement if guards (#​4214).
Configuration
  • Fix issue where Black would ignore input files in the presence of symlinks (#​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
    (#​4204)
Output
  • Black will swallow any SyntaxWarnings or DeprecationWarnings produced by the ast
    module when performing equivalence checks (#​4189)
Integrations
  • Add a JSONSchema and provide a validate-pyproject entry-point (#​4181)

v24.1.1

Compare Source

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 (#​4164)
Configuration
  • Shorten the length of the name of the cache file to fix crashes on file systems that
    do not support long paths (#​4176)

v24.1.0

Compare Source

Highlights

This release introduces the new 2024 stable style (#​4106), stabilizing the following
changes:

  • Add parentheses around if-else expressions (#​2278)
  • Dummy class and function implementations consisting only of ... are formatted more
    compactly (#​3796)
  • If an assignment statement is too long, we now prefer splitting on the right-hand side
    (#​3368)
  • Hex codes in Unicode escape sequences are now standardized to lowercase (#​2916)
  • Allow empty first lines at the beginning of most blocks (#​3967, #​4061)
  • Add parentheses around long type annotations (#​3899)
  • Enforce newline after module docstrings (#​3932, #​4028)
  • Fix incorrect magic trailing comma handling in return types (#​3916)
  • Remove blank lines before class docstrings (#​3692)
  • Wrap multiple context managers in parentheses if combined in a single with statement
    (#​3489)
  • Fix bug in line length calculations for power operations (#​3942)
  • Add trailing commas to collection literals even if there's a comment after the last
    entry (#​3393)
  • When using --skip-magic-trailing-comma or -C, trailing commas are stripped from
    subscript expressions with more than 1 element (#​3209)
  • Add extra blank lines in stubs in a few cases (#​3564, #​3862)
  • Accept raw strings as docstrings (#​3947)
  • Split long lines in case blocks (#​4024)
  • Stop removing spaces from walrus operators within subscripts (#​3823)
  • Fix incorrect formatting of certain async statements (#​3609)
  • Allow combining # fmt: skip with other comments (#​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. 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 (#​4134)
  • Fix bug where spaces were not added around parenthesized walruses in subscripts,
    unlike other binary operators (#​4109)
  • Remove empty lines before docstrings in async functions (#​4132)
  • Address a missing case in the change to allow empty lines at the beginning of all
    blocks, except immediately before a docstring (#​4130)
  • For stubs, fix logic to enforce empty line after nested classes with bodies (#​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 (#​4096)
  • Format module docstrings the same as class and function docstrings (#​4095)
  • Fix crash when using a walrus in a dictionary (#​4155)
  • Fix unnecessary parentheses when wrapping long dicts (#​4135)
  • Stop normalizing spaces before # fmt: skip comments (#​4146)
Configuration
  • Print warning when configuration in pyproject.toml contains an invalid key (#​4165)
  • Fix symlink handling, properly ignoring symlinks that point outside of root (#​4161)
  • Fix cache mtime logic that resulted in false positive cache hits (#​4128)
  • Remove the long-deprecated --experimental-string-processing flag. This feature can
    currently be enabled with --preview --enable-unstable-feature string_processing.
    (#​4096)
Integrations
  • Revert the change to run Black's pre-commit integration only on specific git hooks
    (#​3940) for better compatibility with older versions of pre-commit (#​4137)

v23.12.1

Compare Source

Packaging
  • Fixed a bug that included dependencies from the d extra by default (#​4108)

v23.12.0

Compare Source

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.

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. (#​4084)
  • Fix feature detection for parenthesized context managers (#​4104)
Preview style
  • Prefer more equal signs before a break when splitting chained assignments (#​4010)
  • Standalone form feed characters at the module level are no longer removed (#​4021)
  • Additional cases of immediately nested tuples, lists, and dictionaries are now
    indented less (#​4012)
  • Allow empty lines at the beginning of all blocks, except immediately before a
    docstring (#​4060)
  • Fix crash in preview mode when using a short --line-length (#​4086)
  • Keep suites consisting of only an ellipsis on their own lines if they are not
    functions or class definitions (#​4066) (#​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. (#​4034)
Packaging
Integrations

v23.11.0

Compare Source

Highlights
  • Support formatting ranges of lines with the new --line-ranges command-line option
    (#​4020)
Stable style
  • Fix crash on formatting bytes strings that look like docstrings (#​4003)
  • Fix crash when whitespace followed a backslash before newline in a docstring (#​4008)
  • Fix standalone comments inside complex blocks crashing Black (#​4016)
  • Fix crash on formatting code like await (a ** b) (#​3994)
  • No longer treat leading f-strings as docstrings. This matches Python's behaviour and
    fixes a crash (#​4019)
Preview style
  • Multiline dicts and lists that are the sole argument to a function are now indented
    less (#​3964)
  • Multiline unpacked dicts and lists as the sole argument to a function are now also
    indented less (#​3992)
  • In f-string debug expressions, quote types that are visible in the final string are
    now preserved (#​4005)
  • Fix a bug where long case blocks were not split into multiple lines. Also enable
    general trailing comma rules on case blocks (#​4024)
  • Keep requiring two empty lines between module-level docstring and first function or
    class definition (#​4028)
  • Add support for single-line format skip with other comments on the same line (#​3959)
Configuration
  • Consistently apply force exclusion logic before resolving symlinks (#​4015)
  • Fix a bug in the matching of absolute path names in --include (#​3976)
Performance
  • Fix mypyc builds on arm64 on macOS (#​4017)
Integrations
  • Black's pre-commit integration will now run only on git hooks appropriate for a code
    formatter (#​3940)

v23.10.1

Compare Source

Highlights
  • Maintenance release to get a fix out for GitHub Action edge case (#​3957)
Preview style
  • Fix merging implicit multiline strings that have inline comments (#​3956)
  • Allow empty first line after block open before a comment or compound statement (#​3967)
Packaging
  • Change Dockerfile to hatch + compile black (#​3965)
Integrations
  • The summary output for GitHub workflows is now suppressible using the summary
    parameter. (#​3958)
  • Fix the action failing when Black check doesn't pass (#​3957)
Documentation

v23.10.0

Compare Source

Stable style
  • Fix comments getting removed from inside parenthesized strings (#​3909)
Preview style
  • Fix long lines with power operators getting split before the line length (#​3942)
  • Long type hints are n

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.

👻 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 29, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
    Updating git repository `https://github.com/VOICEVOX/ort.git`
From https://github.com/VOICEVOX/ort
 * [new ref]         8627833456a69e7841ae2a29fd184752df8de8d9 -> refs/commit/8627833456a69e7841ae2a29fd184752df8de8d9
 * [new tag]         v1.14.0    -> v1.14.0
 * [new tag]         v1.14.0-alpha.0 -> v1.14.0-alpha.0
 * [new tag]         v1.14.0-beta.0 -> v1.14.0-beta.0
 * [new tag]         v1.14.1    -> v1.14.1
 * [new tag]         v1.14.2    -> v1.14.2
 * [new tag]         v1.14.3    -> v1.14.3
 * [new tag]         v1.14.4    -> v1.14.4
 * [new tag]         v1.14.5    -> v1.14.5
 * [new tag]         v1.14.6    -> v1.14.6
 * [new tag]         v1.15.0    -> v1.15.0
 * [new tag]         v1.15.1    -> v1.15.1
 * [new tag]         v2.0.0-alpha.1 -> v2.0.0-alpha.1
 * [new tag]         v2.0.0-alpha.2 -> v2.0.0-alpha.2
 * [new tag]         v2.0.0-alpha.3 -> v2.0.0-alpha.3
 * [new tag]         v2.0.0-alpha.4 -> v2.0.0-alpha.4
    Updating git repository `https://github.com/VOICEVOX/open_jtalk-rs.git`
From https://github.com/VOICEVOX/open_jtalk-rs
 * [new ref]         e1940f3fd61a48bed5bbec8cd2645e13923b1f80 -> refs/commit/e1940f3fd61a48bed5bbec8cd2645e13923b1f80
    Updating git repository `https://github.com/VOICEVOX/process_path.git`
From https://github.com/VOICEVOX/process_path
 * [new ref]         de226a26e8e18edbdb1d6f986afe37bbbf35fbf4 -> refs/commit/de226a26e8e18edbdb1d6f986afe37bbbf35fbf4
error: failed to select a version for `octocrab`.
    ... required by package `downloader v0.0.0 (/tmp/renovate/repos/github/VOICEVOX/voicevox_core/crates/downloader)`
versions that meet the requirements `^0.40.0` are: 0.40.0

the package `downloader` depends on `octocrab`, with features: `rustls-tls` but `octocrab` does not have these features.


failed to select a version for `octocrab` which could resolve this conflict

File name: crates/voicevox_core_python_api/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv voicevox-core-Qwk5flqA-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.8,<3.13) is not compatible with some of the required packages Python requirement:
  - pydata-sphinx-theme requires Python >=3.9, so it will not be satisfied for Python >=3.8,<3.9

Because voicevox-core depends on pydata-sphinx-theme (0.15.4) which requires Python >=3.9, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For pydata-sphinx-theme, a possible solution would be to set the `python` property to ">=3.9,<3.13"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/major-dependencies branch from 6353cbe to 78cf663 Compare September 29, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants