From 0ed846459805a7d22b7a73655992f79a4a1ee2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:07:05 +0000 Subject: [PATCH] chore: 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 aa786fa..46b75bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -praw>=7.8.1 +praw>=8.0.1