From 74ee2648f8bbecf253d9390b8bb6b4de2da440de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:47:15 +0000 Subject: [PATCH] chore: update praw requirement from >=8.0.2 to >=8.0.3 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/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: praw dependency-version: 8.0.3 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 8125d2b..7a22b7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -praw>=8.0.2 +praw>=8.0.3