From d01c35b3b4b6326d9cdab3ebc3e23e980de8888b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 20:54:56 +0000 Subject: [PATCH] :arrow_up: Update wand requirement from ~=0.6.11 to ~=0.7.1 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.1) --- updated-dependencies: - dependency-name: wand dependency-version: 0.7.1 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 5bac248..946cdea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pyTelegramBotAPI==4.33.0 requests==2.34.2 google~=3.0.0 redis==5.2.1 -wand~=0.6.11 +wand~=0.7.1 dice==4.0.0 wikipedia~=1.4.0 openai==1.7.1