From f7000031f18c283f05f4f22a7aa124d58e121019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:59:41 +0000 Subject: [PATCH] Update wand requirement from >=0.6.13 to >=0.7.0 Updates the requirements on [wand](https://github.com/emcconville/wand) to permit the latest version. - [Release notes](https://github.com/emcconville/wand/releases) - [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst) - [Commits](https://github.com/emcconville/wand/compare/0.6.13...0.7.0) --- updated-dependencies: - dependency-name: wand dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07bcc2e..c090db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "uvicorn[standard]>=0.35.0", "pillow>=12.0.0", "tinys3>=0.1.12", - "wand>=0.6.13", + "wand>=0.7.0", "requests>=2.32.4", "jinja2>=3.1.6", ]