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

chore(deps): update all dependencies #366

Merged
merged 1 commit into from Oct 27, 2021

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-api-core ==2.1.1 -> ==2.2.0 age adoption passing confidence
google-auth ==2.3.1 -> ==2.3.2 age adoption passing confidence
proto-plus ==1.19.6 -> ==1.19.7 age adoption passing confidence
pyarrow ==5.0.0 -> ==6.0.0 age adoption passing confidence
pyparsing ==3.0.1 -> ==3.0.2 age adoption passing confidence
sqlalchemy-bigquery ==1.2.0 -> ==1.2.1 age adoption passing confidence

Release Notes

googleapis/python-api-core

v2.2.0

Compare Source

Features
2.1.1 (2021-10-13)
Bug Fixes
googleapis/google-auth-library-python

v2.3.2

Compare Source

googleapis/proto-plus-python

v1.19.7

Compare Source

pyparsing/pyparsing

v3.0.2

  • 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 #​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.

googleapis/python-bigquery-sqlalchemy

v1.2.1

Compare Source


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 if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners October 27, 2021 15:53
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 27, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Oct 27, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 27, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 27, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 27, 2021
@@ -42,11 +42,11 @@ pandas==1.1.5; python_version < '3.7'
pandas==1.3.2; python_version >= '3.7'
proto-plus==1.19.6
protobuf==3.19.0
pyarrow==5.0.0
pyarrow==6.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will require a google-cloud-bigquery release.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually maybe not, since pyarrow is only an "extra"???

@tswast tswast added the automerge Merge the pull request once unit tests and other checks pass. label Oct 27, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 27, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 27, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 27, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit f6ad9c9 into googleapis:main Oct 27, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants