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

chore(deps): update all dependencies#2267

Merged
parthea merged 3 commits intogoogleapis:mainfrom
renovate-bot:renovate/all
Dec 2, 2024
Merged

chore(deps): update all dependencies#2267
parthea merged 3 commits intogoogleapis:mainfrom
renovate-bot:renovate/all

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
aiohappyeyeballs (changelog) ==2.4.3 -> ==2.4.4 age adoption passing confidence patch
aiohttp ==3.11.7 -> ==3.11.9 age adoption passing confidence patch
com_google_protobuf v28.3 -> v29.0 age adoption passing confidence http_archive major
propcache ==0.2.0 -> ==0.2.1 age adoption passing confidence patch
protobuf ==5.28.3 -> ==5.29.0 age adoption passing confidence minor
pytest (changelog) ==8.3.3 -> ==8.3.4 age adoption passing confidence patch
tomli (changelog) ==2.1.0 -> ==2.2.1 age adoption passing confidence minor
tomli (changelog) ==2.0.2 -> ==2.2.1 age adoption passing confidence minor
virtualenv ==20.27.1 -> ==20.28.0 age adoption passing confidence minor
yarl ==1.18.0 -> ==1.18.3 age adoption passing confidence patch

Release Notes

aio-libs/aiohappyeyeballs (aiohappyeyeballs)

v2.4.4

Compare Source

Fix
  • Handle oserror on failure to close socket instead of raising indexerror (#​114) (c542f68)
aio-libs/aiohttp (aiohttp)

v3.11.9

Compare Source

v3.11.8

Compare Source

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

Miscellaneous internal changes

  • Improved performance of creating :class:aiohttp.ClientResponse objects when there are no cookies -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10029.

  • Improved performance of creating :class:aiohttp.ClientResponse objects -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10030.

  • Improved performances of creating objects during the HTTP request lifecycle -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10037.

  • Improved performance of constructing :class:aiohttp.web.Response with headers -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10043.

  • Improved performance of making requests when there are no auto headers to skip -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10049.

  • Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:bdraco.

    HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong.

    Related issues and pull requests on GitHub:
    :issue:10055.


protocolbuffers/protobuf (com_google_protobuf)

v29.0: Protocol Buffers v29.0

Compare Source

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Bazel

Compiler

C++

Java

Kotlin

Csharp

Objective-C

Python

PHP

PHP C-Extension

Ruby

Ruby C-Extension

UPB (Python/PHP/Ruby C-Extension)

Other

aio-libs/propcache (propcache)

v0.2.1

Compare Source

=====

(2024-12-01)

Bug fixes

  • Stopped implicitly allowing the use of Cython pre-release versions when
    building the distribution package -- by :user:ajsanchezsanz and
    :user:markgreene74.

    Related commits on GitHub:
    :commit:64df0a6.

  • Fixed wrapped and func not being accessible in the Cython versions of :func:propcache.api.cached_property and :func:propcache.api.under_cached_property decorators -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:72.

Removals and backward incompatible breaking changes

  • Removed support for Python 3.8 as it has reached end of life -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:57.

Packaging updates and notes for downstreams

  • Stopped implicitly allowing the use of Cython pre-release versions when
    building the distribution package -- by :user:ajsanchezsanz and
    :user:markgreene74.

    Related commits on GitHub:
    :commit:64df0a6.


pytest-dev/pytest (pytest)

v8.3.4

Compare Source

pytest 8.3.4 (2024-12-01)

Bug fixes

  • #​12592: Fixed KeyError{.interpreted-text role="class"} crash when using --import-mode=importlib in a directory layout where a directory contains a child directory with the same name.

  • #​12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the AST, like executing.

  • #​12849: ANSI escape codes for colored output now handled correctly in pytest.fail{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.

  • #​9353: pytest.approx{.interpreted-text role="func"} now uses strict equality when given booleans.

Improved documentation

  • #​10558: Fix ambiguous docstring of pytest.Config.getoption{.interpreted-text role="func"}.

  • #​10829: Improve documentation on the current handling of the --basetemp option and its lack of retention functionality (temporary directory location and retention{.interpreted-text role="ref"}).

  • #​12866: Improved cross-references concerning the recwarn{.interpreted-text role="fixture"} fixture.

  • #​12966: Clarify filterwarnings{.interpreted-text role="ref"} docs on filter precedence/order when using multiple @pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>{.interpreted-text role="ref"} marks.

Contributor-facing changes

  • #​12497: Fixed two failing pdb-related tests on Python 3.13.
hukkin/tomli (tomli)

v2.2.1

Compare Source

  • Fixed
    • Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version
pypa/virtualenv (virtualenv)

v20.28.0

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@20.27.2...20.28.0

aio-libs/yarl (yarl)

v1.18.3

Compare Source

======

(2024-12-01)

Bug fixes

  • Fixed uppercase ASCII hosts being rejected by :meth:URL.build() <yarl.URL.build> and :py:meth:~yarl.URL.with_host -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:954, :issue:1442.

Miscellaneous internal changes

  • Improved performances of multiple path properties on cache miss -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1443.


v1.18.2

Compare Source

======

(2024-11-29)

No significant changes.


v1.18.1

Compare Source

======

(2024-11-29)

Miscellaneous internal changes

  • Improved cache performance when :class:~yarl.URL objects are constructed from :py:meth:~yarl.URL.build with encoded=True -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1432.

  • Improved cache performance for operations that produce a new :class:~yarl.URL object -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1434, :issue:1436.



Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 a review from a team December 2, 2024 01:08
@product-auto-label product-auto-label Bot added the size: l Pull request size is large. label Dec 2, 2024
@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 2, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 2, 2024
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 2, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 2, 2024
@forking-renovate
Copy link
Copy Markdown

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 2, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 2, 2024
@parthea
Copy link
Copy Markdown
Contributor

parthea commented Dec 2, 2024

The build failed with

ERROR: /__w/gapic-generator-python/gapic-generator-python/tests/integration/BUILD.bazel:50:17: every rule of type proto_custom_library implicitly depends upon the target '@com_google_protobuf//:protoc', but this target could not be found because of: error loading package '@com_google_protobuf//': at /github/home/.cache/bazel/_bazel_root/e9fc40f6defbd5492f3d1bc9251d68a4/external/com_google_protobuf/bazel/cc_proto_library.bzl:3:6: at /github/home/.cache/bazel/_bazel_root/e9fc40f6defbd5492f3d1bc9251d68a4/external/com_google_protobuf/bazel/private/bazel_cc_proto_library.bzl:14:6: at /github/home/.cache/bazel/_bazel_root/e9fc40f6defbd5492f3d1bc9251d68a4/external/com_google_protobuf/bazel/private/cc_proto_support.bzl:12:6: Label '@rules_cc//cc/common:cc_common.bzl' is invalid because 'cc/common' is not a package; perhaps you meant to put the colon here: '@rules_cc//cc:common/cc_common.bzl'?
ERROR: Analysis of target '//tests/integration:asset_py_gapic_srcjar' failed; build aborted: Analysis failed

See 4014684 for a potential fix

@parthea parthea merged commit d874809 into googleapis:main Dec 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants