5 Commits

Author SHA1 Message Date
Renovate Bot df3cadc1c9 chore(deps): update dependency httpx to v0.28.1 2026-05-28 12:00:47 +00:00
Renovate Bot 2a9962a1bd chore(deps): update dependency pdfplumber to v0.11.9
Build & Deploy ResearchOwl / build-and-push (push) Successful in 46s
2026-05-25 18:00:36 +00:00
Renovate Bot 0e52b404bf chore(deps): update dependency feedparser to v6.0.12
Build & Deploy ResearchOwl / build-and-push (push) Successful in 53s
2026-05-21 12:00:29 +00:00
chemavx 3a9ab2848a Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Build & Deploy ResearchOwl / build-and-push (push) Successful in 5s
Reviewed-on: #1
2026-05-20 14:11:30 +00:00
Renovate Bot d3d22a1605 Add renovate.json 2026-05-20 13:52:38 +00:00
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
+3 -3
View File
@@ -2,7 +2,7 @@
fastapi==0.115.0 fastapi==0.115.0
uvicorn==0.30.0 uvicorn==0.30.0
python-telegram-bot==21.5 python-telegram-bot==21.5
httpx==0.27.0 httpx==0.28.1
aiohttp==3.10.0 aiohttp==3.10.0
# Scraping # Scraping
@@ -10,8 +10,8 @@ beautifulsoup4==4.12.3
lxml==5.2.2 lxml==5.2.2
trafilatura==1.12.0 trafilatura==1.12.0
youtube-transcript-api==0.6.2 youtube-transcript-api==0.6.2
pdfplumber==0.11.3 pdfplumber==0.11.9
feedparser==6.0.11 feedparser==6.0.12
duckduckgo-search==6.2.6 duckduckgo-search==6.2.6
# Storage & Embeddings # Storage & Embeddings