From 7e7a175a3eab0ba7238d01067174ce518e44bd5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:09:15 +0000 Subject: [PATCH] chore: update praw requirement from >=7.7.0 to >=7.8.1 Updates the requirements on [praw](https://github.com/praw-dev/praw) to permit the latest version. - [Changelog](https://github.com/praw-dev/praw/blob/main/CHANGES.rst) - [Commits](https://github.com/praw-dev/praw/compare/v7.7.0...v7.8.1) --- updated-dependencies: - dependency-name: praw dependency-version: 7.8.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 1b71b61..aa786fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -praw>=7.7.0 +praw>=7.8.1