From 1f9478825ea90dbf995f01c5b622e20d570c9caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 01:59:54 +0000 Subject: [PATCH] Update gspread requirement from ==5.8.* to ==5.9.* 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.8.0...v5.9.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 ded81fe110..d06bea402e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ escapism==1.* # Used for GCP billing management google-cloud-bigquery==3.10.* -gspread==5.8.* +gspread==5.9.* # requests is used by deployer/cilogon_app.py requests==2.*