Skip to content

Commit

Permalink
Update gspread requirement from ==5.* to ==6.*
Browse files Browse the repository at this point in the history
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](burnash/gspread@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: gspread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent cad6fc2 commit c4da948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit c4da948

Please sign in to comment.