From 9a6d002bdff55c0bed0c9e6744d817efe8834f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:32:05 +0000 Subject: [PATCH] Update directories requirement from >=4, <6 to >=4, <7 --- updated-dependencies: - dependency-name: directories dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly_kaleido/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly_kaleido/Cargo.toml b/plotly_kaleido/Cargo.toml index 75b2334..0761cc8 100644 --- a/plotly_kaleido/Cargo.toml +++ b/plotly_kaleido/Cargo.toml @@ -31,4 +31,4 @@ plotly_kaleido = { path = ".", features = ["download"] } [build-dependencies] zip = "2.1" -directories = ">=4, <6" +directories = ">=4, <7"