ansys / pymechanical

Pythonic interface to Ansys Mechanical
https://mechanical.docs.pyansys.com/
MIT License
30 stars 13 forks source link

MAINT: Bump grpcio from 1.62.1 to 1.62.2 in the core group #713

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the core group with 1 update: grpcio.

Updates grpcio from 1.62.1 to 1.62.2

Release notes

Sourced from grpcio's releases.

Release v1.62.2

This is release gRPC Core 1.62.2 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Python

Full Changelog: https://github.com/grpc/grpc/compare/v1.62.1...v1.62.2

Commits
  • 96f9847 [Release] Bump version to 1.62.2 (on v1.62.x branch) (#36385)
  • 6aae494 [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil...
  • a2ab898 [PSM Interop] Migrate to Artifact Registry (v1.62.x backport) (#36310)
  • 964cc06 [PSM Interop] Enable More CSM test for Python and add tini to Python interop ...
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.03%. Comparing base (9b47e03) to head (fef3dfd). Report is 1 commits behind head on main.

:exclamation: Current head fef3dfd differs from pull request most recent head 06748ab. Consider uploading reports for the commit 06748ab to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #713 +/- ## ========================================== - Coverage 77.08% 77.03% -0.06% ========================================== Files 31 31 Lines 1968 1968 ========================================== - Hits 1517 1516 -1 - Misses 451 452 +1 ```