Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the prod-deps group with 2 updates #1878

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps the prod-deps group with 2 updates: dataiku-api-client and google-cloud-bigquery.

Updates dataiku-api-client from 13.3.1 to 13.3.2

Changelog

Sourced from dataiku-api-client's changelog.

13.3.2 (2025-01-15)

  • Initial release for DSS 13.3.2
Commits

Updates google-cloud-bigquery from 3.27.0 to 3.28.0

Release notes

Sourced from google-cloud-bigquery's releases.

v3.28.0

3.28.0 (2025-01-15)

Features

  • Add property for allowNonIncrementalDefinition for materialized view (#2084) (3359ef3)
  • Add property for maxStaleness in table definitions (#2087) (729322c)
  • Add type hints to Client (#2044) (40529de)
  • Adds ExternalCatalogDatasetOptions and tests (#2111) (b929a90)
  • Adds ForeignTypeInfo class and tests (#2110) (55ca63c)
  • Adds new input validation function similar to isinstance. (#2107) (a2bebb9)
  • Adds StorageDescriptor and tests (#2109) (6be0272)
  • Adds the SerDeInfo class and tests (#2108) (62960f2)
  • Migrate to pyproject.toml (#2041) (1061611)
  • Preserve unknown fields from the REST API representation in SchemaField (#2097) (aaf1eb8)
  • Resource tags in dataset (#2090) (3e13016)
  • Support setting max_stream_count when fetching query result (#2051) (d461297)

Bug Fixes

Documentation

  • Render fields correctly for update calls (#2055) (a4d9534)
Changelog

Sourced from google-cloud-bigquery's changelog.

3.28.0 (2025-01-15)

Features

  • Add property for allowNonIncrementalDefinition for materialized view (#2084) (3359ef3)
  • Add property for maxStaleness in table definitions (#2087) (729322c)
  • Add type hints to Client (#2044) (40529de)
  • Adds ExternalCatalogDatasetOptions and tests (#2111) (b929a90)
  • Adds ForeignTypeInfo class and tests (#2110) (55ca63c)
  • Adds new input validation function similar to isinstance. (#2107) (a2bebb9)
  • Adds StorageDescriptor and tests (#2109) (6be0272)
  • Adds the SerDeInfo class and tests (#2108) (62960f2)
  • Migrate to pyproject.toml (#2041) (1061611)
  • Preserve unknown fields from the REST API representation in SchemaField (#2097) (aaf1eb8)
  • Resource tags in dataset (#2090) (3e13016)
  • Support setting max_stream_count when fetching query result (#2051) (d461297)

Bug Fixes

Documentation

  • Render fields correctly for update calls (#2055) (a4d9534)
Commits
  • 9c50418 chore(main): release 3.28.0 (#2056)
  • b929a90 feat: adds ExternalCatalogDatasetOptions and tests (#2111)
  • 55ca63c feat: Adds ForeignTypeInfo class and tests (#2110)
  • 3e13016 feat: resource tags in dataset (#2090)
  • 6be0272 feat: adds StorageDescriptor and tests (#2109)
  • 62960f2 feat: adds the SerDeInfo class and tests (#2108)
  • a2bebb9 feat: adds new input validation function similar to isinstance. (#2107)
  • b35d741 chore(python): exclude .github/workflows/unittest.yml in renovate config (#2103)
  • 473c3c3 chore(deps): update dependency grpcio to v1.69.0 (#2102)
  • cc49760 chore(deps): update dependency virtualenv to v20.28.1 (#2101)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the prod-deps group with 2 updates: [dataiku-api-client](https://github.com/dataiku/dataiku-api-client-python) and [google-cloud-bigquery](https://github.com/googleapis/python-bigquery).


Updates `dataiku-api-client` from 13.3.1 to 13.3.2
- [Changelog](https://github.com/dataiku/dataiku-api-client-python/blob/master/HISTORY.txt)
- [Commits](dataiku/dataiku-api-client-python@13.3.1...13.3.2)

Updates `google-cloud-bigquery` from 3.27.0 to 3.28.0
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v3.27.0...v3.28.0)

---
updated-dependencies:
- dependency-name: dataiku-api-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: google-cloud-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 16, 2025 01:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 16, 2025
@dependabot dependabot bot requested review from Fanaen and lukapeschke January 16, 2025 01:45
@julien-pinchelimouroux julien-pinchelimouroux merged commit 3f1007f into master Jan 16, 2025
4 checks passed
@julien-pinchelimouroux julien-pinchelimouroux deleted the dependabot/pip/prod-deps-88238586bf branch January 16, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant