Browse Source

chore: bump

Timothy Jaeryang Baek 2 months ago
parent
commit
54e0299dda
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -91,7 +91,7 @@ pytube==15.0.0
 
 extract_msg
 pydub
-duckduckgo-search~=7.3.0
+duckduckgo-search~=7.3.2
 
 ## Google Drive
 google-api-python-client

+ 1 - 1
pyproject.toml

@@ -97,7 +97,7 @@ dependencies = [
 
     "extract_msg",
     "pydub",
-    "duckduckgo-search~=7.3.0",
+    "duckduckgo-search~=7.3.2",
 
     "google-api-python-client",
     "google-auth-httplib2",