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 4 updates #419

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the pip-dependencies group with 4 updates: grpcio, grpcio-tools, importlib-metadata and twine.

Updates grpcio from 1.69.0 to 1.70.0

Release notes

Sourced from grpcio's releases.

Release v1.70.0

This is release 1.70.0 (genius) of gRPC Core.

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

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

Core

  • [BoringSSL] Update third_party/boringssl-with-bazel. (#38274)

C++

  • gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may need the following settings
    • CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command.
    • Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to your Bazel build command.

Release v1.70.0-pre1

This is a prerelease of gRPC Core 1.70.0 (genius).

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

This prerelease contains refinements, improvements, and bug fixes.

Commits
  • 93571f6 [Backport to 1.70.x] Updated python requirements (#38524)
  • 9d3bef7 [Revert] "[ruby] [backport-1.70.x] Build/test ruby 3.4 and build native gems ...
  • 6788979 [Release] Bump version to 1.70.0 (on v1.70.x branch) (#38509)
  • 2d2d80b [Backport] Php & Dart interop test fixes (#38463) (#38507)
  • ab2222d [ruby] [backport-1.70.x] Build/test ruby 3.4 and build native gems with Ruby ...
  • f1e4dfa [Backport-to-1.70.x] Fix python build script to handle C and C++ std options ...
  • 6c8df89 [Release] Bump version to 1.70.0-pre1 (on v1.70.x branch) (#38407)
  • 9eb9ebd [Release] Bump core version to 45.0.0 for upcoming release (#38403)
  • df95cf9 [benchmark] Match case of excluded scenario. (#38390)
  • 048ea42 [CI] Re-enabled modernize-unary-static-assert (#38333)
  • Additional commits viewable in compare view

Updates grpcio-tools from 1.69.0 to 1.70.0

Release notes

Sourced from grpcio-tools's releases.

Release v1.70.0

This is release 1.70.0 (genius) of gRPC Core.

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

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

Core

  • [BoringSSL] Update third_party/boringssl-with-bazel. (#38274)

C++

  • gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may need the following settings
    • CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command.
    • Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to your Bazel build command.

Release v1.70.0-pre1

This is a prerelease of gRPC Core 1.70.0 (genius).

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

This prerelease contains refinements, improvements, and bug fixes.

Commits
  • 93571f6 [Backport to 1.70.x] Updated python requirements (#38524)
  • 9d3bef7 [Revert] "[ruby] [backport-1.70.x] Build/test ruby 3.4 and build native gems ...
  • 6788979 [Release] Bump version to 1.70.0 (on v1.70.x branch) (#38509)
  • 2d2d80b [Backport] Php & Dart interop test fixes (#38463) (#38507)
  • ab2222d [ruby] [backport-1.70.x] Build/test ruby 3.4 and build native gems with Ruby ...
  • f1e4dfa [Backport-to-1.70.x] Fix python build script to handle C and C++ std options ...
  • 6c8df89 [Release] Bump version to 1.70.0-pre1 (on v1.70.x branch) (#38407)
  • 9eb9ebd [Release] Bump core version to 45.0.0 for upcoming release (#38403)
  • df95cf9 [benchmark] Match case of excluded scenario. (#38390)
  • 048ea42 [CI] Re-enabled modernize-unary-static-assert (#38333)
  • Additional commits viewable in compare view

Updates importlib-metadata from 8.5.0 to 8.6.1

Changelog

Sourced from importlib-metadata's changelog.

v8.6.1

Bugfixes

  • Fixed indentation logic to also honor blank lines.

v8.6.0

Features

  • python/cpython#119650
Commits

Updates twine from 6.0.1 to 6.1.0

Changelog

Sourced from twine's changelog.

Twine 6.1.0 (2025-01-17)

Features ^^^^^^^^

  • Twine now has preliminary built-in support for Trusted Publishing <https://docs.pypi.org/trusted-publishers/>_ as an authentication mechanism. ([#1194](https://github.com/pypa/twine/issues/1194) <https://github.com/pypa/twine/pull/1194>_)

Deprecations and Removals ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Remove support for egg and wininst distribution types. These are not accepted by PyPI and not produced by any modern build-backends. ([#1195](https://github.com/pypa/twine/issues/1195) <https://github.com/pypa/twine/issues/1195>_)

  • Twine no longer supports .tar.bz2 source distributions. ([#1200](https://github.com/pypa/twine/issues/1200) <https://github.com/pypa/twine/pull/1200>_)

Misc ^^^^

  • packaging is used instead of pkginfo for parsing and validating metadata. This aligns metadata validation to the one performed by PyPI. packaging version 24.0 or later is required. Support for metadata version 2.4 requires packaging 24.2 or later. pkginfo is not a dependency anymore. ([#1180](https://github.com/pypa/twine/issues/1180) <https://github.com/pypa/twine/issues/1180>_)

  • Use "source" instead of None as pyversion for sdist uploads. This is what PyPI (and most likely other package indexes) expects. ([#1191](https://github.com/pypa/twine/issues/1191) <https://github.com/pypa/twine/issues/1191>_)

Commits
  • aa3a910 Update changelog for 6.1.0 (#1214)
  • 4406034 Merge pull request #1208 from dnicolodi/rm-setuptools
  • 2ca55db Simplify generation of test packages used in test_check
  • bffd296 Move build_archive() from test_sdist to common helpers module
  • fd0646e Merge pull request #1206 from dnicolodi/rm-binary-blobs-part1
  • ab4ec8c Merge pull request #1211 from pypa/dependabot/github_actions/actions/upload-a...
  • b562f74 build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
  • b2832de Remove tests/fixtures/twine-1.5.0.zip
  • 970851d Remove tests/alt-fixtures/twine-1.5.0-py2.py3-none-any.whl
  • 2386ca5 build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#1205)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
grpcio [>= 1.65.1.a, < 1.65.2]
grpcio-tools [>= 1.65.1.a, < 1.65.2]
grpcio [>= 1.65.4.a, < 1.65.5]
grpcio-tools [>= 1.65.4.a, < 1.65.5]
grpcio [>= 1.65.2.a, < 1.65.3]
grpcio-tools [>= 1.65.2.a, < 1.65.3]

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 4 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc), [importlib-metadata](https://github.com/python/importlib_metadata) and [twine](https://github.com/pypa/twine).


Updates `grpcio` from 1.69.0 to 1.70.0
- [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.69.0...v1.70.0)

Updates `grpcio-tools` from 1.69.0 to 1.70.0
- [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.69.0...v1.70.0)

Updates `importlib-metadata` from 8.5.0 to 8.6.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.5.0...v8.6.1)

Updates `twine` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@6.0.1...6.1.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 2025
@chadlwilson chadlwilson merged commit c7b04ba into master Jan 27, 2025
15 checks passed
@chadlwilson chadlwilson deleted the dependabot/pip/pip-dependencies-4c1f9ef895 branch January 27, 2025 16:18
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.

1 participant