From 0b25a944c7a9bc6c57e31ee11b9c6f7c28f4ded4 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:16:29 +0300 Subject: [PATCH] update duckduckgo_search to v3.9.3 --- install.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index 4170f0cf..fe209da5 100644 --- a/install.py +++ b/install.py @@ -41,7 +41,7 @@ # print("Auto-Photoshop-SD plugin is installing") package_name = 'duckduckgo_search' -package_version= '3.9.1' +package_version= '3.9.3' if not launch.is_installed(package_name): launch.run_pip(f"install {package_name}=={package_version}", "requirements for Auto-Photoshop Image Search") else:# it's installed but we need to check for update diff --git a/requirements.txt b/requirements.txt index 184d3f72..fe68c2a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ uvicorn==0.20.0 # uvloop==0.17.0 watchfiles==0.18.1 websockets==10.4 -duckduckgo_search==3.9.1 +duckduckgo_search==3.9.3