From cbf5538af729047094d13d6f2ba8df1b66f60e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:24:31 +0000 Subject: [PATCH] Bump Bijectors in /test Updates the requirements on [Bijectors](https://github.com/TuringLang/Bijectors.jl) to permit the latest version. Updates `Bijectors` to 0.16.1 - [Release notes](https://github.com/TuringLang/Bijectors.jl/releases) - [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Bijectors.jl/compare/v0.1.0...v0.16.1) --- updated-dependencies: - dependency-name: Bijectors dependency-version: 0.16.1 dependency-type: direct:production dependency-group: julia ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index e30e2ba..1c8b870 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] +Bijectors = "0.16.1" StableRNGs = "1"