From f844ce1adad9bef0d7fb4c644851a40649cd4339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:46:05 +0000 Subject: [PATCH] build(deps): update gspread requirement from ~=5.12.2 to ~=5.12.3 Updates the requirements on [gspread](https://github.com/burnash/gspread) to permit the latest version. - [Release notes](https://github.com/burnash/gspread/releases) - [Changelog](https://github.com/burnash/gspread/blob/master/HISTORY.rst) - [Commits](https://github.com/burnash/gspread/compare/v5.12.2...v5.12.3) --- updated-dependencies: - dependency-name: gspread 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 4f52d2e..24b4be6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ discord.py~=2.3.2 feedparser~=6.0.10 -gspread~=5.12.2 +gspread~=5.12.3 jishaku~=2.5.2 markdownify~=0.11.6 psutil~=5.9.6