Skip to content

Commit 5188608

Browse files
Merge pull request #393 from deedy5/master
update duckduckgo_search to v3.9.3
2 parents 1eff69e + 0b25a94 commit 5188608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# print("Auto-Photoshop-SD plugin is installing")
4242

4343
package_name = 'duckduckgo_search'
44-
package_version= '3.9.1'
44+
package_version= '3.9.3'
4545
if not launch.is_installed(package_name):
4646
launch.run_pip(f"install {package_name}=={package_version}", "requirements for Auto-Photoshop Image Search")
4747
else:# it's installed but we need to check for update

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ uvicorn==0.20.0
2323
# uvloop==0.17.0
2424
watchfiles==0.18.1
2525
websockets==10.4
26-
duckduckgo_search==3.9.1
26+
duckduckgo_search==3.9.3

0 commit comments

Comments
 (0)