From 528e035af18a06e5ac9e2a6359e0835f970088ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:37:10 +0000 Subject: [PATCH] Update gspread requirement from ~=5.11 to ~=6.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.0...v6.0.0) --- updated-dependencies: - dependency-name: gspread dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26e9dba..7438fa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] dependencies = [ "click~=8.1", - "gspread~=5.11", + "gspread~=6.0", "importlib-metadata~=7.0", "ir-datasets~=0.5.5", "ir-measures~=0.3.3",