From fb20086bf852d295f9147d45db8043eaa5a17e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:37:38 +0000 Subject: [PATCH] build(deps): update gspread requirement from ~=5.11.3 to ~=5.12.0 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.11.3...v5.12.0) --- 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 4ed4e28..c1c480d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ discord.py~=2.3.2 feedparser~=6.0.10 -gspread~=5.11.3 +gspread~=5.12.0 jishaku~=2.5.1 markdownify~=0.11.6 psutil~=5.9.6