From 47942e3d17d941b2bbbe22657a2e40240af3af98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 03:57:18 +0000 Subject: [PATCH] build(deps): update gspread requirement from ~=5.12.0 to ~=5.12.2 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.0...v5.12.2) --- 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 5b85c83..889f5cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ discord.py~=2.3.2 feedparser~=6.0.10 -gspread~=5.12.0 +gspread~=5.12.2 jishaku~=2.5.2 markdownify~=0.11.6 psutil~=5.9.6