bastienboutonnet / sheetwork

A handy package to load Google Sheets to your database right from the CLI and with easy configuration via YAML files.
MIT License
16 stars 3 forks source link

chore(deps): Bump gspread from 3.7.0 to 5.1.1 #424

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps gspread from 3.7.0 to 5.1.1.

Release notes

Sourced from gspread's releases.

v5.1.1

5.1.1 (2021-12-22)

v5.1.0

5.1.0 (2021-12-22)

v5.0.0

5.0.0 (2021-11-26)

... (truncated)

Changelog

Sourced from gspread's changelog.

5.1.1 (2021-12-22)

5.1.0 (2021-12-22)

5.0.0 (2021-11-26)

... (truncated)

Commits
  • 6ba0cde Release v5.5.1
  • 4e711c7 Merge pull request #975 from burnash/bugfix/fix_doc_oauth_from_dict
  • efdd919 Fix documentation about oauth
  • 16c5f6b Release v5.1.0
  • ef02984 Merge pull request #972 from Burovytskyi/master
  • 8ccdd66 automatic conversion of a cell letter to uppercase
  • 650a7e0 Merge pull request #968 from burnash/feature/improve_get_all_cells
  • 21886e4 Merge pull request #970 from burnash/add_badges
  • 2e1f2e3 Update README.md to include badges
  • ce2ddf8 Add new method to get all values as a list of Cells
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #424 (aa62c20) into main (25780e4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #424   +/-   ##
=======================================
  Coverage   83.56%   83.56%           
=======================================
  Files          27       27           
  Lines        1284     1284           
=======================================
  Hits         1073     1073           
  Misses        211      211           
Flag Coverage Δ
unittests 83.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 25780e4...aa62c20. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #430.