elifesciences / sciencebeam-gym

ScienceBeam Gym
MIT License
25 stars 5 forks source link

Update google-cloud-bigquery requirement from <=2.24.0 to <2.26.0 #393

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

Sourced from google-cloud-bigquery's releases.

v2.25.1

Bug Fixes

  • populate default timeout and retry after client-side timeout (#896) (b508809)
  • use REST API in cell magic when requested (#892) (1cb3e55)
Changelog

Sourced from google-cloud-bigquery's changelog.

2.25.1 (2021-08-25)

Bug Fixes

  • populate default timeout and retry after client-side timeout (#896) (b508809)
  • use REST API in cell magic when requested (#892) (1cb3e55)

2.25.0 (2021-08-24)

Features

  • Support using GeoPandas for GEOGRAPHY columns (#848) (16f65e6)

2.24.1 (2021-08-13)

Bug Fixes

  • remove pytz dependency and require pyarrow>=3.0.0 (#875) (2cb3563)

2.24.0 (2021-08-11)

Features

  • add support for transaction statistics (#849) (7f7b1a8)
  • make the same Table* instances equal to each other (#867) (c1a3d44)
  • retry failed query jobs in result() (#837) (519d99c)
  • support ScalarQueryParameterType for type_ argument in ScalarQueryParameter constructor (#850) (93d15e2)

Bug Fixes

  • make unicode characters working well in load_table_from_json (#865) (ad9c802)

2.23.3 (2021-08-06)

Bug Fixes

  • increase default retry deadline to 10 minutes (#859) (30770fd)

2.23.2 (2021-07-29)

Dependencies

  • expand pyarrow pins to support 5.x releases (#833) (80e3a61)

... (truncated)

Commits
  • 109a536 chore: release 2.25.1 (#912)
  • a3a85da chore: group all renovate PRs together (#911)
  • 121c2c2 chore(deps): update dependency pandas to v1.3.2 (#900)
  • 4fc7c69 chore(deps): update dependency google-cloud-bigquery to v2.25.0 (#907)
  • b508809 fix: populate default timeout and retry after client-side timeout (#896)
  • 1cb3e55 fix: use REST API in cell magic when requested (#892)
  • 72a52f0 chore(deps): update dependency google-cloud-core to v2 (#904)
  • fbbf72c chore(deps): update dependency numpy to v1.21.2 (#899)
  • f319d25 chore: release 2.25.0 (#898)
  • aa4876e test: Add test of datetime and time pandas load (#895)
  • 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 3 years ago

Superseded by #398.