Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Apr 25, 2024
1 parent 9f36ec8 commit 52fcbfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
duckduckgo_search==5.2.2
litestar[standard]==2.7.1
duckduckgo_search==5.3.0
litestar[standard]==2.8.2

0 comments on commit 52fcbfe

Please sign in to comment.