Skip to content
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

Bump the pip-dependencies group with 7 updates #331

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the pip-dependencies group with 7 updates:

Package From To
grpcio 1.62.0 1.62.1
grpcio-tools 1.62.0 1.62.1
importlib-metadata 7.0.1 7.0.2
keyring 24.3.0 24.3.1
pkginfo 1.9.6 1.10.0
readme-renderer 42.0 43.0
rich 13.7.0 13.7.1

Updates grpcio from 1.62.0 to 1.62.1

Release notes

Sourced from grpcio's releases.

Release v1.62.1

This is release gRPC Core 1.62.1 (guardian).

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

This release contains refinements, improvements, and bug fixes.

Commits
  • 6d7a558 [PSM Interop] Enable affinity_session_drain_test for cpp (v1.62.x backport) (...
  • 98e6cb4 Bump release version 202403071400 (#36073)
  • 18386ea [EventEngine] rm invalid assert (#35953) (#36067)
  • 913fee2 [Interop] Make C++ xDS Interop Client and Server Responsive to SIGTERM (v1.62...
  • c643d2a [Python o11y] Fix readme (v1.62.x backport) (#35993)
  • 73d3157 [Documentation] Backport #35973: Make Bazel requirements installable directly...
  • See full diff in compare view

Updates grpcio-tools from 1.62.0 to 1.62.1

Release notes

Sourced from grpcio-tools's releases.

Release v1.62.1

This is release gRPC Core 1.62.1 (guardian).

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

This release contains refinements, improvements, and bug fixes.

Commits
  • 6d7a558 [PSM Interop] Enable affinity_session_drain_test for cpp (v1.62.x backport) (...
  • 98e6cb4 Bump release version 202403071400 (#36073)
  • 18386ea [EventEngine] rm invalid assert (#35953) (#36067)
  • 913fee2 [Interop] Make C++ xDS Interop Client and Server Responsive to SIGTERM (v1.62...
  • c643d2a [Python o11y] Fix readme (v1.62.x backport) (#35993)
  • 73d3157 [Documentation] Backport #35973: Make Bazel requirements installable directly...
  • See full diff in compare view

Updates importlib-metadata from 7.0.1 to 7.0.2

Changelog

Sourced from importlib-metadata's changelog.

v7.0.2

No significant changes.

Commits

Updates keyring from 24.3.0 to 24.3.1

Changelog

Sourced from keyring's changelog.

v24.3.1

Bugfixes

  • Minor fixes to account for emergent typing and linter concerns.
Commits
  • 3727268 Finalize
  • 558e2b3 Add news fragment.
  • f34f4e4 Merge pull request #666 from dimbleby/priority-typing
  • 5c2c45d Merge branch 'main' into priority-typing
  • c7d3d59 🧎‍♀️ Genuflect to the types.
  • 5c26af2 Replace the type returned by priority to be a 'Number'.
  • b629d28 🧎‍♀️ Genuflect to the types.
  • 4a7d496 Fix EncodingWarnings
  • e0015a4 👹 Feed the hobgoblins (delint).
  • bb73eea Correct the name of tea.yaml.
  • Additional commits viewable in compare view

Updates pkginfo from 1.9.6 to 1.10.0

Updates readme-renderer from 42.0 to 43.0

Release notes

Sourced from readme-renderer's releases.

43.0

What's Changed

Full Changelog: pypa/readme_renderer@42.0...43.0

Changelog

Sourced from readme-renderer's changelog.

43.0 (2024-02-26)

  • Allow HTML5 picture tag through cleaner (#299)
  • Test against Python 3.12 (#300)
Commits

Updates rich from 13.7.0 to 13.7.1

Release notes

Sourced from rich's releases.

v13.7.1

Fixes some character widths

[13.7.1] - 2023-02-28

Fixed

Changelog

Sourced from rich's changelog.

[13.7.1] - 2023-02-28

Fixed

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.62.0` | `1.62.1` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.62.0` | `1.62.1` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.1` | `7.0.2` |
| [keyring](https://github.com/jaraco/keyring) | `24.3.0` | `24.3.1` |
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.9.6` | `1.10.0` |
| [readme-renderer](https://github.com/pypa/readme_renderer) | `42.0` | `43.0` |
| [rich](https://github.com/Textualize/rich) | `13.7.0` | `13.7.1` |


Updates `grpcio` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.62.0...v1.62.1)

Updates `grpcio-tools` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.62.0...v1.62.1)

Updates `importlib-metadata` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.0.1...v7.0.2)

Updates `keyring` from 24.3.0 to 24.3.1
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v24.3.0...v24.3.1)

Updates `pkginfo` from 1.9.6 to 1.10.0

Updates `readme-renderer` from 42.0 to 43.0
- [Release notes](https://github.com/pypa/readme_renderer/releases)
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
- [Commits](pypa/readme_renderer@42.0...43.0)

Updates `rich` from 13.7.0 to 13.7.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.0...v13.7.1)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pkginfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: readme-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 18, 2024
@dependabot dependabot bot deleted the dependabot/pip/pip-dependencies-f70a4ea0e4 branch March 18, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

0 participants