elifesciences / sciencebeam-gym

ScienceBeam Gym
MIT License
25 stars 5 forks source link

Update google-cloud-bigquery requirement from <2.29.0 to <2.33.0 #476

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.32.0

2.32.0 (2022-01-12)

Features

Bug Fixes

  • remove query text from exception message, use exception.debug_message instead (#1105) (e23114c)
Changelog

Sourced from google-cloud-bigquery's changelog.

2.32.0 (2022-01-12)

Features

Bug Fixes

  • remove query text from exception message, use exception.debug_message instead (#1105) (e23114c)

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

... (truncated)

Commits
  • 643b333 chore(main): release 2.32.0 (#1104)
  • 073c9d3 build: switch to release-please for tagging (#1107)
  • e23114c fix: remove query text from exception message, use exception.debug_message ...
  • 18ee0b7 chore(samples): Add check for tests in directory (#1103)
  • ef1f2cb README: Update supported Python versions (#1100)
  • 82e0a7c chore(deps): update all dependencies (#1098)
  • dcb8728 chore(deps): update all dependencies (#1091)
  • 9e0ce1f test: avoid flake if connections were already open at start (#1096)
  • 881c081 chore: update .repo-metadata.json (#1093)
  • 750c15d chore(deps): update all dependencies (#1089)
  • 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 #480.