From 6f1e15845f49ae9ad15e7865f194b11e61f3cbf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:35:29 +0000 Subject: [PATCH] chore(deps): update praw requirement from >=7.8.1 to >=8.0.1 Updates the requirements on [praw](https://github.com/praw-dev/praw) to permit the latest version. - [Release notes](https://github.com/praw-dev/praw/releases) - [Changelog](https://github.com/praw-dev/praw/blob/main/CHANGES.rst) - [Commits](https://github.com/praw-dev/praw/compare/v7.8.1...v8.0.1) --- updated-dependencies: - dependency-name: praw dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33564c2..ef9fee6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ google-generativeai>=0.8.6 google-auth>=2.50.0 pyparsing>=3.3.2 Pillow>=12.2.0 -praw>=7.8.1 +praw>=8.0.1