elifesciences / sciencebeam-gym

ScienceBeam Gym
MIT License
25 stars 5 forks source link

Update google-cloud-bigquery requirement from <2.29.0 to <2.32.0 #454

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on google-cloud-bigquery to permit the latest version.

Release notes

Sourced from google-cloud-bigquery's releases.

v2.31.0

Features

  • allow cell magic body to be a $variable (#1053) (3a681e0)
  • promote RowIterator.to_arrow_iterable to public method (#1073) (21cd710)

Bug Fixes

  • apply timeout to all resumable upload requests (#1070) (3314dfb)

Dependencies

Changelog

Sourced from google-cloud-bigquery's changelog.

2.31.0 (2021-11-24)

Features

  • allow cell magic body to be a $variable (#1053) (3a681e0)
  • promote RowIterator.to_arrow_iterable to public method (#1073) (21cd710)

Bug Fixes

  • apply timeout to all resumable upload requests (#1070) (3314dfb)

Dependencies

2.30.1 (2021-11-04)

Bug Fixes

Documentation

  • show gcloud command to authorize against sheets (#1045) (20c9024)
  • use stable URL for pandas intersphinx links (#1048) (73312f8)

2.30.0 (2021-11-03)

Features

Documentation

  • add code samples for Jupyter/IPython magics (#1013) (61141ee)
  • samples: add create external table with hive partitioning (#1033) (d64f5b6)

2.29.0 (2021-10-27)

Features

... (truncated)

Commits
  • a135956 chore: release 2.31.0 (#1066)
  • 3314dfb fix: apply timeout to all resumable upload requests (#1070)
  • 21cd710 feat: promote RowIterator.to_arrow_iterable to public method (#1073)
  • 1b5dc5c cleanup: silence non-relevant system test warnings (#1068)
  • 3a681e0 feat: allow cell magic body to be a $variable (#1053)
  • 7052054 chore: revert update doc links from googleapis.dev to cloud.google.com (#1063)
  • 942930e chore: update doc links from googleapis.dev to cloud.google.com (#1062)
  • 9a5a888 chore: use gapic-generator-python 0.56.2 (#1056)
  • 66b3dd9 process: make mypy happy with type annotations (#1036)
  • 4616cd5 deps: support OpenTelemetry >= 1.1.0 (#1050)
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 2 years ago

Superseded by #476.