Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

deps: allow pyarrow 7.0 - #1112

Merged
tswast merged 3 commits into
googleapis:mainfrom
renovate-bot:renovate/all
Mar 2, 2022
Merged

deps: allow pyarrow 7.0#1112
tswast merged 3 commits into
googleapis:mainfrom
renovate-bot:renovate/all

Conversation

@renovate-bot

@renovate-botrenovate-bot commented Jan 14, 2022

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
Fiona==1.8.20 -> ==1.8.21ageadoptionpassingconfidence
Shapely==1.8.0 -> ==1.8.1.post1ageadoptionpassingconfidence
charset-normalizer==2.0.10 -> ==2.0.12ageadoptionpassingconfidence
click (changelog)==8.0.3 -> ==8.0.4ageadoptionpassingconfidence
geopandas==0.9.0 -> ==0.10.2ageadoptionpassingconfidence
google-api-core==2.4.0 -> ==2.5.0ageadoptionpassingconfidence
google-auth==2.3.3 -> ==2.6.0ageadoptionpassingconfidence
google-auth-oauthlib==0.4.6 -> ==0.5.0ageadoptionpassingconfidence
google-cloud-bigquery==2.31.0 -> ==2.34.0ageadoptionpassingconfidence
google-cloud-bigquery-storage==2.10.1 -> ==2.12.0ageadoptionpassingconfidence
google-cloud-core==2.2.1 -> ==2.2.2ageadoptionpassingconfidence
google-resumable-media==2.1.0 -> ==2.3.0ageadoptionpassingconfidence
googleapis-common-protos==1.54.0 -> ==1.55.0ageadoptionpassingconfidence
grpcio==1.43.0 -> ==1.44.0ageadoptionpassingconfidence
ipython (source)==8.0.1 -> ==8.1.0ageadoptionpassingconfidence
ipython (source)==7.31.1 -> ==8.1.0ageadoptionpassingconfidence
ipython (source)==7.16.3 -> ==8.1.0ageadoptionpassingconfidence
libcst==0.4.0 -> ==0.4.1ageadoptionpassingconfidence
matplotlib (source)==3.3.4 -> ==3.5.1ageadoptionpassingconfidence
pandas (source)==1.3.5 -> ==1.4.1ageadoptionpassingconfidence
pandas (source)==1.1.5 -> ==1.4.1ageadoptionpassingconfidence
proto-plus==1.19.8 -> ==1.20.3ageadoptionpassingconfidence
protobuf==3.19.3 -> ==3.19.4ageadoptionpassingconfidence
pyarrow>= 3.0.0, < 7.0dev -> >=3.0.0, <7.1ageadoptionpassingconfidence
pyarrow==6.0.1 -> ==7.0.0ageadoptionpassingconfidence
pyparsing==3.0.6 -> ==3.0.7ageadoptionpassingconfidence
pytest (source, changelog)==6.2.5 -> ==7.0.1ageadoptionpassingconfidence
typing-extensions==4.0.1 -> ==4.1.1ageadoptionpassingconfidence

Release Notes

Toblerity/Fiona

v1.8.21

Compare Source

Changes:

  • Driver mode support tests have been made more general and less susceptible to
    driver quirks involving feature fields and coordinate values (#​1060).
  • OSError is raised on attempts to open a dataset in a Python file object in
    "a" mode (see #​1027).
  • Upgrade attrs, cython, etc to open up Python 3.10 support (#​1049).

Bug fixes:

  • Allow FieldSkipLogFilter to handle exception messages as well as strings
    (reported in #​1035).
  • Clean up VSI files left by MemoryFileBase, resolving #​1041.
  • Hard-coded "utf-8" collection encoding added in #​423 has been removed
    (#​1057).
shapely/shapely

v1.8.1.post1

Compare Source

v1.8.1

Compare Source

ousret/charset_normalizer

v2.0.12

Compare Source

Fixed
  • ASCII miss-detection on rare cases (PR #​170)

v2.0.11

Compare Source

Added
  • Explicit support for Python 3.11 (PR #​164)
Changed
  • The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels (PR #​163#​165)
googleapis/python-api-core

v2.5.0

Compare Source

Features
Bug Fixes
Documentation
googleapis/google-auth-library-python

v2.6.0

Compare Source

Features
  • ADC can load an impersonated service account credentials. (#​962) (52c8ef9)
Bug Fixes

v2.5.0

Compare Source

Features
  • ADC can load an impersonated service account credentials. (#​956) (a8eb4c8)
2.4.1 (2022-01-21)
Bug Fixes

v2.4.1

Compare Source

v2.4.0

Compare Source

Features
Bug Fixes
Documentation
2.3.3 (2021-11-01)
Bug Fixes
2.3.2 (2021-10-26)
Bug Fixes
  • add clock_skew_in_seconds to verify_token functions (#​894) (8e95c1e)
2.3.1 (2021-10-21)
Bug Fixes
Documentation
GoogleCloudPlatform/google-auth-library-python-oauthlib

v0.5.0

Compare Source

Features
0.4.6 (2021-08-30)
Bug Fixes
0.4.5 (2021-07-26)
Documentation
Miscellaneous Chores
0.4.4 (2021-03-29)
Bug Fixes
  • add redirect_uri_trailing slash param to run_local_server (#​111) (666863a)
0.4.3 (2021-02-12)
Bug Fixes
0.4.2 (2020-10-28)
Bug Fixes
googleapis/python-bigquery

v2.34.0

Compare Source

Features

v2.33.0

Compare Source

Features
  • add --no_query_cache option to %%bigquery magics to disable query cache (#​1141) (7dd30af)
Bug Fixes
Documentation
  • reference BigQuery REST API defaults in LoadJobConfig descrip… (#​1132) (18d9580)
  • show common job properties in get_job and cancel_job samples (#​1137) (8edc10d)

v2.32.0

Compare Source

Features
Bug Fixes
  • remove query text from exception message, use exception.debug_message instead (#​1105) (e23114c)
googleapis/python-bigquery-storage

v2.12.0

Compare Source

Features
Bug Fixes
  • remove bigquery.readonly auth scope (#​394) (e08d2fd)
  • remove libcst as a required dependency (#​389) (92b503a)
  • resolve DuplicateCredentialArgs error when using credentials_file (16520e3)
Documentation

v2.11.0

Compare Source

Features
2.10.1 (2021-11-11)
Documentation
  • show that Python 3.9 and 3.10 are supported in classifiers (#​351) (1faa16f)
googleapis/python-cloud-core

v2.2.2

Compare Source

googleapis/google-resumable-media-python

v2.3.0

Compare Source

Features
2.2.1 (2022-02-09)
Bug Fixes
  • don't overwrite user-agent on requests (42b380e)

v2.2.1

Compare Source

v2.2.0

Compare Source

Features
Bug Fixes
googleapis/python-api-common-protos

v1.55.0

Compare Source

Features
ipython/ipython

v8.1.0

Compare Source

Instagram/LibCST

v0.4.1

Compare Source

New Contributors

Added

Updated

Fixed

matplotlib/matplotlib

v3.5.1

Compare Source

This is the first bugfix release of the 3.5.x series.

This release contains several critical bug-fixes:

  • fix installation issues when setting a default backend
  • fix add_lines on horizontal colorbars
  • fix streamplot with start points on right or top edge
  • fix colorbars with boundaries or NoNorm
  • fix colorbars with negative contours
  • fix colorbars with tight layout
  • fix setting Axis label alignment to center
  • fix subfigure tight bounding box
  • fix subplot parameter window on macosx backend
  • fix unit handling in Collections.set_offsets
  • fix unyt integration in errorbar
  • re-display date offset in ConciseDataFormatter after zoom
  • reduce do_3d_projection deprecation warnings in external artists

v3.5.0

Compare Source

Highlights of this release include:

  • Figure and Axes creation / management
    • subplot_mosaic supports simple Axes sharing
    • Figure now has draw_without_rendering method
    • Figure __init__ passes keyword arguments through to set
  • Plotting methods
    • Add Annulus patch
    • set_data method for FancyArrow patch
    • New arrow styles in ArrowStyle and ConnectionPatch
    • Setting collection offset transform after initialization
  • Colors and colormaps
    • Colormap registry (experimental)
    • Image interpolation now possible at RGBA stage
    • imshow supports half-float arrays
    • A callback registry has been added to Normalize objects
  • Titles, ticks, and labels
    • Settings tick positions and labels simultaneously in set_ticks
  • Fonts and Text
    • Triple and quadruple dot mathtext accents
    • Font properties of legend title are configurable
    • Text and TextBoxparse_math option
    • Text can be positioned inside TextBox widget
    • Simplified font setting for usetex mode
    • Type 42 subsetting is now enabled for PDF/PS backends
  • rcParams improvements
    • Allow setting default legend labelcolor globally
  • 3D Axes improvements
    • Axes3D now allows manual control of draw order
    • Allow changing the vertical axis in 3D plots
    • plot_surface supports masked arrays and NaNs
    • 3D plotting methods support data keyword argument
  • Interactive tool improvements
    • Colorbars now have pan and zoom functionality
    • Updated appearance of Slider widgets
    • Selector additions of clearing, dragging, and removal
    • CallbackRegistry objects gain a method to temporarily block signals
    • Directional sizing cursors
  • Sphinx extensions
    • More configuration of mathmpl sphinx extension
  • Backend-specific improvements
    • New GTK4 backend
    • New Qt6 backend
    • HiDPI support in Cairo-based, GTK, and Tk backends
    • Qt figure options editor improvements
    • WX backends support mouse navigation buttons
    • WebAgg uses asyncio instead of Tornado

v3.4.3

Compare Source

This is the third bugfix release of the 3.4.x series.

This release contains several critical bug-fixes:

  • Clarify deprecation of Axes.figbox
  • Disable MultiCursor widget on Axes subplots which it is not tracking
  • Don't simplify path in LineCollection.get_segments
  • Fix DPI in subfigures, affecting tick spacing, and scatter marker size
  • Fix broken EPS output when using Type 42 STIX fonts
  • Fix change in tick behaviour when calling Axes.clear
  • Fix class docstrings for Norms created from Scales
  • Fix compatibility with NumPy 1.21.0
  • Fix crash on broken TrueType fonts
  • Fix incorrect hits from Path.intersects_path
  • Fix leak if affine_transform is passed invalid vertices
  • Fix legends of stackplot with edgecolors='face'
  • Fix plot directive when building in parallel
  • Fix supxlabel and supylabel behaviour in constrained layout
  • Fix tests with latest Inkscape and Ghostscript
  • Improve DateFormatter styling for month names when usetex=True
  • Re-disable autoscaling after interactive zoom
  • Work around bug in Pillow 8.3.0

v3.4.2

Compare Source

This is the second bugfix release of the 3.4.x series.

This release contains several critical bug-fixes:

  • Generate wheels usable on older PyPy7.3.{0,1}
  • Fix compatibility with Python 3.10
  • Add subplot_mosaic Axes in the order the user gave them to us
  • Correctly handle 'none' facecolors in do_3d_projection
  • Ensure that Matplotlib is importable even if there's no HOME
  • Fix CenteredNorm with halfrange
  • Fix bar_label for bars with NaN values
  • Fix clip paths when zoomed such that they are outside the figure
  • Fix creation of RangeSlider with valinit
  • Fix handling of "d" glyph in backend_ps, fixing EPS output
  • Fix handling of datetime coordinates in pcolormesh with Pandas
  • Fix processing of some errorbar arguments
  • Fix removal of shared polar Axes
  • Fix resetting grid visibility
  • Fix subfigure indexing error and tight bbox
  • Fix textbox cursor color
  • Fix TkAgg event loop error on window close
  • Ignore errors for sip with no setapi (Qt4Agg import errors)

v3.4.1

Compare Source

This is the first bugfix release of the 3.4.x series.

This release contains several critical bug-fixes:

  • fix errorbar when specifying fillstyle
  • fix Inkscape cleanup at exit on Windows for tests
  • fix legends of colour-mapped scatter plots
  • fix positioning of annotation fancy arrows
  • fix size and color rendering for 3D scatter plots
  • fix suptitle manual positioning when using constrained layout
  • respect antialiasing settings in cairo backends as well

v3.4.0

Compare Source

Highlights of this release include:

  • Figure and Axes creation / management
    • New subfigure functionality
    • Single-line string notation for subplot_mosaic
    • Changes to behavior of Axes creation methods (gca, add_axes, add_subplot)
    • add_subplot/add_axes gained an axes_class parameter
    • Subplot and subplot2grid can now work with constrained layout
  • Plotting methods
    • axline supports transform parameter
    • New automatic labeling for bar charts
    • A list of hatches can be specified to bar and barh
    • Setting BarContainer orientation
    • Contour plots now default to using ScalarFormatter
    • Axes.errorbar cycles non-color properties correctly
    • errorbarerrorevery parameter matches markevery
    • hexbin supports data reference for C parameter
    • Support callable for formatting of Sankey labels
    • Axes.spines access shortcuts
    • New stairs method and StepPatch artist
    • Added orientation parameter for stem plots
    • Angles on Bracket arrow styles
    • TickedStroke patheffect
  • Colors and colormaps
    • Collection color specification and mapping
    • Transparency (alpha) can be set as an array in collections
    • pcolormesh has improved transparency handling by enabling snapping
    • IPython representations for Colormap objects
    • Colormap.set_extremes and Colormap.with_extremes
    • Get under/over/bad colors of Colormap objects
    • New cm.unregister_cmap function
    • New CenteredNorm for symmetrical data around a center
    • New FuncNorm for arbitrary normalizations
    • GridSpec-based colorbars can now be positioned above or to the left of the main axes
  • Titles, ticks, and labels
    • supxlabel and supylabel
    • Shared-axes subplots tick label visibility is now correct for top or left labels
    • An iterable object with labels can be passed to Axes.plot
  • Fonts and Text
    • Text transform can rotate text direction
    • matplotlib.mathtext now supports overset and underset LaTeX symbols
    • math_fontfamily parameter to change Text font family
    • TextArea/AnchoredText support horizontalalignment
    • PDF supports URLs on Text artists
  • rcParams improvements
    • New rcParams for dates: set converter and whether to use interval_multiples
    • Date formatters now respect usetex rcParam
    • Setting image.cmap to a Colormap
    • Tick and tick label colors can be set independently using rcParams
  • 3D Axes improvements
    • Errorbar method in 3D Axes
    • Stem plots in 3D Axes
    • 3D Collection properties are now modifiable
    • Panning in 3D Axes
  • Interactive tool improvements
    • New RangeSlider widget
    • Sliders can now snap to arbitrary values
    • Pausing and Resuming Animations
  • Sphinx extensions
    • plot_directivecaption option
  • Backend-specific improvements
    • Consecutive rasterized draws now merged
    • Support raw/rgba frame format in FFMpegFileWriter
    • nbAgg/WebAgg support middle-click and double-click
    • nbAgg support binary communication
    • Indexed color for PNG images in PDF files when possible
    • Improved font subsettings in PDF/PS
    • Kerning added to strings in PDFs
    • Fully-fractional HiDPI in QtAgg
    • wxAgg supports fullscreen toggle
pandas-dev/pandas

v1.4.1

Compare Source

This is the first patch release in the 1.4.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

v1.4.0

Compare Source

This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. pandas 1.4.0 supports Python 3.8 and higher.

The release will be available on the defaults and conda-forge channels:

conda install -c conda-forge pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

googleapis/proto-plus-python

v1.20.3

Compare Source

v1.20.2

Compare Source

v1.20.1

Compare Source

v1.20.0

Compare Source

Features
Bug Fixes

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 teamJanuary 14, 2022 20:44
@renovate-bot
renovate-bot requested a review from a team as a code ownerJanuary 14, 2022 20:44
@renovate-bot
renovate-bot requested review from a team and loferrisJanuary 14, 2022 20:44
@product-auto-labelproduct-auto-labelBot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Jan 14, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot 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 Jan 14, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 14, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 14, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot 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 Jan 17, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 17, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 17, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot 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 Feb 11, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 11, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 11, 2022
Comment threadsamples/magics/requirements.txt Outdated
@trusted-contributions-gcftrusted-contributions-gcfBot 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 Feb 11, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 11, 2022
Comment threadsamples/snippets/requirements.txt Outdated
@trusted-contributions-gcftrusted-contributions-gcfBot added the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 11, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 11, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 11, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot 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 Mar 2, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 2, 2022
@tswasttswast mentioned this pull request Mar 2, 2022
4 tasks
Comment threadsetup.py Outdated
Comment threadsamples/snippets/requirements.txt Outdated
Comment threadsamples/snippets/requirements.txt Outdated
Comment threadsamples/magics/requirements.txt Outdated
Comment threadsamples/magics/requirements.txt Outdated
Comment threadsamples/geography/requirements.txt Outdated
Comment threadsamples/geography/requirements.txt Outdated
@tswasttswast changed the title chore(deps): update all dependenciesdeps: allow pyarrow 7.0Mar 2, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot 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 Mar 2, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2022
@tswasttswast added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 2, 2022
@yoshi-kokoroyoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 2, 2022
Comment threadsamples/magics/requirements.txt Outdated
Comment threadsamples/snippets/requirements.txt Outdated
@trusted-contributions-gcftrusted-contributions-gcfBot 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 Mar 2, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 2, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2022
@tswast
tswast merged commit 57f8ea9 into googleapis:mainMar 2, 2022
@release-pleaserelease-pleaseBot mentioned this pull request Mar 2, 2022
gcf-merge-on-greenBot pushed a commit that referenced this pull request Mar 2, 2022
🤖 I have created a release *beep* *boop*
---
### [2.34.1](v2.34.0...v2.34.1) (2022-03-02)
### Dependencies
* add "extra" for IPython, exclude bad IPython release ([#1151](#1151)) ([0fbe12d](0fbe12d))
* allow pyarrow 7.0 ([#1112](#1112)) ([57f8ea9](57f8ea9))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
* chore(deps): update all dependencies
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Tim Swast <swast@google.com>
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
🤖 I have created a release *beep* *boop*
---
### [2.34.1](googleapis/python-bigquery@v2.34.0...v2.34.1) (2022-03-02)
### Dependencies
* add "extra" for IPython, exclude bad IPython release ([googleapis#1151](googleapis#1151)) ([0fbe12d](googleapis@0fbe12d))
* allow pyarrow 7.0 ([googleapis#1112](googleapis#1112)) ([57f8ea9](googleapis@57f8ea9))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
parthea pushed a commit to googleapis/google-cloud-python that referenced this pull request Mar 6, 2026
🤖 I have created a release *beep* *boop*
---
### [2.34.1](googleapis/python-bigquery@v2.34.0...v2.34.1) (2022-03-02)
### Dependencies
* add "extra" for IPython, exclude bad IPython release ([#1151](googleapis/python-bigquery#1151)) ([0fbe12d](googleapis/python-bigquery@0fbe12d))
* allow pyarrow 7.0 ([#1112](googleapis/python-bigquery#1112)) ([57f8ea9](googleapis/python-bigquery@57f8ea9))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@renovate-bot@tswast@leahecole@yoshi-kokoro