From 55cb1a231c547ab1c0dc7f219398e2df6e0afdb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 03:11:26 +0000 Subject: [PATCH] Update askama requirement from 0.14.0 to 0.15.0 Updates the requirements on [askama](https://github.com/askama-rs/askama) to permit the latest version. - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](https://github.com/askama-rs/askama/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index 24340dcc..407692db 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -56,7 +56,7 @@ kaleido_download = ["plotly_kaleido/download"] [dependencies] -askama = { version = "0.14.0", features = ["serde_json"] } +askama = { version = "0.15.0", features = ["serde_json"] } dyn-clone = "1" erased-serde = "0.4" image = { version = "0.25", optional = true }