From e7b1d4a79f6776fb694314a0ae9085773e399ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:23:51 +0000 Subject: [PATCH] Bump the all-julia-packages group across 4 directories with 6 updates Updates the requirements on [Libtask](https://github.com/TuringLang/Libtask.jl), [Chairmarks](https://github.com/LilithHafner/Chairmarks.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl), [StableRNGs](https://github.com/JuliaRandom/StableRNGs.jl) and [Turing](https://github.com/TuringLang/Turing.jl) to permit the latest version. Updates `Libtask` to 0.9.17 - [Release notes](https://github.com/TuringLang/Libtask.jl/releases) - [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Libtask.jl/compare/v0.1.1...v0.9.17) Updates `Chairmarks` to 1.3.1 - [Release notes](https://github.com/LilithHafner/Chairmarks.jl/releases) - [Commits](https://github.com/LilithHafner/Chairmarks.jl/compare/v0.1.0...v1.3.1) Updates `Libtask` to 0.9.17 - [Release notes](https://github.com/TuringLang/Libtask.jl/releases) - [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Libtask.jl/compare/v0.1.1...v0.9.17) 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](https://github.com/JuliaDocs/Documenter.jl/compare/v0.1.0...v1.17.0) Updates `Libtask` to 0.9.17 - [Release notes](https://github.com/TuringLang/Libtask.jl/releases) - [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Libtask.jl/compare/v0.1.1...v0.9.17) Updates `Aqua` to 0.8.15 - [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases) - [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/v0.8.15/CHANGELOG.md) - [Commits](https://github.com/JuliaTesting/Aqua.jl/compare/v0.1.0...v0.8.15) Updates `Libtask` to 0.9.17 - [Release notes](https://github.com/TuringLang/Libtask.jl/releases) - [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Libtask.jl/compare/v0.1.1...v0.9.17) Updates `StableRNGs` to 1.0.4 - [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases) - [Commits](https://github.com/JuliaRandom/StableRNGs.jl/compare/v0.1.0...v1.0.4) Updates `Turing` to 0.45.0 - [Release notes](https://github.com/TuringLang/Turing.jl/releases) - [Changelog](https://github.com/TuringLang/Turing.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Turing.jl/compare/v0.0.1...v0.45.0) --- updated-dependencies: - dependency-name: Libtask dependency-version: 0.9.17 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Chairmarks dependency-version: 1.3.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Libtask dependency-version: 0.9.17 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: Libtask dependency-version: 0.9.17 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Aqua dependency-version: 0.8.15 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Libtask dependency-version: 0.9.17 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: StableRNGs dependency-version: 1.0.4 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.45.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- benchmarks/Project.toml | 4 ++++ docs/Project.toml | 4 ++++ test/Project.toml | 4 ++++ test/integration/turing/Project.toml | 5 +++++ 4 files changed, 17 insertions(+) diff --git a/benchmarks/Project.toml b/benchmarks/Project.toml index 52ae69ca..73b2445d 100644 --- a/benchmarks/Project.toml +++ b/benchmarks/Project.toml @@ -5,3 +5,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [sources] Libtask = {path = "../"} + +[compat] +Chairmarks = "1.3.1" +Libtask = "0.9.17" diff --git a/docs/Project.toml b/docs/Project.toml index acf52482..2d8309ef 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,3 +1,7 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Libtask = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f" + +[compat] +Documenter = "1.17.0" +Libtask = "0.9.17" diff --git a/test/Project.toml b/test/Project.toml index ce8d716e..c0152b26 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,3 +2,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Libtask = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Aqua = "0.8.15" +Libtask = "0.9.17" diff --git a/test/integration/turing/Project.toml b/test/integration/turing/Project.toml index 5c4ce38f..1077e1a6 100644 --- a/test/integration/turing/Project.toml +++ b/test/integration/turing/Project.toml @@ -6,3 +6,8 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [sources] Libtask = {path = "../../../"} + +[compat] +Libtask = "0.9.17" +StableRNGs = "1.0.4" +Turing = "0.45.0"