Skip to content

Commit f6ad9c9

Browse files
authored
chore(deps): update all dependencies (googleapis#366)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-api-core](https://togithub.com/googleapis/python-api-core) | `==2.1.1` -> `==2.2.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-core/2.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-core/2.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-core/2.2.0/compatibility-slim/2.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-core/2.2.0/confidence-slim/2.1.1)](https://docs.renovatebot.com/merge-confidence/) | | [google-auth](https://togithub.com/googleapis/google-auth-library-python) | `==2.3.1` -> `==2.3.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth/2.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-auth/2.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-auth/2.3.2/compatibility-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-auth/2.3.2/confidence-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) | | [proto-plus](https://togithub.com/googleapis/proto-plus-python) | `==1.19.6` -> `==1.19.7` | [![age](https://badges.renovateapi.com/packages/pypi/proto-plus/1.19.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/proto-plus/1.19.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/proto-plus/1.19.7/compatibility-slim/1.19.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/proto-plus/1.19.7/confidence-slim/1.19.6)](https://docs.renovatebot.com/merge-confidence/) | | [pyarrow](https://arrow.apache.org/) | `==5.0.0` -> `==6.0.0` | [![age](https://badges.renovateapi.com/packages/pypi/pyarrow/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pyarrow/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pyarrow/6.0.0/compatibility-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pyarrow/6.0.0/confidence-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/) | | [pyparsing](https://togithub.com/pyparsing/pyparsing) | `==3.0.1` -> `==3.0.2` | [![age](https://badges.renovateapi.com/packages/pypi/pyparsing/3.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pyparsing/3.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pyparsing/3.0.2/compatibility-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pyparsing/3.0.2/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | | [sqlalchemy-bigquery](https://togithub.com/googleapis/python-bigquery-sqlalchemy) | `==1.2.0` -> `==1.2.1` | [![age](https://badges.renovateapi.com/packages/pypi/sqlalchemy-bigquery/1.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/sqlalchemy-bigquery/1.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/sqlalchemy-bigquery/1.2.1/compatibility-slim/1.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/sqlalchemy-bigquery/1.2.1/confidence-slim/1.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-api-core</summary> ### [`v2.2.0`](https://togithub.com/googleapis/python-api-core/blob/master/CHANGELOG.md#&#8203;220-httpswwwgithubcomgoogleapispython-api-corecomparev211v220-2021-10-25) [Compare Source](https://togithub.com/googleapis/python-api-core/compare/v2.1.1...v2.2.0) ##### Features - add 'GoogleAPICallError.error_details' property ([#&#8203;286](https://www.togithub.com/googleapis/python-api-core/issues/286)) ([ef6f0fc](https://www.github.com/googleapis/python-api-core/commit/ef6f0fcfdfe771172056e35e3c990998b3b00416)) ##### [2.1.1](https://www.github.com/googleapis/python-api-core/compare/v2.1.0...v2.1.1) (2021-10-13) ##### Bug Fixes - add mypy checking + 'py.typed' file ([#&#8203;290](https://www.togithub.com/googleapis/python-api-core/issues/290)) ([0023ee1](https://www.github.com/googleapis/python-api-core/commit/0023ee1fe0e8b80c7a9e8987e0f322a829e5d613)) </details> <details> <summary>googleapis/google-auth-library-python</summary> ### [`v2.3.2`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#&#8203;232-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev231v232-2021-10-26) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.3.1...v2.3.2) </details> <details> <summary>googleapis/proto-plus-python</summary> ### [`v1.19.7`](https://togithub.com/googleapis/proto-plus-python/blob/master/CHANGELOG.md#&#8203;1197-httpswwwgithubcomgoogleapisproto-plus-pythoncomparev1196v1197-2021-10-27) [Compare Source](https://togithub.com/googleapis/proto-plus-python/compare/v1.19.6...v1.19.7) </details> <details> <summary>pyparsing/pyparsing</summary> ### [`v3.0.2`](https://togithub.com/pyparsing/pyparsing/blob/master/CHANGES#Version-302--) - Reverted change in behavior with `LineStart` and `StringStart`, which changed the interpretation of when and how `LineStart` and `StringStart` should match when a line starts with spaces. In 3.0.0, the `xxxStart` expressions were not really treated like expressions in their own right, but as modifiers to the following expression when used like `LineStart() + expr`, so that if there were whitespace on the line before `expr` (which would match in versions prior to 3.0.0), the match would fail. 3.0.0 implemented this by automatically promoting `LineStart() + expr` to `AtLineStart(expr)`, which broke existing parsers that did not expect `expr` to necessarily be right at the start of the line, but only be the first token found on the line. This was reported as a regression in Issue [#&#8203;317](https://togithub.com/pyparsing/pyparsing/issues/317). In 3.0.2, pyparsing reverts to the previous behavior, but will retain the new `AtLineStart` and `AtStringStart` expression classes, so that parsers can chose whichever behavior applies in their specific instance. Specifically: ### matches expr if it is the first token on the line ### (allows for leading whitespace) LineStart() + expr ### matches only if expr is found in column 1 AtLineStart(expr) - Performance enhancement to `one_of` to always generate an internal `Regex`, even if `caseless` or `as_keyword` args are given as `True` (unless explicitly disabled by passing `use_regex=False`). - `IndentedBlock` class now works with `recursive` flag. By default, the results parsed by an `IndentedBlock` are grouped. This can be disabled by constructing the `IndentedBlock` with `grouped=False`. </details> <details> <summary>googleapis/python-bigquery-sqlalchemy</summary> ### [`v1.2.1`](https://togithub.com/googleapis/python-bigquery-sqlalchemy/blob/master/CHANGELOG.md#&#8203;121-httpswwwgithubcomgoogleapispython-bigquery-sqlalchemycomparev120v121-2021-10-27) [Compare Source](https://togithub.com/googleapis/python-bigquery-sqlalchemy/compare/v1.2.0...v1.2.1) </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, click this checkbox. --- 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-sqlalchemy).
1 parent a61ab26 commit f6ad9c9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ iniconfig==1.1.1
55
packaging==21.0
66
pluggy==1.0.0
77
py==1.10.0
8-
pyparsing==3.0.1
8+
pyparsing==3.0.2
99
pytest==6.2.5
1010
toml==0.10.2
1111
typing-extensions==3.10.0.2

samples/snippets/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ future==0.18.2
1515
GeoAlchemy2==0.9.4
1616
geopandas==0.9.0; python_version < '3.7'
1717
geopandas==0.10.0; python_version >= '3.7'
18-
google-api-core==2.1.1
19-
google-auth==2.3.1
18+
google-api-core==2.2.0
19+
google-auth==2.3.2
2020
google-cloud-bigquery==2.28.1
2121
google-cloud-bigquery-storage==2.9.1
2222
google-cloud-core==2.1.0
@@ -40,13 +40,13 @@ opentelemetry-semantic-conventions==0.25b2
4040
packaging==21.0
4141
pandas==1.1.5; python_version < '3.7'
4242
pandas==1.3.2; python_version >= '3.7'
43-
proto-plus==1.19.6
43+
proto-plus==1.19.7
4444
protobuf==3.19.0
45-
pyarrow==5.0.0
45+
pyarrow==6.0.0
4646
pyasn1==0.4.8
4747
pyasn1-modules==0.2.8
4848
pycparser==2.20
49-
pyparsing==3.0.1
49+
pyparsing==3.0.2
5050
pyproj==3.0.1; python_version < '3.7'
5151
pyproj==3.1.0; python_version >= '3.7'
5252
python-dateutil==2.8.2
@@ -57,7 +57,7 @@ rsa==4.7.2
5757
Shapely==1.8.0
5858
six==1.16.0
5959
SQLAlchemy==1.4.26
60-
sqlalchemy-bigquery==1.2.0
60+
sqlalchemy-bigquery==1.2.1
6161
tqdm==4.62.3
6262
typing-extensions==3.10.0.2
6363
typing-inspect==0.7.1

0 commit comments

Comments
 (0)