From 1fea4cf9dbd55a12721f8def54978e28f4fed794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:24:06 +0000 Subject: [PATCH] Update PythonCall requirement to 0.9.35 Updates the requirements on [PythonCall](https://github.com/JuliaPy/PythonCall.jl) to permit the latest version. - [Release notes](https://github.com/JuliaPy/PythonCall.jl/releases) - [Changelog](https://github.com/JuliaPy/PythonCall.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/JuliaPy/PythonCall.jl/compare/v0.1.0...v0.9.35) --- updated-dependencies: - dependency-name: PythonCall dependency-version: 0.9.35 dependency-type: direct:production ... 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 c74d338c..ea585390 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,3 +4,4 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" [compat] Documenter = "1" +PythonCall = "0.9.35" diff --git a/test/Project.toml b/test/Project.toml index 3f088776..bdcec4b2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,3 +12,4 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" [compat] PyCall = "1" +PythonCall = "0.9.35"