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
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

chore(deps): update all dependencies#310

Merged
holtskinner merged 2 commits intogoogleapis:mainfromrenovate-bot:renovate/all
Jun 27, 2023

Conversation

renovate-bot
Copy link
Contributor

@renovate-botrenovate-bot commentedJun 20, 2023
edited
Loading

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
google-api-python-client==2.89.0 ->==2.90.0ageadoptionpassingconfidence
google-cloud-storage==2.9.0 ->==2.10.0ageadoptionpassingconfidence
grpcio (source)==1.54.2 ->==1.56.0ageadoptionpassingconfidence
pytest (source,changelog)==7.3.2 ->==7.4.0ageadoptionpassingconfidence

Release Notes

googleapis/google-api-python-client (google-api-python-client)

v2.90.0

Compare Source

Features
googleapis/python-storage (google-cloud-storage)

v2.10.0

Compare Source

Features
Bug Fixes
  • Extend wait for bucket metadata consistency in system tests (#​1053) (d78586c)
Documentation
grpc/grpc (grpcio)

v1.56.0

Compare Source

This is release 1.56.0 (galvanized) of gRPC Core.

For gRPC documentation, seegrpc.io. For previous releases, seeReleases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [c-ares] Backport "[c-ares] Upgrade c-ares dependency to 1.19.1 (#​33392)" to v1.56.x. (#​33411)
  • [Rls] Backport "[Rls] de-experimentalize RLS in XDS (#​33290)" to v1.56.x. (#​33330)
  • [core] Add support for vsock transport. (#​32847)
  • [JSON] fix bug that incorrectly allowed trailing commas after an empty container. (#​33158)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​33150)
  • [outlier detection] fix crash with pick_first and add tests. (#​33069)
  • [EventEngine] Change TXT lookup result type tostd::vector<std::string>. (#​33030)
  • [Build] Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only. (#​32988)
  • [EventEngine] Update contract for Listener's on_shutdown execution. (#​33003)
  • [Documentation] Update docs for TryCancel() on ServerContext. (#​32889)
  • [Compiler Fix] Bring declarations and definitions to be in sync. (#​32911)

C++

C#

  • [CSHARP] Add base_namespace experimental option to C# plugin. (#​32636)
  • [csharp proto plugin] Apply Obsolete attribute to deprecated services and methods in C# generated code. (#​32414)

Objective-C

  • [Deps] Upgrade Protobuf to v23.1. (#​33164)

Python

  • [aio types] Fix some grpc.aio python types. (#​32475)

Ruby

  • [ruby] fix re2 compilation when older system version installed. (#​32580)

v1.55.0

Compare Source

This is release 1.55.0 (grandslam) of gRPC Core.

For gRPC documentation, seegrpc.io. For previous releases, seeReleases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [Compiler Fix] Backport - Bring declarations and definitions to be in sync (#​32911). (#​32915)
  • [XDS] Revert "Revert "XDS: enable XDS federation by default (#​32711)" (#​32814). (#​32902)
  • [cleanup] Remove public_headers_must_be_c89 test. (#​32898)
  • [tcp] Add channel argument for SO_RVCBUF size. (#​32887)
  • [xds] Remove variable protection from custom LB policies. (#​32888)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​32868)
  • [protobuf] Upgrade third_party/protobuf to 22.x. (#​32606)
  • [HTTP Proxy] Support CIDR blocks inno_proxy config. (#​31119)

All wrapped languages

  • [Deps] Backport-1.55: Upgrade Protobuf to v23.1. (#​33165)

C++

  • [Build] Backport-1.55: Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only. (#​33018)
    • FindProtobuf doesn’t work with Protobuf v22 and later so gRPC stops giving an option to choose a search mode when finding a Protobuf Package, expecting Protobuf is installed using CMake.

Ruby

  • [Ruby] rubify type names start with lower case or non-alpha characters. (#​32604)
pytest-dev/pytest (pytest)

v7.4.0

Compare Source

pytest 7.4.0 (2023-06-23)

Features

  • #​10901: AddedExceptionInfo.from_exception() <pytest.ExceptionInfo.from_exception>{.interpreted-text role="func"}, a simpler way to create an~pytest.ExceptionInfo{.interpreted-text role="class"} from an exception.
    This can replaceExceptionInfo.from_exc_info() <pytest.ExceptionInfo.from_exc_info()>{.interpreted-text role="func"} for most uses.

Improvements

  • #​10872: Update test log report annotation to named tuple and fixed inconsistency in docs forpytest_report_teststatus{.interpreted-text role="hook"} hook.

  • #​10907: When an exception traceback to be displayed is completely filtered out (by mechanisms such as__tracebackhide__, internal frames, and similar), now only the exception string and the following message are shown:

    "All traceback entries are hidden. Pass [--full-trace]{.title-ref} to see hidden and internal frames.".

    Previously, the last frame of the traceback was shown, even though it was hidden.

  • #​10940: Improved verbose output (-vv) ofskip andxfail reasons by performing text wrapping while leaving a clear margin for progress output.

    AddedTerminalReporter.wrap_write() as a helper for that.

  • #​10991: Added handling of%f directive to print microseconds in log format options, such aslog-date-format.

  • #​11005: Added the underlying exception to the cache provider's path creation and write warning messages.

  • #​11013: Added warning whentestpaths{.interpreted-text role="confval"} is set, but paths are not found by glob. In this case, pytest will fall back to searching from the current directory.

  • #​11043: When [--confcutdir]{.title-ref} is not specified, and there is no config file present, the conftest cutoff directory ([--confcutdir]{.title-ref}) is now set to therootdir <rootdir>{.interpreted-text role="ref"}.
    Previously in such cases, [conftest.py]{.title-ref} files would be probed all the way to the root directory of the filesystem.
    If you are badly affected by this change, consider adding an empty config file to your desired cutoff directory, or explicitly set [--confcutdir]{.title-ref}.

  • #​11081: Thenorecursedirs{.interpreted-text role="confval"} check is now performed in apytest_ignore_collect{.interpreted-text role="hook"} implementation, so plugins can affect it.

    If after updating to this version you see that your [norecursedirs]{.title-ref} setting is not being respected,
    it means that a conftest or a plugin you use has a bad [pytest_ignore_collect]{.title-ref} implementation.
    Most likely, your hook returns [False]{.title-ref} for paths it does not want to ignore,
    which ends the processing and doesn't allow other plugins, including pytest itself, to ignore the path.
    The fix is to return [None]{.title-ref} instead of [False]{.title-ref} for paths your hook doesn't want to ignore.

  • #​8711:caplog.set_level() <pytest.LogCaptureFixture.set_level>{.interpreted-text role="func"} andcaplog.at_level() <pytest.LogCaptureFixture.at_level>{.interpreted-text role="func"}
    will temporarily enable the requestedlevel iflevel was disabled globally via
    logging.disable(LEVEL).

Bug Fixes

  • #​10831: Terminal Reporting: Fixed bug when running in--tb=line mode wherepytest.fail(pytrace=False) tests reportNone.
  • #​11068: Fixed the--last-failed whole-file skipping functionality ("skipped N files") fornon-python test files <non-python tests>{.interpreted-text role="ref"}.
  • #​11104: Fixed a regression in pytest 7.3.2 which caused totestpaths{.interpreted-text role="confval"} to be considered for loading initial conftests,
    even when it was not utilized (e.g. when explicit paths were given on the command line).
    Now thetestpaths are only considered when they are in use.
  • #​1904: Fixed traceback entries hidden with__tracebackhide__ = True still being shown for chained exceptions (parts after "... the above exception ..." message).
  • #​7781: Fix writing non-encodable text to log file when using--debug.

Improved Documentation

  • #​9146: Improved documentation forcaplog.set_level() <pytest.LogCaptureFixture.set_level>{.interpreted-text role="func"}.

Trivial/Internal Changes

  • #​11031: Enhanced the CLI flag for-c to now include--config-file to make it clear that this flag applies to the usage of a custom config file.

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 has been generated byMend Renovate. View repository job loghere.

@renovate-botrenovate-bot requested review froma team ascode ownersJune 20, 2023 16:52
@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. labelsJun 20, 2023
@product-auto-labelproduct-auto-labelbot added size: xsPull request size is extra small. api: transcoderIssues related to the googleapis/python-video-transcoder API. labelsJun 20, 2023
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelJun 20, 2023
@yoshi-kokoroyoshi-kokoro removed kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelsJun 20, 2023
@renovate-botrenovate-bot changed the titlechore(deps): update dependency google-api-python-client to v2.90.0chore(deps): update all dependenciesJun 22, 2023
@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. labelsJun 22, 2023
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelJun 22, 2023
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJun 22, 2023
@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. labelsJun 23, 2023
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelJun 23, 2023
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJun 23, 2023
@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. labelsJun 26, 2023
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelJun 26, 2023
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJun 26, 2023
@holtskinnerholtskinnerenabled auto-merge (squash)June 27, 2023 15:55
@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. labelsJun 27, 2023
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelJun 27, 2023
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJun 27, 2023
@holtskinnerholtskinner merged commit6460854 intogoogleapis:mainJun 27, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@holtskinnerholtskinnerholtskinner approved these changes

@engelkeengelkeAwaiting requested review from engelkeengelke was automatically assigned from googleapis/python-samples-reviewers

Assignees
No one assigned
Labels
api: transcoderIssues related to the googleapis/python-video-transcoder API.size: xsPull request size is extra small.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@renovate-bot@holtskinner@yoshi-kokoro

[8]ページ先頭

©2009-2025 Movatter.jp