chore(deps): update all dependencies by renovate-bot · Pull Request #2143 · googleapis/python-bigquery · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content

chore(deps): update all dependencies #2143

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

Merged
merged 2 commits into from
Mar 27, 2025

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Shapely ==2.0.6 -> ==2.0.7 age adoption passing confidence
attrs (changelog) ==24.3.0 -> ==25.3.0 age adoption passing confidence
bigquery-magics ==0.5.0 -> ==0.9.0 age adoption passing confidence
bigquery_magics ==0.5.0 -> ==0.9.0 age adoption passing confidence
certifi ==2024.12.14 -> ==2025.1.31 age adoption passing confidence
db-dtypes ==1.3.1 -> ==1.4.2 age adoption passing confidence
google-api-core ==2.24.0 -> ==2.24.2 age adoption passing confidence
google-auth ==2.37.0 -> ==2.38.0 age adoption passing confidence
google-cloud-bigquery ==3.27.0 -> ==3.31.0 age adoption passing confidence
google-cloud-bigquery-storage ==2.27.0 -> ==2.30.0 age adoption passing confidence
google-cloud-core ==2.4.1 -> ==2.4.3 age adoption passing confidence
google-cloud-testutils ==1.5.0 -> ==1.6.0 age adoption passing confidence
google-crc32c ==1.6.0 -> ==1.7.1 age adoption passing confidence
google.cloud.bigquery ==3.27.0 -> ==3.31.0 age adoption passing confidence
googleapis-common-protos (source) ==1.66.0 -> ==1.69.2 age adoption passing confidence
grpcio (source) ==1.69.0 -> ==1.71.0 age adoption passing confidence
ipython ==8.18.1 -> ==9.0.2 age adoption passing confidence
matplotlib ==3.10.0 -> ==3.10.1 age adoption passing confidence
mock (source) ==5.1.0 -> ==5.2.0 age adoption passing confidence
proto-plus ==1.25.0 -> ==1.26.1 age adoption passing confidence
pyarrow ==18.1.0 -> ==19.0.1 age adoption passing confidence
pyparsing ==3.2.1 -> ==3.2.3 age adoption passing confidence
pytest (changelog) ==8.3.4 -> ==8.3.5 age adoption passing confidence
pytz ==2024.2 -> ==2025.2 age adoption passing confidence
typing-extensions (changelog) ==4.12.2 -> ==4.13.0 age adoption passing confidence

Release Notes

shapely/shapely (Shapely)

v2.0.7

Compare Source

Bug fixes:

  • Fix compilation error on certain Linux platforms, such as Alpine (#​1945).
  • Fixes crash when reading nonlinear geometry types (CircularString,
    CompoundCurve, MultiCurve, CurvePolygon, MultiSurface) from WKB/WKT with
    GEOS >= 3.13; these types are not yet supported in Shapely and now raise a
    NotImplementedError (#​2160)
  • Fix the project method to return a Python float (#​2093).
python-attrs/attrs (attrs)

v25.3.0

Compare Source

Changes
  • Restore support for generator-based field_transformers.
    #​1417

v25.2.0

Compare Source

Changes
  • Checking mandatory vs non-mandatory attribute order is now performed after the field transformer, since the field transformer may change attributes and/or their order.
    #​1147
  • attrs.make_class() now allows for Unicode class names.
    #​1406
  • Speed up class creation by 30%-50% by compiling methods only once and using a variety of other techniques.
    #​1407
  • The error message if an attribute has both an annotation and a type argument will now disclose what attribute seems to be the problem.
    #​1410

v25.1.0

Compare Source

Changes
  • This release only ensures correct PyPI licensing metadata.
    #​1386
googleapis/python-bigquery-magics (bigquery-magics)

v0.9.0

Compare Source

Features
  • Add --pyformat option to use Python string formatting (#​111) (bd15a5b)

v0.8.1

Compare Source

Bug Fixes
  • Remove setup.cfg configuration for creating universal wheels (#​106) (fe3ec29)
Dependencies
  • Bump minimum required version of spanner-graph-notebook to 1.1.5 (#​110) (756ac0d)

v0.8.0

Compare Source

Features
  • Fix graph visualization to work with latest spanner-graph-notebook code; also, allow visualization when only some columns are json. (#​102) (c33297c)
  • Support multiple columns in graph visualization (#​100) (dbb6442)

v0.7.0

Compare Source

Features
  • Support visualization of graph queries by adding the --graph argument. (#​94) (3c054f5)
Bug Fixes
  • Resolve issue where pre-release versions of dependencies are installed (#​97) (79c59e7)

v0.6.0

Compare Source

Features
  • Add '--use-geodataframe' argument to return a GeoDataFrame (#​91) (fc04f34)
  • Add an is_registered global value to indicate whether the extension has been loaded (#​83) (0bc4473)
certifi/python-certifi (certifi)

v2025.1.31

Compare Source

googleapis/python-db-dtypes-pandas (db-dtypes)

v1.4.2

Compare Source

Bug Fixes
  • Remove unbox json functionality from JSONArrowType (#​325) (60deef1)

v1.4.1

Compare Source

Bug Fixes
  • Re-add ModuleNotFoundError handler for pandas_backports (#​319) (931ff8a)

v1.4.0

Compare Source

Features
  • Add hash property for JSONArrowType (#​316) (7073e37)
  • Add Arrow types for efficient JSON data representation in pyarrow (#​312) (d9992fc)
googleapis/python-api-core (google-api-core)

v2.24.2

Compare Source

Bug Fixes

v2.24.1

Compare Source

Bug Fixes
Documentation
  • Add warnings regarding consuming externally sourced credentials (#​783) (0ec1825)
googleapis/google-auth-library-python (google-auth)

v2.38.0

Compare Source

Features
  • Adding domain-wide delegation flow in impersonated credential (#​1624) (34ee3fe)
Documentation
  • Add warnings regarding consuming externally sourced credentials (d049370)
googleapis/python-bigquery (google-cloud-bigquery)

v3.31.0

Compare Source

Features
  • Add query text and total bytes processed to RowIterator (#​2140) (2d5f932)
  • Add support for Python 3.13 (0842aa1)
Bug Fixes
Dependencies

v3.30.0

Compare Source

Features
Bug Fixes
Dependencies
Documentation

v3.29.0

Compare Source

Features
Bug Fixes

v3.28.0

Compare Source

Features
Bug Fixes
Documentation
googleapis/python-bigquery-storage (google-cloud-bigquery-storage)

v2.30.0

Compare Source

Features
Bug Fixes
  • Remove setup.cfg configuration for creating universal wheels (#​913) (a1fa1c7)

v2.29.1

Compare Source

Bug Fixes
  • Correct user agent header to track calls as veneer instead of gapic (#​909) (eabe4ba)

v2.29.0

Compare Source

Features
Bug Fixes

v2.28.0

Compare Source

Features
Bug Fixes
googleapis/python-cloud-core (google-cloud-core)

v2.4.3

Compare Source

Bug Fixes

v2.4.2

Compare Source

Features
  • Client should pass client_options.api_key to auth library (#​321) (dfac15b)
googleapis/python-test-utils (google-cloud-testutils)

v1.6.0

Compare Source

Features
googleapis/python-crc32c (google-crc32c)

v1.7.1

Compare Source

Bug Fixes
  • Add Python 3.13 windows wheels (fbb0e26)

v1.7.0

Compare Source

Features
googleapis/google-cloud-python (googleapis-common-protos)

v1.69.2

Compare Source

Bug Fixes
  • Allow protobuf 6.x (b4d4551)
  • remove setup.cfg configuration for creating universal wheels (#​13659) (59bfd42)
  • resolve issue where pre-release versions of dependencies are installed (b4d4551)
  • set include in tool.setuptools.packages.find (#​13662) (c6a1588)

v1.69.1

Compare Source

Bug Fixes

v1.69.0

Compare Source

Features

v1.68.0

Compare Source

Features
  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • Add field experimental_features to message PythonSettings (#​249) (ba8d36e)
  • add FieldInfo.referenced_types for generics (#​247) (c91900a)
  • add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d)
Documentation
  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)

v1.67.0

Compare Source

Features
  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d)
Documentation
  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)
ipython/ipython (ipython)

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

v8.34.0

Compare Source

v8.33.0

Compare Source

v8.32.0

Compare Source

v8.31.0

Compare Source

v8.30.0

Compare Source

v8.29.0

Compare Source

v8.28.0

Compare Source

v8.27.0

Compare Source

v8.26.0

Compare Source

v8.25.0

Compare Source

v8.24.0

Compare Source

v8.23.0

Compare Source

v8.22.2

Compare Source

v8.22.1

Compare Source

v8.22.0

Compare Source

v8.21.0

Compare Source

v8.20.0

Compare Source

v8.19.0

Compare Source

matplotlib/matplotlib (matplotlib)

v3.10.1: REL: v3.10.1

Compare Source

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

This release contains several bug-fixes and adjustments:

  • Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image
  • Remove md5 usage to prevent issues on FIPS enabled systems
  • Fix pyplot.matshow figure handling
  • Fix modifying Axes' position also alters the original Bbox object used for initialization
  • Fix title position for polar plots
  • Add version gate to GTK4 calls when necessary
  • Raise warning if both c and facecolors are used in scatter plot

As well as several documentation improvements and corrections.

testing-cabal/mock (mock)

v5.2.0

Compare Source

This is release is in memory of Michael Foord__, who originally authored the mock package
and passed away in January 2025.

__ https://discuss.python.org/t/in-memoriam-michael-foord-1974-2025/78317

  • gh-65454: :func:unittest.mock.Mock.attach_mock no longer triggers a call
    to a PropertyMock being attached.

  • gh-117765: Improved documentation for :func:unittest.mock.patch.dict

  • gh-124176: Add support for :func:dataclasses.dataclass in
    :func:unittest.mock.create_autospec. Now create_autospec will check
    for potential dataclasses and use :func:dataclasses.fields function to
    retrieve the spec information.

  • gh-123934: Fix :class:unittest.mock.MagicMock reseting magic methods
    return values after .reset_mock(return_value=True) was called.

  • gh-90848: Fixed :func:unittest.mock.create_autospec to configure parent
    mock with keyword arguments.

  • gh-113569: Indicate if there were no actual calls in unittest
    :meth:~unittest.mock.Mock.assert_has_calls failure.

  • gh-122858: Deprecate :func:!asyncio.iscoroutinefunction in favor of
    :func:inspect.iscoroutinefunction.

  • gh-104745: Limit starting a patcher (from :func:unittest.mock.patch or
    :func:unittest.mock.patch.object) more than once without stopping it

  • gh-75988: Fixed :func:unittest.mock.create_autospec to pass the call
    through to the wrapped object to return the real result.

  • gh-119600: Fix :func:unittest.mock.patch to not read attributes of the
    target when new_callable is set. Patch by Robert Collins.

  • gh-113407: Fix import of :mod:unittest.mock when CPython is built
    without docstrings.

  • gh-120732: Fix name passing to :class:unittest.mock.Mock object when
    using :func:unittest.mock.create_autospec.

googleapis/proto-plus-python (proto-plus)

v1.26.1

Compare Source

Bug Fixes

v1.26.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners March 10, 2025 15:03
@renovate-bot renovate-bot requested review from Linchin and parthea March 10, 2025 15:03
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Mar 10, 2025
@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 Mar 10, 2025
@product-auto-label product-auto-label bot added api: bigquery Issues related to the googleapis/python-bigquery API. samples Issues that are directly related to samples. labels Mar 10, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 10, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 10, 2025
@parthea parthea added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 10, 2025
@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 Mar 10, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 10, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 10, 2025
@parthea
Copy link
Contributor

parthea commented Mar 10, 2025

See googleapis/synthtool#2069 and #2142

@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 Mar 11, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 11, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@renovate-bot renovate-bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Mar 12, 2025
@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 Mar 12, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 25, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 25, 2025
@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 Mar 26, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 26, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 26, 2025
@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 Mar 26, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 26, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 26, 2025
@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 Mar 26, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 26, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 26, 2025
@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 Mar 26, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 26, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 26, 2025
@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 Mar 27, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 27, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 27, 2025
@Linchin Linchin merged commit 4e618e5 into googleapis:main Mar 27, 2025
16 checks passed
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. samples Issues that are directly related to samples. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.