Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Linchin merged 2 commits intogoogleapis:mainfromrenovate-bot:renovate/all
Mar 27, 2025

Conversation

@renovate-bot
Copy link
Contributor

@renovate-botrenovate-bot commentedMar 10, 2025
edited
Loading

This PR contains the following updates:

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

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 theproject method to return a Python float (#​2093).
python-attrs/attrs (attrs)

v25.3.0

Compare Source

Changes
  • Restore support for generator-basedfield_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 disclosewhat 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
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)
  • setinclude intool.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 fieldunversioned_package_disabled is added to message.google.api.PythonSettings (eb554e8)
  • Add fieldexperimental_features to messagePythonSettings (#​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 fieldcontent in message.google.api.Page is changed (eb554e8)
  • A comment for messageRoutingRule is changed (eb554e8)

v1.67.0

Compare Source

Features
  • A new fieldunversioned_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 fieldcontent in message.google.api.Page is changed (eb554e8)
  • A comment for messageRoutingRule 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 isin memory of Michael Foord__, who originally authored themock 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 aPropertyMock 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. Nowcreate_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 whennew_callable is set. Patch by Robert Collins.

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

  • gh-120732: Fixname 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. Getconfig help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovate-botrenovate-bot requested review froma team ascode ownersMarch 10, 2025 15:03
@product-auto-labelproduct-auto-labelbot added the size: mPull request size is medium. labelMar 10, 2025
@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 10, 2025
@product-auto-labelproduct-auto-labelbot added api: bigqueryIssues related to the googleapis/python-bigquery API. samplesIssues that are directly related to samples. labelsMar 10, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 10, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 10, 2025
@partheaparthea added the do not mergeIndicates a pull request not ready for merge, due to either quality or timing. labelMar 10, 2025
@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 10, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 10, 2025
@kokoro-teamkokoro-team removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 10, 2025
@parthea
Copy link
Contributor

Seegoogleapis/synthtool#2069 and#2142

@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 11, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 11, 2025
@kokoro-teamkokoro-team removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 11, 2025
@renovate-botrenovate-bot changed the titlefix(deps): update all dependencieschore(deps): update all dependenciesMar 12, 2025
@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 12, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 25, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 25, 2025
@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 26, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 26, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 26, 2025
@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 26, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 26, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 26, 2025
@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 26, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 26, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 26, 2025
@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 26, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 26, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 26, 2025
@trusted-contributions-gcftrusted-contributions-gcfbot added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsMar 27, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelMar 27, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelMar 27, 2025
@LinchinLinchin merged commit4e618e5 intogoogleapis:mainMar 27, 2025
16 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@LinchinLinchinLinchin approved these changes

@partheapartheaAwaiting requested review from partheaparthea is a code owner automatically assigned from googleapis/python-samples-owners

Assignees

@yirutangyirutang

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.samplesIssues that are directly related to samples.size: mPull request size is medium.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@renovate-bot@parthea@Linchin@kokoro-team@yirutang@yoshi-kokoro

[8]ページ先頭

©2009-2025 Movatter.jp