From 6e7bdb9203c95db8fc56bc9f2d4555596e9a262d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:05:24 +0000 Subject: [PATCH] chore: update praw requirement from >=7.8.1 to >=7.8.2 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/v7.8.2/CHANGES.rst) - [Commits](https://github.com/praw-dev/praw/compare/v7.8.1...v7.8.2) --- updated-dependencies: - dependency-name: praw dependency-version: 7.8.2 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..6bf66df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -praw>=7.8.1 +praw>=7.8.2