Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 10, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
charset-normalizer ==2.0.4 -> ==2.0.6 age adoption passing confidence
google-auth ==2.0.2 -> ==2.2.0 age adoption passing confidence
google-cloud-bigquery ==2.26.0 -> ==2.27.1 age adoption passing confidence
google-cloud-bigquery-storage ==2.7.0 -> ==2.9.0 age adoption passing confidence
google-crc32c ==1.1.2 -> ==1.2.0 age adoption passing confidence
google-resumable-media ==2.0.2 -> ==2.0.3 age adoption passing confidence
grpcio ==1.40.0 -> ==1.41.0 age adoption passing confidence
libcst ==0.3.20 -> ==0.3.21 age adoption passing confidence
protobuf ==3.17.3 -> ==3.18.0 age adoption passing confidence
urllib3 (source) ==1.26.6 -> ==1.26.7 age adoption passing confidence

Release Notes

ousret/charset_normalizer

v2.0.6

Compare Source

Changes:

  • Bugfix: 🐛 Unforeseen regression with the loss of the backward-compatibility with some older minor of Python 3.5.x #​100
  • Bugfix: 🐛 Fix CLI crash when using --minimal output in certain cases #​103
  • Improvement: ✨ Minor improvement to the detection efficiency (less than 1%) #​106 #​101

v2.0.5

Compare Source

Changes:

Internal: 🎨 The project now comply with: flake8, mypy, isort and black to ensure a better overall quality #​81
Internal: 🎨 The MANIFEST.in was not exhaustive #​78
Improvement: ✨ The BC-support with v1.x was improved, the old staticmethods are restored #​82
Remove: 🔥 The project no longer raise warning on tiny content given for detection, will be simply logged as warning instead #​92
Improvement: ✨ The Unicode detection is slightly improved, see #​93
Bugfix: 🐛 In some rare case, the chunks extractor could cut in the middle of a multi-byte character and could mislead the mess detection #​95
Bugfix: 🐛 Some rare 'space' characters could trip up the UnprintablePlugin/Mess detection #​96
Improvement: 🎨 Add syntax sugar __bool__ for results CharsetMatches list-container see #​91

This release push further the detection coverage to 97 % !

googleapis/google-auth-library-python

v2.2.0

Compare Source

Features

v2.1.0

Compare Source

Features
Bug Fixes
2.0.2 (2021-08-25)
Bug Fixes
2.0.1 (2021-08-17)
Bug Fixes
googleapis/python-bigquery

v2.27.1

Compare Source

v2.27.0

Compare Source

Features
Bug Fixes
  • Arrow extension-type metadata was not set when calling the REST API or when there are no rows (#​946) (864383b)
  • disambiguate missing policy tags from explicitly unset policy tags (#​983) (f83c00a)
  • remove default timeout (#​974) (1cef0d4)
Documentation
  • simplify destination table sample with f-strings (#​966) (ab6e76f)
googleapis/python-bigquery-storage

v2.9.0

Compare Source

Features
Bug Fixes
  • add 'dict' annotation type to 'request' (a778080)
  • add missing read api retry setting on SplitReadStream (#​311) (66c09c0)
  • avoid failure if closing AppendRowsStream before opening (#​304) (9f145f8)
  • avoid opening write stream more than once, make open method private (#​305) (58ec844)

v2.8.0

Compare Source

Features
  • add AppendRowsStream helper to append rows with a BigQueryWriteClient (#​284) (2461f63)
googleapis/python-crc32c

v1.2.0

Compare Source

Features
Documentation
  • update list of supported wheel platforms / architectures (#​105) (edc8d2d)
1.1.5 (2021-09-07)
Bug Fixes
  • revert to silent fallback to pure-Python build (#​93) (789a420)
  • fix segfault on MacOS 11 ("Big Sur") for Python < 3.9 (#​93) (789a420)
1.1.4 (2021-09-02)
Bug Fixes
1.1.4 (2021-09-01)
Bug Fixes
  • advise setting 'CRC32C_PURE_PYTHON' after build failure (#​84) (6aa1cd6)
  • restore building 'manylinux1' wheels (#​87) (ebb9c68)
1.1.3 (2021-08-30)
Performance Improvements
1.1.2 (2021-01-20)
Bug Fixes
Documentation
  • add aarch64 to the readme as produced wheels (#​62) (4ef317d)
1.1.1 (2021-01-14)
Bug Fixes
  • Update CI to use GitHub actions and build for osx, windows, linux (#​51) (66f49b8)
Documentation
  • simplify main readme that is shown on pypi, add additional BUILDING.md (#​54) (93e021f)

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

googleapis/google-resumable-media-python

v2.0.3

Compare Source

Instagram/LibCST

v0.3.21

Compare Source

Fixed

  • Fix pyre command for type inference provider #​523

Updated

urllib3/urllib3

v1.26.7

Compare Source

===================

  • Fixed a bug with HTTPS hostname verification involving IP addresses and lack
    of SNI. (Issue #​2400)
  • Fixed a bug where IPv6 braces weren't stripped during certificate hostname
    matching. (Issue #​2240)

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, check this box.

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

@renovate-bot renovate-bot requested a review from a team September 10, 2021 22:04
@renovate-bot renovate-bot requested review from a team as code owners September 10, 2021 22:04
@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 Sep 10, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Sep 10, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 10, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 10, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 10, 2021
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-crc32c to v1.1.5 chore(deps): update all dependencies Sep 13, 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 Sep 13, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 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 Sep 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 14, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 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 Sep 14, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 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 Sep 15, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 22, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 22, 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 Sep 27, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 27, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 27, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 27, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 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 Sep 27, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 27, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 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 Sep 27, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 27, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 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 Sep 28, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 28, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 28, 2021
@parthea parthea merged commit a789d00 into googleapis:main Sep 28, 2021
@renovate-bot renovate-bot deleted the renovate/all branch September 28, 2021 15:57
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
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