From 7d7a0413e4119cb0ce3395a3a14878bda7272d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:51:24 +0000 Subject: [PATCH] Update prawcore requirement from ~=2.3.0 to ~=3.0.1 Updates the requirements on [prawcore](https://github.com/praw-dev/prawcore) to permit the latest version. - [Release notes](https://github.com/praw-dev/prawcore/releases) - [Changelog](https://github.com/praw-dev/prawcore/blob/main/CHANGES.rst) - [Commits](https://github.com/praw-dev/prawcore/compare/v2.3.0...v3.0.1) --- updated-dependencies: - dependency-name: prawcore 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 49567b5..e1bdae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ gTTS==2.5.4 moviepy==1.0.3 playwright==1.48.0 praw==7.8.1 -prawcore~=2.3.0 +prawcore~=3.0.1 requests==2.32.3 rich==13.9.4 toml==0.10.2