From c4da94880a5df51cb9491211d3e2d2d0f6c6c993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:55:41 +0000 Subject: [PATCH] Update gspread requirement from ==5.* to ==6.* 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.0.0...v6.0.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 0fe51ac9f..53731087e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pandera prometheus_pandas pytest-mock google-cloud-bigquery[pandas]==3.* -gspread==5.* +gspread==6.* # requests is used by deployer/commands/cilogon.py requests==2.*