From 5c25eccc7aaaecfeef358014401c84633d3d26bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:02:43 +0000 Subject: [PATCH] :arrow_up: Update wand requirement from ~=0.6.11 to ~=0.7.2 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.11...0.7.2) --- updated-dependencies: - dependency-name: wand dependency-version: 0.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04d7813..f0b884b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pyTelegramBotAPI==4.34.0 requests==2.34.2 google~=3.0.0 redis==5.2.1 -wand~=0.6.11 +wand~=0.7.2 dice==4.0.0 wikipedia~=1.4.0 openai==1.7.1