fix(praw): fixed auth error for new praw version

This commit is contained in:
2025-10-07 11:30:28 +13:00
parent 8c293a4684
commit 2c4272110a
2 changed files with 6 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ dependencies = [
"beautifulsoup4>=4.10.0",
"click>=8.0.0",
"dict2xml>=1.7.0",
"praw>=7.2.0",
"praw>=7.8.1",
"pyyaml>=5.4.1",
"requests>=2.25.1",
"yt-dlp>=2022.11.11",