Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2025

Updates the requirements on Krylov, KrylovPreconditioners, Documenter, OrdinaryDiffEqSSPRK, OffsetArrays, DifferentiationInterface, Literate, OrdinaryDiffEqSDIRK, CairoMakie, DocumenterCitations, PlutoStaticHTML, SummationByPartsOperators, Ariadne, KernelAbstractions, OrdinaryDiffEqLowStorageRK, Enzyme and Observables to permit the latest version.
Updates Krylov to 0.10.2

Release notes

Sourced from Krylov's releases.

v0.10.2

Krylov v0.10.2

Diff since v0.10.1

Merged pull requests:

Closed issues:

  • hermitian_lanczos and loss of orthogonality ? (#956)
  • Is there a way to extract the Krylov Space? (#1007)
  • Does Krylov use the S from LinearOperators? (#1009)
  • How to Use Krylov.jl in Multithreading? (#1010)
  • what is z in the docs? (#1012)
  • GMRES using Float32 stagnates on Apple M2 (#1015)
Commits
  • 7d1b6af Bump version to 0.10.2
  • d466ca6 Minres qlp npc (#1026)
  • 1069f79 Update ksizeof for workspaces of block-Krylov solvers
  • a2b42ee Remove all allocations in the in-place version of block-MINRES
  • 6c0b3c8 Reuse the buffer for LAPACK routines on CPU (#940)
  • 13a96b5 Update make.jl
  • 544bd4f [documentation] Additional modification in custom_workspaces.md (#1019)
  • 43bea06 [documentation] Update the example for the Poisson equation with halo regions
  • 5f992b7 Update the unit tests on Mac (#1016)
  • 3a8fd07 Update the link for the reference of bicgstab(l)
  • Additional commits viewable in compare view

Updates KrylovPreconditioners to 0.3.6

Release notes

Sourced from KrylovPreconditioners's releases.

v0.3.6

KrylovPreconditioners v0.3.6

Diff since v0.3.5

Merged pull requests:

Closed issues:

  • Stable docs link in badge is broken (#74)
  • Dependency issues with unmaintained LightGraphs.jl (#75)
Commits

Updates Documenter to 1.16.0

Release notes

Sourced from Documenter's releases.

v1.16.0

The changes are documented in the CHANGELOG.md file.

Diff since v1.15.0

Changelog

Sourced from Documenter's changelog.

Version [v1.16.0] - 2025-11-14

Added

  • Added option treat_markdown_warnings_as_error which throws an error when encountering a markdown/interpolation warning (#2792, #2751)
  • Footnotes can now be previewed by hovering over the link. (#2080)
  • The version selector now attempts to stay on the same page when switching between documentation versions. If the page doesn't exist in the target version, it falls back to the version homepage. (#2801)
  • Allow named @eval blocks: such a block shares its execution context with all other @eval, @example, @repl and @setup blocks on the same page which use the same name. (#2074, #2812)

Changed

  • Page category is removed from the search index and now everything is in section category. (#2762, #2413)
  • Changed the docstring block accordions from a custom implementation to HTML details+summary tag. (#2772, #2773)
  • Improved the search tokenizer and custom trimmer to improve search results. (#1457, #2114, #2744)
  • Improved several warning/error messages to (more accurately) report the location (filename, line range) in which the warning/error originated. (#2426, #2752, #2793, #2803, #2809)
  • Warn/error if jldoctest starts with an empty line; or lacks empty line between two REPL prompts. (#2031, #2083, #2679, #2808)
  • The forcepush=true option to deploydocs now uses --force-with-lease instead of --force. (#2817)
  • Improved the generation of anchors for admonitions in HTML output to be more stable and e.g. not change due to changes of the internal representation across different Julia versions. (#2710)

Fixed

  • Modules for @example environments are now generated by eval'ing an expression, rather than invoking the Module constructor, which is not recommended. (#2683)

  • Fix handling of expandfirst entries containing slashes as path separators on Windows. (#1725, #2804)

  • Changed the header crossref step to eagerly fail when encountering a non-unique header slug. (#2668, #2787)

    This is potentially breaking and may cause some documentation builds to fail. Those previously passed but generated incorrect cross-references. You can fix this by ensuring that you have distinct headers across your markdown pages, or by using the @id syntax to give the headers unique slugs.

  • Changed CSS for the navigation "breadcrumbs" at the top of each page to avoid an issue where code blocks in there were missing spacing around them. (#1614, #2813)

  • Commit status for pull request previews publishing in GitHub Actions for out-of-repo deployment now works correctly. (#2814, #2816)

  • Fix assertions resp. errors being raised in @example, @eval, @repl blocks that are empty or contain code with syntax errors. (#2206, #2731, #2827)

Version [v1.15.0] - 2025-10-22

Changed

  • Created a warning for when the search index size is too big (500Kib). (#2423, #2753)
  • In the HTML output, the search modal can now be navigated using up and down keys. (#2761)

Other

  • Documenter now declares the correct SHA standard library compat bound. (#2774)

Version [v1.14.1] - 2025-07-09

Fixed

  • Fixed the GITHUB_EVENT_NAME message to include release as one of the options. (#2750)

Version [v1.14.0] - 2025-07-09

... (truncated)

Commits

Updates OrdinaryDiffEqSSPRK to 1.7.0

Commits

Updates OffsetArrays to 1.17.0

Release notes

Sourced from OffsetArrays's releases.

v1.17.0

OffsetArrays v1.17.0

Diff since v1.16.0

Merged pull requests:

Closed issues:

  • no_offset_view does not work properly on views with : (#375)
Commits

Updates DifferentiationInterface to 0.7.11

Release notes

Sourced from DifferentiationInterface's releases.

DifferentiationInterface-v0.7.11

DifferentiationInterface DifferentiationInterface-v0.7.11

Diff since DifferentiationInterface-v0.7.10

Merged pull requests:

Commits

Updates Literate to 2.20.1

Release notes

Sourced from Literate's releases.

v2.20.1

See CHANGELOG.md for notable changes.

Diff since v2.20.0

Changelog

Sourced from Literate's changelog.

[v2.20.1] - 2024-10-17

Fixed

  • Errors from code evaluation (with continue_on_error = true) are now properly displayed with showerror. (#261)

[v2.20.0] - 2024-10-16

Added

  • A new keyword argument configuration continue_on_error::Bool = false has been added which controls the behavior of code execution errors. By default (continue_on_error = false) execution errors are re-thrown by Literate (as before). If continue_on_error = true is set the error is used as the block result and execution continues with following blocks. (#201, #257)
  • Literate now replaces Documenter-style admonitions when generating notebook output (#259). Concretely,
    # !!! note
    #     A note.
    

    !!! warn "Warning title text"

    A warning.

    is replaced with

    # > **Note**
    # >
    # > A note.
    

    > Warning title text

    >

    > A warning.

[v2.19.1] - 2024-09-13

Fixed

  • Set :SOURCE_PATH in the task local storage to the output file when executing code so that recursive include works as expected. (#251, #252)

[v2.19.0] - 2024-07-11

Changed

  • Literate.markdown, Literate.notebook, and Literate.script are marked as public in Julia version that support the public keyword. (#248)

[v2.18.0] - 2024-04-17

Added

[v2.17.0] - 2024-04-14

... (truncated)

Commits
  • 5c15d88 Set version to 2.20.1.
  • c4ac614 Use showerror for showing captured errors (#261)
  • ecae718 Add changelog link for release
  • 63a972e Set version to 2.20.0. (#260)
  • d331072 Replace Documenter admonitions with quote blocks in notebook output (#259)
  • 28a4126 Add new configuration option continue_on_error, closes #201. (#257)
  • 1adce12 Update CI configuration for Julia version 1.11
  • 90b2468 Set version to 2.19.1
  • 6d42161 Update doc dependencies.
  • 369ebb0 Set :SOURCE_PATH when evaluating code in sandbox module (#252)
  • Additional commits viewable in compare view

Updates OrdinaryDiffEqSDIRK to 1.7.0

Commits

Updates CairoMakie to 0.15.6

Commits

Updates DocumenterCitations to 1.4.1

Release notes

Sourced from DocumenterCitations's releases.

v1.4.1

DocumenterCitations v1.4.1

Diff since v1.4.0

Merged pull requests:

Changelog

Sourced from DocumenterCitations's changelog.

[Version 1.4.1][1.4.1] - 2025-08-26

Fixed

  • The LaTeX special symbol \S in a .bib file is now correctly translated to the section sign §. [#102[]]

[Version 1.4.0][1.4.0] - 2025-06-14

Added

  • The CitationBibliography plugin object now has an internal field anchor_keys that is a bijective mapping of citation keys to HTML anchor names. The anchor names are normalized versions of the citation keys that are restricted to ASCII alphanumerics, dashes (-) and underscores (_). This provides compatibility with HTML4 and additionally avoids issues with CSS selectors. It also works around restrictions of the Documenter.DOM framework that is used internally to render HTML content. [#95[]]

Fixed

  • Citation keys the contain special characters (like colons) no longer produce broken links. This is achieved by normalizing HTML anchor names to contain only alphanumeric ASCII characters, dashes, and underscores [#86[], #95[]]

[Version 1.3.7][1.3.7] - 2025-03-29

Fixed

  • Show error file paths consistently with Documenter. With Documenter < 1.10, paths in error messages are relative to the docs folder. With Documenter >= 1.10, they are relative to the current working directory [#89[]]

[Version 1.3.6][1.3.6] - 2025-03-01

Fixed

  • The format_authoryear_bibliography_reference function with article_link_doi_in_title = true would link the DOI both from the journal reference and from the title. Now, the DOI is linked from the journal when article_link_doi_in_title = false and from the title when article_link_doi_in_title = true. [#87[]]

[Version 1.3.5][1.3.5] - 2024-11-14

Fixed

  • Compatibility with BibInternals v0.3.7 [#80[], #83[]]
  • Allow LaTeX escape codes to appear at the beginning of a first name. That is, names are now un-escaped before generating name initials. [#78[], #83[]]

Internal Changes

  • The internal format_labeled_bibliography_reference function now forwards keyword arguments to the internal format_names functions. This makes it easier to customize styles, e.g., to limit the number of author before "et al." is used. [#79[]]

[Version 1.3.4][1.3.4] - 2024-09-19

Internal Changes

  • Added an article_link_doi_in_title option to the internal format_published_in and format_labeled_bibliography_reference functions. This allows custom styles to change how links appear in bibliography entries for articles. By setting the option to true, the title of the article,instead of the "published in" information, will be used as the link text for a DOI . This makes the bibliography for articles more consistent with other types or entries, but is recommended only if no entries have both a DOI and a URL. [#73[], #74[]]

... (truncated)

Commits

Updates PlutoStaticHTML to 7.0.9

Release notes

Sourced from PlutoStaticHTML's releases.

v7.0.9

PlutoStaticHTML v7.0.9

Diff since v7.0.8

Updated Pluto to version 0.20.21 (the Pluto version is pinned because this package depends on Pluto internals) and also the example notebook was updated.

Merged pull requests:

Commits

Updates SummationByPartsOperators to 0.5.86

Release notes

Sourced from SummationByPartsOperators's releases.

v0.5.86

SummationByPartsOperators v0.5.86

Diff since v0.5.85

Merged pull requests:

Changelog

Sourced from SummationByPartsOperators's changelog.

Changelog

SummationByPartsOperators.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.

Changes in the v0.5 lifecycle

Deprecated

  • The (keyword) argument parallel::Union{Val{:serial}, Val{:threads}} is deprecated in favor of mode with possible values FastMode() (default), SafeMode(), and ThreadedMode()
  • The non-exported struct SumOfDerivativeOperators is deprecated in favor of LinearlyCombinedDerivativeOperators.

Breaking changes from v0.4.x to v0.5

  • Switch from British English to American English consistently, e.g., semidiscretisesemidiscretize
  • add_transpose_derivative_left! and add_transpose_derivative_right! were replaced by the more general functions mul_transpose_derivative_left! and mul_transpose_derivative_right!, which use the same interface as mul!
  • The number of nodes passed to periodic_central_derivative_operator, and periodic_derivative_operator changed from the number of visualization nodes to the number of compute nodes (= number of visualization nodes minus one), in accordance with fourier_derivative_operator
Commits
  • 1b28fa6 set version to v0.5.86
  • 2db43f3 update paper reference (#371)
  • 1a50fc5 Update dependabot configuration for Julia and GitHub Actions (#370)
  • 4d64bbd Bump crate-ci/typos from 1.38.1 to 1.39.0 (#369)
  • 7f3972a Bump version to 0.5.85
  • 6e529ae specialize integrate on the function to reduce allocations (#368)
  • c5856e9 Bump actions/download-artifact from 5 to 6 (#367)
  • 974aec3 Bump crate-ci/typos from 1.37.2 to 1.38.1 (#365)
  • d6627ad document how to set variable coefficients manually (#364)
  • cd131a5 Bump crate-ci/typos from 1.36.3 to 1.37.2 (#361)
  • Additional commits viewable in compare view

Updates Ariadne to 0.1.0

Release notes

Sourced from Ariadne's releases.

v0.1.0

Ariadne v0.1.0

Commits

Updates KernelAbstractions to 0.9.39

Release notes

Sourced from KernelAbstractions's releases.

v0.9.39

KernelAbstractions v0.9.39

Diff since v0.9.38

Changes

  • On 1.11+ aliascope has the potential to cause a miss-compilation even when the user is not using @Const.

Merged pull requests:

Closed issues:

  • Unified memory interface? (#601)
  • Loading KA 0.10 and oneAPI/OpenCL will lead to "MethodOverwritten" errors due to MethodTable collisions (#610)
  • ones function is not type-stable for CUDA (#634)
  • error with @​synchronize() and loads/stores with static number of items (#642)
  • Using @fastmath for a function inlined in a kernel yields PTX compile error for Float64 arrays in Julia 1.12.0 (#643)
Commits
  • 1f84b17 Bump version from 0.9.38 to 0.9.39
  • 76a35d8 Merge pull request #653 from JuliaGPU/vc/accumulate
  • 218abb9 use aliasscope when user uses Const
  • 653637b disable alias-scope due to misscompilations on 1.11
  • e628aa4 Add test for accumulate issue
  • b525d6b bump version
  • 1a580ab Unified memory allocations (#632)
  • 434d55a avoid boxing when @kernel is used as a closure (#625)
  • b8b53da add get_backend for StaticArrays (#621)
  • f7a37d0 Test correct backend in examples test (#597)
  • Additional commits viewable in compare view

Updates OrdinaryDiffEqLowStorageRK to 1.7.0

Commits

Updates Enzyme to 0.13.103

Release notes

Sourced from Enzyme's releases.

v0.13.103

Enzyme v0.13.103

Diff since v0.13.102

Merged ...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Nov 16, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

…dates

Updates the requirements on [Krylov](https://github.com/JuliaSmoothOptimizers/Krylov.jl), [KrylovPreconditioners](https://github.com/JuliaSmoothOptimizers/KrylovPreconditioners.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl), [OrdinaryDiffEqSSPRK](https://github.com/SciML/OrdinaryDiffEq.jl), [OffsetArrays](https://github.com/JuliaArrays/OffsetArrays.jl), [DifferentiationInterface](https://github.com/JuliaDiff/DifferentiationInterface.jl), [Literate](https://github.com/fredrikekre/Literate.jl), [OrdinaryDiffEqSDIRK](https://github.com/SciML/OrdinaryDiffEq.jl), [CairoMakie](https://github.com/MakieOrg/Makie.jl), [DocumenterCitations](https://github.com/JuliaDocs/DocumenterCitations.jl), [PlutoStaticHTML](https://github.com/rikhuijzer/PlutoStaticHTML.jl), [SummationByPartsOperators](https://github.com/ranocha/SummationByPartsOperators.jl), [Ariadne](https://github.com/NumericalMathematics/Ariadne.jl), [KernelAbstractions](https://github.com/JuliaGPU/KernelAbstractions.jl), [OrdinaryDiffEqLowStorageRK](https://github.com/SciML/OrdinaryDiffEq.jl), [Enzyme](https://github.com/EnzymeAD/Enzyme.jl) and [Observables](https://github.com/JuliaGizmos/Observables.jl) to permit the latest version.

Updates `Krylov` to 0.10.2
- [Release notes](https://github.com/JuliaSmoothOptimizers/Krylov.jl/releases)
- [Commits](JuliaSmoothOptimizers/Krylov.jl@v0.1...v0.10.2)

Updates `KrylovPreconditioners` to 0.3.6
- [Release notes](https://github.com/JuliaSmoothOptimizers/KrylovPreconditioners.jl/releases)
- [Commits](JuliaSmoothOptimizers/KrylovPreconditioners.jl@v0.1.0...v0.3.6)

Updates `Documenter` to 1.16.0
- [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases)
- [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaDocs/Documenter.jl@v0.1.0...v1.16.0)

Updates `OrdinaryDiffEqSSPRK` to 1.7.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v1.7.0)

Updates `OffsetArrays` to 1.17.0
- [Release notes](https://github.com/JuliaArrays/OffsetArrays.jl/releases)
- [Commits](JuliaArrays/OffsetArrays.jl@v0.1.0...v1.17.0)

Updates `DifferentiationInterface` to 0.7.11
- [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases)
- [Commits](JuliaDiff/DifferentiationInterface.jl@DifferentiationInterface-v0.1.0...DifferentiationInterface-v0.7.11)

Updates `Literate` to 2.20.1
- [Release notes](https://github.com/fredrikekre/Literate.jl/releases)
- [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md)
- [Commits](fredrikekre/Literate.jl@v0.1.0...v2.20.1)

Updates `OrdinaryDiffEqSDIRK` to 1.7.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v1.7.0)

Updates `CairoMakie` to 0.15.6
- [Release notes](https://github.com/MakieOrg/Makie.jl/releases)
- [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MakieOrg/Makie.jl/commits)

Updates `DocumenterCitations` to 1.4.1
- [Release notes](https://github.com/JuliaDocs/DocumenterCitations.jl/releases)
- [Changelog](https://github.com/JuliaDocs/DocumenterCitations.jl/blob/master/NEWS.md)
- [Commits](JuliaDocs/DocumenterCitations.jl@v0.1.0...v1.4.1)

Updates `PlutoStaticHTML` to 7.0.9
- [Release notes](https://github.com/rikhuijzer/PlutoStaticHTML.jl/releases)
- [Commits](rikhuijzer/PlutoStaticHTML.jl@v0.1.0...v7.0.9)

Updates `SummationByPartsOperators` to 0.5.86
- [Release notes](https://github.com/ranocha/SummationByPartsOperators.jl/releases)
- [Changelog](https://github.com/ranocha/SummationByPartsOperators.jl/blob/main/NEWS.md)
- [Commits](ranocha/SummationByPartsOperators.jl@v0.0.1...v0.5.86)

Updates `Ariadne` to 0.1.0
- [Release notes](https://github.com/NumericalMathematics/Ariadne.jl/releases)
- [Commits](v0.1.0...v0.1.0)

Updates `KernelAbstractions` to 0.9.39
- [Release notes](https://github.com/JuliaGPU/KernelAbstractions.jl/releases)
- [Commits](JuliaGPU/KernelAbstractions.jl@v0.1.0...v0.9.39)

Updates `OrdinaryDiffEqLowStorageRK` to 1.7.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v1.7.0)

Updates `Enzyme` to 0.13.103
- [Release notes](https://github.com/EnzymeAD/Enzyme.jl/releases)
- [Commits](EnzymeAD/Enzyme.jl@v0.1.0...v0.13.103)

Updates `Krylov` to 0.10.2
- [Release notes](https://github.com/JuliaSmoothOptimizers/Krylov.jl/releases)
- [Commits](JuliaSmoothOptimizers/Krylov.jl@v0.1...v0.10.2)

Updates `KrylovPreconditioners` to 0.3.6
- [Release notes](https://github.com/JuliaSmoothOptimizers/KrylovPreconditioners.jl/releases)
- [Commits](JuliaSmoothOptimizers/KrylovPreconditioners.jl@v0.1.0...v0.3.6)

Updates `OrdinaryDiffEqSSPRK` to 1.7.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v1.7.0)

Updates `OffsetArrays` to 1.17.0
- [Release notes](https://github.com/JuliaArrays/OffsetArrays.jl/releases)
- [Commits](JuliaArrays/OffsetArrays.jl@v0.1.0...v1.17.0)

Updates `DifferentiationInterface` to 0.7.11
- [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases)
- [Commits](JuliaDiff/DifferentiationInterface.jl@DifferentiationInterface-v0.1.0...DifferentiationInterface-v0.7.11)

Updates `OrdinaryDiffEqSDIRK` to 1.7.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v1.7.0)

Updates `CairoMakie` to 0.15.6
- [Release notes](https://github.com/MakieOrg/Makie.jl/releases)
- [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MakieOrg/Makie.jl/commits)

Updates `SummationByPartsOperators` to 0.5.86
- [Release notes](https://github.com/ranocha/SummationByPartsOperators.jl/releases)
- [Changelog](https://github.com/ranocha/SummationByPartsOperators.jl/blob/main/NEWS.md)
- [Commits](ranocha/SummationByPartsOperators.jl@v0.0.1...v0.5.86)

Updates `Ariadne` to 0.1.0
- [Release notes](https://github.com/NumericalMathematics/Ariadne.jl/releases)
- [Commits](v0.1.0...v0.1.0)

Updates `KernelAbstractions` to 0.9.39
- [Release notes](https://github.com/JuliaGPU/KernelAbstractions.jl/releases)
- [Commits](JuliaGPU/KernelAbstractions.jl@v0.1.0...v0.9.39)

Updates `OrdinaryDiffEqLowStorageRK` to 1.7.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v1.7.0)

Updates `Observables` to 0.5.5
- [Release notes](https://github.com/JuliaGizmos/Observables.jl/releases)
- [Commits](JuliaGizmos/Observables.jl@v0.0.1...v0.5.5)

Updates `Enzyme` to 0.13.103
- [Release notes](https://github.com/EnzymeAD/Enzyme.jl/releases)
- [Commits](EnzymeAD/Enzyme.jl@v0.1.0...v0.13.103)

Updates `Ariadne` to 0.1.0
- [Release notes](https://github.com/NumericalMathematics/Ariadne.jl/releases)
- [Commits](v0.1.0...v0.1.0)

---
updated-dependencies:
- dependency-name: Krylov
  dependency-version: 0.10.2
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: KrylovPreconditioners
  dependency-version: 0.3.6
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Documenter
  dependency-version: 1.16.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: OrdinaryDiffEqSSPRK
  dependency-version: 1.7.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: OffsetArrays
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: DifferentiationInterface
  dependency-version: 0.7.11
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Literate
  dependency-version: 2.20.1
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: OrdinaryDiffEqSDIRK
  dependency-version: 1.7.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: CairoMakie
  dependency-version: 0.15.6
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: DocumenterCitations
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: PlutoStaticHTML
  dependency-version: 7.0.9
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: SummationByPartsOperators
  dependency-version: 0.5.86
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Ariadne
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: KernelAbstractions
  dependency-version: 0.9.39
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: OrdinaryDiffEqLowStorageRK
  dependency-version: 1.7.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Enzyme
  dependency-version: 0.13.103
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Krylov
  dependency-version: 0.10.2
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: KrylovPreconditioners
  dependency-version: 0.3.6
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: OrdinaryDiffEqSSPRK
  dependency-version: 1.7.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: OffsetArrays
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: DifferentiationInterface
  dependency-version: 0.7.11
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: OrdinaryDiffEqSDIRK
  dependency-version: 1.7.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: CairoMakie
  dependency-version: 0.15.6
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: SummationByPartsOperators
  dependency-version: 0.5.86
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Ariadne
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: KernelAbstractions
  dependency-version: 0.9.39
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: OrdinaryDiffEqLowStorageRK
  dependency-version: 1.7.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Observables
  dependency-version: 0.5.5
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Enzyme
  dependency-version: 0.13.103
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Ariadne
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/julia/docs/all-julia-dependencies-4869a01265 branch from 646f8bc to baff3fc Compare November 18, 2025 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant