From eea5848338e2215a23a46c097dcfdd4d6765c46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:56:32 +0000 Subject: [PATCH] build(deps): Bump the all-julia-packages group across 1 directory with 4 updates Updates the requirements on [DataDrivenDMD](https://github.com/SciML/DataDrivenDiffEq.jl), [DataDrivenLux](https://github.com/SciML/DataDrivenDiffEq.jl), [DataDrivenSR](https://github.com/SciML/DataDrivenDiffEq.jl) and [DataDrivenSparse](https://github.com/SciML/DataDrivenDiffEq.jl) to permit the latest version. Updates `DataDrivenDMD` to 0.1.6 - [Release notes](https://github.com/SciML/DataDrivenDiffEq.jl/releases) - [Commits](https://github.com/SciML/DataDrivenDiffEq.jl/commits) Updates `DataDrivenLux` to 0.2.6 - [Release notes](https://github.com/SciML/DataDrivenDiffEq.jl/releases) - [Commits](https://github.com/SciML/DataDrivenDiffEq.jl/commits) Updates `DataDrivenSR` to 0.1.7 - [Release notes](https://github.com/SciML/DataDrivenDiffEq.jl/releases) - [Commits](https://github.com/SciML/DataDrivenDiffEq.jl/commits) Updates `DataDrivenSparse` to 0.2.1 - [Release notes](https://github.com/SciML/DataDrivenDiffEq.jl/releases) - [Commits](https://github.com/SciML/DataDrivenDiffEq.jl/compare/DataDrivenSparse-v0.1.0...DataDrivenLux-v0.2.1) --- updated-dependencies: - dependency-name: DataDrivenDMD dependency-version: 0.1.6 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataDrivenLux dependency-version: 0.2.6 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataDrivenSparse dependency-version: 0.2.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataDrivenSR dependency-version: 0.1.7 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 0d83d8eb..4e9e2212 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -21,7 +21,11 @@ SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] +DataDrivenDMD = "0.1.6" DataDrivenDiffEq = "1" +DataDrivenLux = "0.2.6" +DataDrivenSR = "0.1.7" +DataDrivenSparse = "0.2.1" Documenter = "1" Literate = "2.14" LossFunctions = "1"