From 2fdac7a65a0d49508403c240c7c619deb45cdb48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:25:42 +0000 Subject: [PATCH] Bump ChainRulesCore in /docs Updates the requirements on and [ChainRulesCore](https://github.com/JuliaDiff/ChainRulesCore.jl) to permit the latest version. Updates `ChainRulesCore` to 1.26.1 - [Release notes](https://github.com/JuliaDiff/ChainRulesCore.jl/releases) - [Commits](https://github.com/JuliaDiff/ChainRulesCore.jl/compare/v0.1.0...v1.26.1) Updates `ChainRulesCore` to 1.26.1 - [Release notes](https://github.com/JuliaDiff/ChainRulesCore.jl/releases) - [Commits](https://github.com/JuliaDiff/ChainRulesCore.jl/compare/v0.1.0...v1.26.1) --- updated-dependencies: - dependency-name: ChainRulesCore dependency-version: 1.26.1 dependency-type: direct:production dependency-group: julia - dependency-name: ChainRulesCore dependency-version: 1.26.1 dependency-type: direct:production dependency-group: julia ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + test/Project.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 82d20fc..3e0dca9 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,6 +9,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +ChainRulesCore = "1.26.1" Documenter = "1" DocumenterCitations = "1" Unitful = "1" diff --git a/test/Project.toml b/test/Project.toml index e30e2ba..5f04dc9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,4 +18,5 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f" [compat] +ChainRulesCore = "1.26.1" StableRNGs = "1"