-
Notifications
You must be signed in to change notification settings - Fork 139
chore(deps): update all dependencies #366
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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"???
e96bd8d
to
a2bef15
Compare
This PR contains the following updates:
==2.1.1
->==2.2.0
==2.3.1
->==2.3.2
==1.19.6
->==1.19.7
==5.0.0
->==6.0.0
==3.0.1
->==3.0.2
==1.2.0
->==1.2.1
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
andStringStart
, which changed theinterpretation of when and how
LineStart
andStringStart
should match whena line starts with spaces. In 3.0.0, the
xxxStart
expressions were notreally treated like expressions in their own right, but as modifiers to the
following expression when used like
LineStart() + expr
, so that if therewere whitespace on the line before
expr
(which would match in versions priorto 3.0.0), the match would fail.
3.0.0 implemented this by automatically promoting
LineStart() + expr
toAtLineStart(expr)
, which broke existing parsers that did not expectexpr
tonecessarily 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
andAtStringStart
expression classes, so that parsers can chosewhichever behavior applies in their specific instance. Specifically:
matches expr if it is the first token on the line
(allows for leading whitespace)
matches only if expr is found in column 1
Performance enhancement to
one_of
to always generate an internalRegex
,even if
caseless
oras_keyword
args are given asTrue
(unless explicitlydisabled by passing
use_regex=False
).IndentedBlock
class now works withrecursive
flag. By default, theresults parsed by an
IndentedBlock
are grouped. This can be disabled by constructingthe
IndentedBlock
withgrouped=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.
This PR has been generated by WhiteSource Renovate. View repository job log here.