From 52fcbfe513a76c20f15fba743bad8adb28c5ea75 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:25:36 +0300 Subject: [PATCH] Update requirements --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f1b3b7..bdedf90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "duckduckgo_search==5.2.2", - "litestar[standard]==2.7.1" + "duckduckgo_search==5.3.0", + "litestar[standard]==2.8.2" ] dynamic = ["version"] diff --git a/requirements.txt b/requirements.txt index 74877da..f8d2cdc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -duckduckgo_search==5.2.2 -litestar[standard]==2.7.1 \ No newline at end of file +duckduckgo_search==5.3.0 +litestar[standard]==2.8.2 \ No newline at end of file