From 54e0299dda300e9312892a34e73e8e3eb456689b Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 10 Feb 2025 11:14:04 -0800 Subject: [PATCH] chore: bump --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ba277a071..3567924a8 100644 --- a/backend/requirements.txt +++ b/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 diff --git a/pyproject.toml b/pyproject.toml index 03c5c0005..30a0626d5 100644 --- a/pyproject.toml +++ b/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",