From 784f5a9677f724dafbea2c79f177bfa50c018084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:24:29 +0000 Subject: [PATCH] Update CondaPkg requirement to 0.2.36 Updates the requirements on [CondaPkg](https://github.com/JuliaPy/CondaPkg.jl) to permit the latest version. - [Release notes](https://github.com/JuliaPy/CondaPkg.jl/releases) - [Changelog](https://github.com/JuliaPy/CondaPkg.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/JuliaPy/CondaPkg.jl/compare/v0.2.33...v0.2.36) --- updated-dependencies: - dependency-name: CondaPkg dependency-version: 0.2.36 dependency-type: direct:production ... 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 3f088776..da2c1a18 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,4 +11,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" [compat] +CondaPkg = "0.2.36" PyCall = "1"