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 #1005

Merged
merged 3 commits into from
Dec 14, 2021
Merged

Conversation

renovate-bot
Copy link
Contributor

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

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
PyYAML (source) ==5.4.1 -> ==6.0 age adoption passing confidence
certifi (source) ==2021.5.30 -> ==2021.10.8 age adoption passing confidence
cffi ==1.14.6 -> ==1.15.0 age adoption passing confidence
charset-normalizer ==2.0.6 -> ==2.0.9 age adoption passing confidence
click (changelog) ==8.0.1 -> ==8.0.3 age adoption passing confidence
geopandas ==0.9.0 -> ==0.10.2 age adoption passing confidence
google-api-core ==2.0.1 -> ==2.3.0 age adoption passing confidence
google-auth ==2.2.1 -> ==2.3.3 age adoption passing confidence
google-cloud-bigquery ==2.27.1 -> ==2.31.0 age adoption passing confidence
google-cloud-bigquery-storage ==2.9.0 -> ==2.10.1 age adoption passing confidence
google-cloud-core ==2.0.0 -> ==2.2.1 age adoption passing confidence
google-cloud-testutils ==1.1.0 -> ==1.3.1 age adoption passing confidence
google-crc32c ==1.2.0 -> ==1.3.0 age adoption passing confidence
google-resumable-media ==2.0.3 -> ==2.1.0 age adoption passing confidence
googleapis-common-protos ==1.53.0 -> ==1.54.0 age adoption passing confidence
grpcio ==1.41.0 -> ==1.42.0 age adoption passing confidence
idna ==3.2 -> ==3.3 age adoption passing confidence
importlib-metadata ==4.8.1 -> ==4.8.2 age adoption passing confidence
libcst ==0.3.21 -> ==0.3.23 age adoption passing confidence
packaging ==21.0 -> ==21.3 age adoption passing confidence
proto-plus ==1.19.2 -> ==1.19.8 age adoption passing confidence
protobuf ==3.18.0 -> ==3.19.1 age adoption passing confidence
pyarrow ==6.0.0 -> ==6.0.1 age adoption passing confidence
pycparser ==2.20 -> ==2.21 age adoption passing confidence
pyparsing ==2.4.7 -> ==3.0.6 age adoption passing confidence
pytz ==2021.1 -> ==2021.3 age adoption passing confidence
rsa ==4.7.2 -> ==4.8 age adoption passing confidence
typing-extensions ==3.10.0.2 -> ==4.0.1 age adoption passing confidence

Release Notes

yaml/pyyaml

v6.0

Compare Source

certifi/python-certifi

v2021.10.8

Compare Source

ousret/charset_normalizer

v2.0.9

Compare Source

Changed
  • Moderating the logging impact (since 2.0.8) for specific environments (PR #​147)
Fixed
  • Wrong logging level applied when setting kwarg explain to True (PR #​146)

v2.0.8

Compare Source

Changed
  • Improvement over Vietnamese detection (PR #​126)
  • MD improvement on trailing data and long foreign (non-pure latin) data (PR #​124)
  • Efficiency improvements in cd/alphabet_languages from @​adbar (PR #​122)
  • call sum() without an intermediary list following PEP 289 recommendations from @​adbar (PR #​129)
  • Code style as refactored by Sourcery-AI (PR #​131)
  • Minor adjustment on the MD around european words (PR #​133)
  • Remove and replace SRTs from assets / tests (PR #​139)
  • Initialize the library logger with a NullHandler by default from @​nmaynes (PR #​135)
  • Setting kwarg explain to True will add provisionally (bounded to function lifespan) a specific stream handler (PR #​135)
Fixed
  • Fix large (misleading) sequence giving UnicodeDecodeError (PR #​137)
  • Avoid using too insignificant chunk (PR #​137)
Added

v2.0.7

Compare Source

Added
  • Add support for Kazakh (Cyrillic) language detection (PR #​109)
Changed
  • Further, improve inferring the language from a given single-byte code page (PR #​112)
  • Vainly trying to leverage PEP263 when PEP3120 is not supported (PR #​116)
  • Refactoring for potential performance improvements in loops from @​adbar (PR #​113)
  • Various detection improvement (MD+CD) (PR #​117)
Removed
  • Remove redundant logging entry about detected language(s) (PR #​115)
Fixed
  • Fix a minor inconsistency between Python 3.5 and other versions regarding language detection (PR #​117 #​102)
googleapis/python-api-core

v2.3.0

Compare Source

Features
  • add operations rest client to support long-running operations. (#​311) (ce1adf3)
Bug Fixes
2.2.2 (2021-11-02)
Bug Fixes
2.2.1 (2021-10-26)
Bug Fixes
  • revert "fix: do not error on LROs with no response or error" (#​294) (9e6091e)

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

Features
2.1.1 (2021-10-13)
Bug Fixes

v2.1.1

Compare Source

v2.1.0

Compare Source

Features
2.0.1 (2021-08-31)
Bug Fixes
googleapis/google-auth-library-python

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

Features
Bug Fixes
2.2.1 (2021-09-28)
Bug Fixes
  • disable self signed jwt for domain wide delegation (#​873) (0cd15e2)
googleapis/python-bigquery

v2.31.0

Compare Source

Features
Bug Fixes
Dependencies
2.30.1 (2021-11-04)
Bug Fixes
Documentation

v2.30.1

Compare Source

v2.30.0

Compare Source

Features
Documentation

v2.29.0

Compare Source

Features
Documentation
  • document ScriptStatistics and other missing resource classes (#​1023) (6679109)
  • fix formatting of generated client docstrings (#​1009) (f7b0ee4)
Dependencies
2.28.1 (2021-10-07)
Bug Fixes
  • support ARRAY data type when loading from DataFrame with Parquet (#​980) (1e59083)

v2.28.1

Compare Source

v2.28.0

Compare Source

Features
Documentation
2.27.1 (2021-09-27)
Bug Fixes
googleapis/python-bigquery-storage

v2.10.1

Compare Source

v2.10.0

Compare Source

Features
Bug Fixes
  • deps: drop packaging dependency (5390146)
  • deps: require google-api-core >= 1.28.0 (5390146)
Documentation
  • list oneofs in docstring (5390146)
2.9.1 (2021-10-06)
Documentation
  • samples: Add minimal sample to show Write API in pending mode (#​322) (db51469)

v2.9.1

Compare Source

googleapis/python-cloud-core

v2.2.1

Compare Source

v2.2.0

Compare Source

Features

v2.1.0

Compare Source

Features
googleapis/python-test-utils

v1.3.1

Compare Source

v1.3.0

Compare Source

Features

v1.2.0

Compare Source

Features
googleapis/python-crc32c

v1.3.0

Compare Source

Features
googleapis/google-resumable-media-python

v2.1.0

Compare Source

Features
Bug Fixes
  • Include ConnectionError and urllib3 exception as retriable (#​282) (d33465f)
2.0.3 (2021-09-20)
Bug Fixes
2.0.2 (2021-09-02)
Bug Fixes
  • temporarily pin google-crc32c to 1.1.2 to mitigate upstream issue affecting OS X Big Sur (#​264) (9fa344f)
2.0.1 (2021-08-30)
Bug Fixes
  • check if retry is allowed after retry wait calculation (#​258) (00ccf71)
  • do not mark upload download instances invalid with retriable error codes (#​261) (a1c5f7d)
googleapis/python-api-common-protos

v1.54.0

Compare Source

Features
kjd/idna

v3.3

Compare Source

python/importlib_metadata

v4.8.2

Compare Source

======

Instagram/LibCST

v0.3.23

Compare Source

Fixed

  • Fix missing string annotation references #​561

v0.3.22

Compare Source

Added

  • Add --indent-string option to libcst.tool print #​525
  • Publish pre-release packages to test.pypi.org #​550
  • Add ImportAssignment class extending Assignment to record assignments for import statements #​554

Fixed

  • Various documentation fixes #​527, #​529
  • Do not add imports if we added no type info in ApplyTypeAnnotationVisitor (commit)
  • Support relative imports in ApplyTypeAnnotationVisitor qualifier handling #​538
  • Don't gather metadata if the wrapper already contains it #​545
  • Swallow parsing errors in string annotations #​548
  • Stop parsing string annotations when no longer in a typing call #​546

Updated

  • Move find_qualified_names_for in the Assignment class #​557
pypa/packaging

v21.3

Compare Source

  • Add a pp3-none-any tag (#​311)
  • Replace the blank pyparsing 3 exclusion with a 3.0.5 exclusion (#​481, #​486)
  • Fix a spelling mistake (#​479)

v21.2

Compare Source

  • Update changelog entry for 21.1

Full Changelog: pypa/packaging@21.1...21.2

v21.1

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/packaging@21.0...21.1

googleapis/proto-plus-python

v1.19.8

Compare Source

v1.19.7

Compare Source

v1.19.6

Compare Source

v1.19.5

Compare Source

v1.19.4

Compare Source

v1.19.3

Compare Source

pyparsing/pyparsing

v3.0.6

  • Added suppress_warning() method to individually suppress a warning on a
    specific ParserElement. Used to refactor original_text_for to preserve
    internal results names, which, while undocumented, had been adopted by
    some projects.

  • Fix bug when delimited_list was called with a str literal instead of a
    parse expression.

v3.0.5

  • Added return type annotations for col, line, and lineno.

  • Fixed bug when warn_ungrouped_named_tokens_in_collection warning was raised
    when assigning a results name to an original_text_for expression.
    (Issue #​110, would raise warning in packaging.)

  • Fixed internal bug where ParserElement.streamline() would not return self if
    already streamlined.

  • Changed run_tests() output to default to not showing line and column numbers.
    If line numbering is desired, call with with_line_numbers=True. Also fixed
    minor bug where separating line was not included after a test failure.

v3.0.4

  • Fixed bug in which Dict classes did not correctly return tokens as nested
    ParseResults, reported by and fix identified by Bu Sun Kim, many thanks!!!

  • Documented API-changing side-effect of converting ParseResults to use __slots__
    to pre-define instance attributes. This means that code written like this (which
    was allowed in pyparsing 2.4.7):

    result = Word(alphas).parseString("abc")
    result.xyz = 100

    now raises this Python exception:

    AttributeError: 'ParseResults' object has no attribute 'xyz'

    To add new attribute values to ParseResults object in 3.0.0 and later, you must
    assign them using indexed notation:

    result["xyz"] = 100

    You will still be able to access this new value as an attribute or as an
    indexed item.

  • Fixed bug in railroad diagramming where the vertical limit would count all
    expressions in a group, not just those that would create visible railroad
    elements.

v3.0.3

  • Fixed regex typo in one_of fix for as_keyword=True.

  • Fixed a whitespace-skipping bug, Issue #​319, introduced as part of the revert
    of the LineStart changes. Reported by Marc-Alexandre Côté,
    thanks!

  • Added header column labeling > 100 in with_line_numbers - some input lines
    are longer than others.

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.

v3.0.1

  • Fixed bug where Word(max=n) did not match word groups less than length 'n'.
    Thanks to Joachim Metz for catching this!

  • Fixed bug where ParseResults accidentally created recursive contents.
    Joachim Metz on this one also!

  • Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised
    even when not enabled.

v3.0.0


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 a review from a team October 7, 2021 12:42
@renovate-bot renovate-bot requested review from a team as code owners October 7, 2021 12:42
@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 7, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 7, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Oct 7, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 7, 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 7, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 7, 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 7, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 7, 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 8, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 8, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 8, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 29, 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 29, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 29, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 29, 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 29, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 29, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 29, 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 Dec 14, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 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 Dec 14, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 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 Dec 14, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 2021
@tswast tswast merged commit 4a3ab03 into googleapis:main Dec 14, 2021
@renovate-bot renovate-bot deleted the renovate/all branch December 14, 2021 19:06
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
* chore(deps): update all dependencies

* exclude new geopandas from python 3.6

Co-authored-by: Tim Swast <[email protected]>
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 API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants