From fcc742b0b1169bb154622a1ccf68d6fdd0c86ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:40:45 +0000 Subject: [PATCH] Update prawcore requirement from ~=2.3.0 to ~=2.4.0 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...v2.4.0) --- 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 c9abc85..1501b7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ gTTS==2.3.2 moviepy==1.0.3 playwright==1.34.0 praw==7.7.0 -prawcore~=2.3.0 +prawcore~=2.4.0 requests==2.31.0 rich==13.4.1 toml==0.10.2