Revert "chore: add dependency update workflow and fix urllib3 version"

This reverts commit 0d2d9b220e.
This commit is contained in:
ajaysi
2026-04-03 07:50:27 +05:30
parent 0d2d9b220e
commit d34dc651b1
2 changed files with 4 additions and 92 deletions

View File

@@ -39,10 +39,10 @@ google-auth-oauthlib>=1.0.0
# Web scraping and content processing
beautifulsoup4>=4.12.0
requests>=2.32.0
urllib3>=2.0.0
chardet>=5.2.0
charset-normalizer>=3.3.0
requests>=2.31.0
urllib3<2.0.0
chardet>=5.0.0
charset-normalizer<3.0.0
lxml>=4.9.0
html5lib>=1.1
aiohttp>=3.9.0