-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit 75bb82a
authored
chore(deps): update all dependencies (#298)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google-auth](https://togithub.com/googleapis/google-auth-library-python) | `==2.0.2` -> `==2.2.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==2.26.0` -> `==2.27.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==2.24.1` -> `==2.27.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-cloud-bigquery-storage](https://togithub.com/googleapis/python-bigquery-storage) | `==2.7.0` -> `==2.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-cloud-bigquery-storage](https://togithub.com/googleapis/python-bigquery-storage) | `==2.6.2` -> `==2.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-cloud-testutils](https://togithub.com/googleapis/python-test-utils) | `==1.0.0` -> `==1.1.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [protobuf](https://developers.google.com/protocol-buffers/) | `==3.17.3` -> `==3.18.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==6.2.4` -> `==6.2.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [tqdm](https://tqdm.github.io) ([source](https://togithub.com/tqdm/tqdm), [changelog](https://tqdm.github.io/releases)) | `==4.62.1` -> `==4.62.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>googleapis/google-auth-library-python</summary>
### [`v2.2.0`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​220-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev210v220-2021-09-21)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.1.0...v2.2.0)
##### Features
- add support for workforce pool credentials ([#​868](https://www.togithub.com/googleapis/google-auth-library-python/issues/868)) ([993bab2](https://www.github.com/googleapis/google-auth-library-python/commit/993bab2aaacf3034e09d9f0f25d36c0e815d3a29))
### [`v2.1.0`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​210-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev202v210-2021-09-10)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.0.2...v2.1.0)
##### Features
- Improve handling of clock skew ([#​858](https://www.togithub.com/googleapis/google-auth-library-python/issues/858)) ([45c4491](https://www.github.com/googleapis/google-auth-library-python/commit/45c4491fb971c9edf590b27b9e271b7a23a1bba6))
##### Bug Fixes
- add SAML challenge to reauth ([#​819](https://www.togithub.com/googleapis/google-auth-library-python/issues/819)) ([13aed5f](https://www.github.com/googleapis/google-auth-library-python/commit/13aed5ffe3ba435004ab48202462452f04d7cb29))
- disable warning if quota project id provided to auth.default() ([#​856](https://www.togithub.com/googleapis/google-auth-library-python/issues/856)) ([11ebaeb](https://www.github.com/googleapis/google-auth-library-python/commit/11ebaeb9d7c0862916154cfb810238574507629a))
- rename CLOCK_SKEW and separate client/server user case ([#​863](https://www.togithub.com/googleapis/google-auth-library-python/issues/863)) ([738611b](https://www.github.com/googleapis/google-auth-library-python/commit/738611bd2914f0fd5fa8b49b65f56ef321829c85))
##### [2.0.2](https://www.github.com/googleapis/google-auth-library-python/compare/v2.0.1...v2.0.2) (2021-08-25)
##### Bug Fixes
- use 'int.to_bytes' rather than deprecated crypto wrapper ([#​848](https://www.togithub.com/googleapis/google-auth-library-python/issues/848)) ([b79b554](https://www.github.com/googleapis/google-auth-library-python/commit/b79b55407b31933c9a8fe6de01478fa00a33fa2b))
- use int.from_bytes ([#​846](https://www.togithub.com/googleapis/google-auth-library-python/issues/846)) ([466aed9](https://www.github.com/googleapis/google-auth-library-python/commit/466aed99f5c2ba15d2036fa21cc83b3f0fc22639))
##### [2.0.1](https://www.github.com/googleapis/google-auth-library-python/compare/v2.0.0...v2.0.1) (2021-08-17)
##### Bug Fixes
- normalize AWS paths correctly on windows ([#​842](https://www.togithub.com/googleapis/google-auth-library-python/issues/842)) ([4e0fb1c](https://www.github.com/googleapis/google-auth-library-python/commit/4e0fb1cee78ee56b878b6e12be3b3c58df242b05))
</details>
<details>
<summary>googleapis/python-bigquery</summary>
### [`v2.27.0`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#​2270-httpswwwgithubcomgoogleapispython-bigquerycomparev2260v2270-2021-09-24)
[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.26.0...v2.27.0)
##### Features
- Add py.typed for PEP 561 compliance ([#​976](https://www.togithub.com/googleapis/python-bigquery/issues/976)) ([96e6bee](https://www.github.com/googleapis/python-bigquery/commit/96e6beef3c63b663b7e5879b1458f4dd1a47a5b5))
- include key metadata in Job representation ([#​964](https://www.togithub.com/googleapis/python-bigquery/issues/964)) ([acca1cb](https://www.github.com/googleapis/python-bigquery/commit/acca1cb7baaa3b00508246c994ade40314d421c3))
##### Bug Fixes
- Arrow extension-type metadata was not set when calling the REST API or when there are no rows ([#​946](https://www.togithub.com/googleapis/python-bigquery/issues/946)) ([864383b](https://www.github.com/googleapis/python-bigquery/commit/864383bc01636b3774f7da194587b8b7edd0383d))
- disambiguate missing policy tags from explicitly unset policy tags ([#​983](https://www.togithub.com/googleapis/python-bigquery/issues/983)) ([f83c00a](https://www.github.com/googleapis/python-bigquery/commit/f83c00acead70fc0ce9959eefb133a672d816277))
- remove default timeout ([#​974](https://www.togithub.com/googleapis/python-bigquery/issues/974)) ([1cef0d4](https://www.github.com/googleapis/python-bigquery/commit/1cef0d4664bf448168b26487a71795144b7f4d6b))
##### Documentation
- simplify destination table sample with f-strings ([#​966](https://www.togithub.com/googleapis/python-bigquery/issues/966)) ([ab6e76f](https://www.github.com/googleapis/python-bigquery/commit/ab6e76f9489262fd9c1876a1c4f93d7e139aa999))
</details>
<details>
<summary>googleapis/python-bigquery-storage</summary>
### [`v2.8.0`](https://togithub.com/googleapis/python-bigquery-storage/blob/master/CHANGELOG.md#​280-httpswwwgithubcomgoogleapispython-bigquery-storagecomparev270v280-2021-09-10)
[Compare Source](https://togithub.com/googleapis/python-bigquery-storage/compare/v2.7.0...v2.8.0)
##### Features
- add `AppendRowsStream` helper to append rows with a `BigQueryWriteClient` ([#​284](https://www.togithub.com/googleapis/python-bigquery-storage/issues/284)) ([2461f63](https://www.github.com/googleapis/python-bigquery-storage/commit/2461f63d37f707c2d634a95d87b8ffc3e4af3686))
</details>
<details>
<summary>googleapis/python-test-utils</summary>
### [`v1.1.0`](https://togithub.com/googleapis/python-test-utils/blob/master/CHANGELOG.md#​110-httpswwwgithubcomgoogleapispython-test-utilscomparev100v110-2021-08-30)
[Compare Source](https://togithub.com/googleapis/python-test-utils/compare/v1.0.0...v1.1.0)
##### Features
- add 'orchestrate' module ([#​54](https://www.togithub.com/googleapis/python-test-utils/issues/54)) ([ae3da1a](https://www.github.com/googleapis/python-test-utils/commit/ae3da1ab4e7cbf268d6dce60cb467ca7ed6c2c89))
</details>
<details>
<summary>pytest-dev/pytest</summary>
### [`v6.2.5`](https://togithub.com/pytest-dev/pytest/releases/6.2.5)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.4...6.2.5)
# pytest 6.2.5 (2021-08-29)
## Trivial/Internal Changes
- [#​8494](https://togithub.com/pytest-dev/pytest/issues/8494): Python 3.10 is now supported.
- [#​9040](https://togithub.com/pytest-dev/pytest/issues/9040): Enable compatibility with `pluggy 1.0` or later.
</details>
<details>
<summary>tqdm/tqdm</summary>
### [`v4.62.3`](https://togithub.com/tqdm/tqdm/releases/v4.62.3)
[Compare Source](https://togithub.com/tqdm/tqdm/compare/v4.62.2...v4.62.3)
- fix minor typo ([#​1246](https://togithub.com/tqdm/tqdm/issues/1246))
- minor example fix ([#​1246](https://togithub.com/tqdm/tqdm/issues/1246))
- misc tidying & refactoring
- misc build/dev framework updates
- update dependencies
- update linters
- update docs deployment branches
- misc test/ci updates
- test forks
- tidy OS & Python version tests
- bump primary python version 3.7 => 3.8
- beta py3.10 testing
- fix py2.7 tests
- better timeout handling
### [`v4.62.2`](https://togithub.com/tqdm/tqdm/releases/v4.62.2)
[Compare Source](https://togithub.com/tqdm/tqdm/compare/v4.62.1...v4.62.2)
- fix notebook memory leak ([#​1216](https://togithub.com/tqdm/tqdm/issues/1216))
- fix `contrib.concurrent` with generators ([#​1233](https://togithub.com/tqdm/tqdm/issues/1233) <- [#​1231](https://togithub.com/tqdm/tqdm/issues/1231))
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery-storage).1 parent 97ed04b commit 75bb82aCopy full SHA for 75bb82a
File tree
Expand file treeCollapse file tree
4 files changed
+10
-10
lines changedFilter options
- bigquery_storage
- quickstart
- snippets
- to_dataframe
Expand file treeCollapse file tree
4 files changed
+10
-10
lines changedCollapse file: bigquery_storage/quickstart/requirements.txt
bigquery_storage/quickstart/requirements.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + |
Collapse file: bigquery_storage/snippets/requirements-test.txt
bigquery_storage/snippets/requirements-test.txt
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + |
Collapse file: bigquery_storage/snippets/requirements.txt
bigquery_storage/snippets/requirements.txt
Copy file name to clipboard+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + |
Collapse file: bigquery_storage/to_dataframe/requirements.txt
bigquery_storage/to_dataframe/requirements.txt
Copy file name to clipboard+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + |
0 commit comments