From 86f6ab2ed5ac2b5115106f7eced1b7246ffe6576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:06:45 +0000 Subject: [PATCH] Update pythonize requirement from 0.27 to 0.28 Updates the requirements on [pythonize](https://github.com/davidhewitt/pythonize) to permit the latest version. - [Release notes](https://github.com/davidhewitt/pythonize/releases) - [Changelog](https://github.com/davidhewitt/pythonize/blob/main/CHANGELOG.md) - [Commits](https://github.com/davidhewitt/pythonize/compare/v0.27.0...v0.27.0) --- updated-dependencies: - dependency-name: pythonize dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc11543cd..f0d597c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "compute" crate-type = ["cdylib"] [dependencies] -pythonize = "0.27" +pythonize = "0.28" serde = "1.0.171" regex = "1.10"