Skip to content

build(deps): bump the all-julia-packages group across 5 directories with 19 updates#29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/lib/CanonicalMoments/all-julia-packages-67fc66f802
Open

build(deps): bump the all-julia-packages group across 5 directories with 19 updates#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/lib/CanonicalMoments/all-julia-packages-67fc66f802

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown

Updates the requirements on Symbolics, Documenter, Polynomials, IntervalArithmetic, ForwardDiff, Optimization, FiniteDiff, IntervalLinearAlgebra, PolynomialRoots, OptimizationOptimJL, RealPolynomialRoots, SpecialMatrices, StaticArrays, MakieCore, DomainSets, OrderedCollections, SciMLBase, SymbolicUtils and ModelingToolkit to permit the latest version.
Updates Symbolics to 7.28.1

Release notes

Sourced from Symbolics's releases.

v7.28.1

Symbolics v7.28.1

Diff since v7.28.0

Merged pull requests:

Changelog

Sourced from Symbolics's changelog.

7.0.0

Breaking changes

  • substitute no longer recurses into Differential arguments. This is due to SymbolicUtils.jl v4's default_substitute_filter, which treats Operator subclasses (including Differential) as substitution boundaries. Use the new substitute_in_deriv or substitute_in_deriv_and_depvar functions to substitute inside Differential expressions. See the Derivatives documentation for details.

4.0.0

  • Symbolics.jl now supports the latest symbolic computing architecture backed by Metatheory.jl v1.2 and SymbolicUtils.jl v0.18 for generic term rewriting.
  • Support for automatic code optimization through Metatheory.jl EGraphs and SymbolicUtils's optimize function.

3.3.0

  • adds simplify_fractions which turns an expression into a single fraction and simplifies by dividing the numerator and denominator factors by appropriate GCDs
  • Use new fraction_iszero and fraction_isone functions from SymbolicUtils to implement iszero and isone respectively.
  • x / x etc. are no more simplified on construction, call simplify_fractions to simplify them.
Commits
  • 9a9f73a Merge pull request #1904 from JuliaSymbolics/as/bump-version
  • 013158f build: bump patch version
  • 2bf8dc7 Merge pull request #1903 from KristofferC/kc/depends_on_fast
  • 2321eee Merge pull request #1902 from KristofferC/kc/isone_zero_fast
  • 2af3a33 _depends_on: avoid looking up COMPARE_FULL in every iteration and directl...
  • 491397e add fastpaths for zero/one for Num
  • 5e35cfe Merge pull request #1901 from JuliaSymbolics/as/bump-version
  • bee797e build: bump minor version
  • eca1b3d Merge pull request #1898 from KristofferC/kc/remove_dead_code
  • ed5d3de Merge pull request #1896 from TZdyrski/master
  • Additional commits viewable in compare view

Updates Documenter to 1.17.0

Release notes

Sourced from Documenter's releases.

v1.17.0

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

The changes are documented in the CHANGELOG.md file.

Diff since v1.16.1

Changelog

Sourced from Documenter's changelog.

Version [v1.17.0] - 2026-02-20

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • During cross-referencing find_object correctly locates the Documenter.Object associated with UnionAll method signatures. (#2836, #2889)
  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

Version [v1.16.1] - 2025-11-21

Fixed

  • The -g is now passed to curl when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example [, {, & or ?. (#2839, #2842)
  • Fixed insufficient paragraph spacing in HTML output for @docs blocks. ([#2845, #2847])
  • Don't expand details admonition by default. ([#2846, #2847])
  • Removed superfluous vertical space at end of @docs blocks. (#2849)

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)

... (truncated)

Commits

Updates Polynomials to 4.1.1

Release notes

Sourced from Polynomials's releases.

v4.1.1

What's Changed

New Contributors

Full Changelog: JuliaMath/Polynomials.jl@v4.1.0...v4.1.1

Commits

Updates IntervalArithmetic to 1.0.9

Release notes

Sourced from IntervalArithmetic's releases.

v1.0.9

IntervalArithmetic v1.0.9

Diff since v1.0.8

Merged pull requests:

Closed issues:

  • Add a benchmark suite (#294)
  • Non-thin interval is displayed as thin interval (#751)
Commits

Updates ForwardDiff to 1.4.1

Release notes

Sourced from ForwardDiff's releases.

v1.4.1

ForwardDiff v1.4.1

Diff since v1.4.0

Merged pull requests:

Commits
  • 777420f Remove allocations of nested Jacobians of StaticArrays (#810)
  • 5bf530a Bump codecov/codecov-action from 6 to 7 (#814)
  • 0a3d297 CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#...
  • 39916da CompatHelper: bump compat for JET in [extras] to 0.11, (keep existing compat)...
  • 7e52ffa Bump julia-actions/setup-julia from 2 to 3 (#802)
  • 39a27fe Bump codecov/codecov-action from 5 to 6 (#799)
  • 1295777 Avoid reshape allocation in extract_jacobian! for Matrix results (#797)
  • ff0d903 Bump julia-actions/cache from 2 to 3 (#796)
  • 7262054 Remove explicit != methods for Dual (#793)
  • 71258ec Update documentation formatting and infrastructure (#792)
  • Additional commits viewable in compare view

Updates Optimization to 5.6.1

Release notes

Sourced from Optimization's releases.

v5.6.1

Optimization v5.6.1

Diff since v5.5.1

Closed issues:

  • Improve return codes from OptimizationManopt (#1034)
  • OptimizationOptimJL + SciMLBase@3 are incompatible (#1187)
  • TagBot trigger issue (#1196)
  • maxiters is ignored when maxtime is set (#1206)
Changelog

Sourced from Optimization's changelog.

v4 Breaking changes

  1. The main change in this breaking release has been the way mini-batching is handled. The data argument in the solve call and the implicit iteration of that in the callback has been removed, the stochastic solvers (Optimisers.jl and Sophia) now handle it explicitly. You would now pass in a DataLoader to OptimizationProblem as the second argument to the objective etc (p) if you want to do minibatching, else for full batch just pass in the full data.

  2. The support for extra returns from objective function has been removed. Now the objective should only return a scalar loss value, hence callback doesn't take extra arguments other than the state and loss value.

Commits
  • 8b2d464 Update to SciMLLogging 2.0 (#1198)
  • b02c92b CompatHelper: bump compat for OptimizationAuglag to 2 for package docs, (keep...
  • 8b6461f [AI] OptimizationOptimJL: fix MaxSense+fg, enable allowsfg, fix Zygote ext pr...
  • 68d6054 rewrite AugLag (#1184)
  • 340ece8 Update Project.toml
  • 476fd74 Update Project.toml
  • 7d7e1c0 OptimizationODE: switch to OrdinaryDiffEq subpackages, fix DAE init (#1199)
  • 4369dfa Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem (#1195)
  • 8c97799 Handle OrdinaryDiffEq v7 breaking changes (#1194)
  • c4db6cd Merge pull request #1192 from SciML/SebastianM-C-patch-1
  • Additional commits viewable in compare view

Updates FiniteDiff to 2.31.0

Commits

Updates IntervalLinearAlgebra to 0.1.6

Release notes

Sourced from IntervalLinearAlgebra's releases.

v0.1.6

IntervalLinearAlgebra v0.1.6

Diff since v0.1.5

Merged pull requests:

Closed issues:

  • [bug]: issues with complex interval matrices multiplication (#85)
Commits

Updates PolynomialRoots to 1.0.0

Release notes

Sourced from PolynomialRoots's releases.

v1.0.0

PolynomialRoots v1.0.0

Diff since v0.2.0

Closed issues:

  • roots has issue finding the root of a polynomial with degree 14 (#7)
  • PolynomialRoots Not found in Julia 1.0.1 (#8)
  • Problem when last coefficient is not zero. (#11)

Merged pull requests:

Changelog

Sourced from PolynomialRoots's changelog.

v1.0.0 (2020-06-01)

Breaking Changes

  • Julia 1.0 is required. Support for previous versions was dropped.

Bug Fixes

  • Fixed error when the last coefficient is not zero (#11, #11).
  • Fix error when input type is different from Float64 (#20).

v0.2.0 (2018-08-17)

Breaking Changes

  • Julia 0.7 is required. Support for previous versions was dropped.

v0.1.0 (2017-05-07)

Breaking Changes

  • Support for Julia 0.4 was dropped.

Bug Fixes

  • Fixed bug causing infinite loop (#2).

v0.0.4 (2016-08-24)

  • Fixed warnings in Julia 0.5.

v0.0.3 (2016-05-29)

New Features

  • Precompilation enabled

v0.0.2 (2016-04-04)

New Features

... (truncated)

Commits

Updates OptimizationOptimJL to 0.4.14

Commits

Updates RealPolynomialRoots to 0.1.3

Release notes

Sourced from RealPolynomialRoots's releases.

v0.1.3

RealPolynomialRoots v0.1.3

Diff since v0.1.2

Merged pull requests:

Commits

Updates SpecialMatrices to 3.1.0

Release notes

Sourced from SpecialMatrices's releases.

v3.1.0

SpecialMatrices v3.1.0

Diff since v3.0.0

Merged pull requests:

Commits

Updates StaticArrays to 1.9.18

Release notes

Sourced from StaticArrays's releases.

v1.9.18

StaticArrays v1.9.18

Diff since v1.9.17

Merged pull requests:

Commits

Updates MakieCore to 0.10.0

Commits

Updates Documenter to 1.17.0

Release notes

Sourced from Documenter's releases.

v1.17.0

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)Description has been truncated

…ith 19 updates

Updates the requirements on [Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl), [Polynomials](https://github.com/JuliaMath/Polynomials.jl), [IntervalArithmetic](https://github.com/JuliaIntervals/IntervalArithmetic.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [Optimization](https://github.com/SciML/Optimization.jl), [FiniteDiff](https://github.com/JuliaDiff/FiniteDiff.jl), [IntervalLinearAlgebra](https://github.com/JuliaIntervals/IntervalLinearAlgebra.jl), [PolynomialRoots](https://github.com/giordano/PolynomialRoots.jl), [OptimizationOptimJL](https://github.com/SciML/Optimization.jl), [RealPolynomialRoots](https://github.com/jverzani/RealPolynomialRoots.jl), [SpecialMatrices](https://github.com/JuliaLinearAlgebra/SpecialMatrices.jl), [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [MakieCore](https://github.com/MakieOrg/Makie.jl), [DomainSets](https://github.com/JuliaApproximation/DomainSets.jl), [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl), [SciMLBase](https://github.com/SciML/SciMLBase.jl), [SymbolicUtils](https://github.com/JuliaSymbolics/SymbolicUtils.jl) and [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) to permit the latest version.

Updates `Symbolics` to 7.28.1
- [Release notes](https://github.com/JuliaSymbolics/Symbolics.jl/releases)
- [Changelog](https://github.com/JuliaSymbolics/Symbolics.jl/blob/master/NEWS.md)
- [Commits](JuliaSymbolics/Symbolics.jl@v6.29.2...v7.28.1)

Updates `Documenter` to 1.17.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.17.0)

Updates `Polynomials` to 4.1.1
- [Release notes](https://github.com/JuliaMath/Polynomials.jl/releases)
- [Commits](JuliaMath/Polynomials.jl@v0.0.1...v4.1.1)

Updates `IntervalArithmetic` to 1.0.9
- [Release notes](https://github.com/JuliaIntervals/IntervalArithmetic.jl/releases)
- [Commits](JuliaIntervals/IntervalArithmetic.jl@v0.9.0...v1.0.9)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `Optimization` to 5.6.1
- [Release notes](https://github.com/SciML/Optimization.jl/releases)
- [Changelog](https://github.com/SciML/Optimization.jl/blob/master/NEWS.md)
- [Commits](SciML/Optimization.jl@v0.1.1...v5.6.1)

Updates `FiniteDiff` to 2.31.0
- [Release notes](https://github.com/JuliaDiff/FiniteDiff.jl/releases)
- [Commits](https://github.com/JuliaDiff/FiniteDiff.jl/commits)

Updates `IntervalLinearAlgebra` to 0.1.6
- [Release notes](https://github.com/JuliaIntervals/IntervalLinearAlgebra.jl/releases)
- [Commits](JuliaIntervals/IntervalLinearAlgebra.jl@v0.1.0...v0.1.6)

Updates `PolynomialRoots` to 1.0.0
- [Release notes](https://github.com/giordano/PolynomialRoots.jl/releases)
- [Changelog](https://github.com/giordano/PolynomialRoots.jl/blob/master/NEWS.md)
- [Commits](giordano/PolynomialRoots.jl@v0.0.1...v1.0.0)

Updates `OptimizationOptimJL` to 0.4.14
- [Release notes](https://github.com/SciML/Optimization.jl/releases)
- [Changelog](https://github.com/SciML/Optimization.jl/blob/master/NEWS.md)
- [Commits](https://github.com/SciML/Optimization.jl/commits)

Updates `RealPolynomialRoots` to 0.1.3
- [Release notes](https://github.com/jverzani/RealPolynomialRoots.jl/releases)
- [Commits](jverzani/RealPolynomialRoots.jl@v0.1.0...v0.1.3)

Updates `SpecialMatrices` to 3.1.0
- [Release notes](https://github.com/JuliaLinearAlgebra/SpecialMatrices.jl/releases)
- [Commits](JuliaLinearAlgebra/SpecialMatrices.jl@v0.0.1...v3.1.0)

Updates `StaticArrays` to 1.9.18
- [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases)
- [Commits](JuliaArrays/StaticArrays.jl@v0.0.1...v1.9.18)

Updates `MakieCore` to 0.10.0
- [Release notes](https://github.com/MakieOrg/Makie.jl/releases)
- [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md)
- [Commits](MakieOrg/Makie.jl@assets-v0.0.1-dev...v0.10.0)

Updates `Documenter` to 1.17.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.17.0)

Updates `Symbolics` to 7.28.1
- [Release notes](https://github.com/JuliaSymbolics/Symbolics.jl/releases)
- [Changelog](https://github.com/JuliaSymbolics/Symbolics.jl/blob/master/NEWS.md)
- [Commits](JuliaSymbolics/Symbolics.jl@v6.29.2...v7.28.1)

Updates `DomainSets` to 0.8.0
- [Release notes](https://github.com/JuliaApproximation/DomainSets.jl/releases)
- [Commits](JuliaApproximation/DomainSets.jl@v0.7.15...v0.8.0)

Updates `OrderedCollections` to 2.0.0
- [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases)
- [Commits](JuliaCollections/OrderedCollections.jl@v1.7.0...v2.0.0)

Updates `SciMLBase` to 3.21.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](https://github.com/SciML/SciMLBase.jl/commits)

Updates `SymbolicUtils` to 4.35.4
- [Release notes](https://github.com/JuliaSymbolics/SymbolicUtils.jl/releases)
- [Commits](JuliaSymbolics/SymbolicUtils.jl@v3.0.0...v4.35.4)

Updates `ModelingToolkit` to 11.28.2
- [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases)
- [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md)
- [Commits](https://github.com/SciML/ModelingToolkit.jl/commits)

---
updated-dependencies:
- dependency-name: Symbolics
  dependency-version: 7.28.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Documenter
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Polynomials
  dependency-version: 4.1.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: IntervalArithmetic
  dependency-version: 1.0.9
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Optimization
  dependency-version: 5.6.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FiniteDiff
  dependency-version: 2.31.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: IntervalLinearAlgebra
  dependency-version: 0.1.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PolynomialRoots
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OptimizationOptimJL
  dependency-version: 0.4.14
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: RealPolynomialRoots
  dependency-version: 0.1.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SpecialMatrices
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StaticArrays
  dependency-version: 1.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MakieCore
  dependency-version: 0.10.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Documenter
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Symbolics
  dependency-version: 7.28.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DomainSets
  dependency-version: 0.8.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrderedCollections
  dependency-version: 2.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SciMLBase
  dependency-version: 3.21.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SymbolicUtils
  dependency-version: 4.35.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ModelingToolkit
  dependency-version: 11.28.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jun 22, 2026
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.

0 participants