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 python group in /tests with 4 updates #6286

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the python group in /tests with 4 updates: grpcio, grpcio-tools, idna and pyparsing.

Updates grpcio from 1.65.5 to 1.66.0

Release notes

Sourced from grpcio's releases.

Release v1.66.0

This is release 1.66.0 (gladiator) 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

  • [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). (#37479)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#37223)
  • [Dep] Upgrading Protobuf to v27.2. (#36753)
  • [Gpr_To_Absl_Logging] Fixing bugs . (#36961)
  • [chttp2] don't access endpoint in transport ops if it's already been destroyed. (#36921)

C++

Python

  • [Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). (#37477)
  • Fix issues/36613. (#37022)
  • [fix] updated invocation_metadata return type hint. (#36894)
  • [Release] Add warning about PyPi latest version not necessarily matching Github latest version. (#36965)

Ruby

  • [ruby] Update google-protobuf dep to allow 3.x and 4.x versions. (#36982)
  • [ruby] improve the way completion queue pluck operations handle signals and process shutdown. (#36903)

Release v1.66.0-pre5

This is a prerelease of gRPC Core 1.66.0 (gladiator).

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

This prerelease contains refinements, improvements, and bug fixes.

Release v1.66.0-pre4

This is a prerelease of gRPC Core 1.66.0 (gladiator).

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

This prerelease contains refinements, improvements, and bug fixes.

... (truncated)

Commits
  • 13cecab [Release] Bump version to 1.66.0 (on v1.66.x branch) (#37554)
  • 56a8122 [Release] Bump version to 1.66.0-pre5 (on v1.66.x branch) (#37517)
  • c0f06b9 [OTel C++] Fix race when adding and removing callbacks (#37485) (#37508)
  • e53a314 [RlsLB] Fix Deadlock (#37459) (#37502)
  • bee26a7 [Release] Bump version to 1.66.0-pre4 (on v1.66.x branch) (#37501)
  • e9c0c1a [secure endpoint] backport fix from #37482 to 1.66.x (#37500)
  • 4a15da4 [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport...
  • 87f9724 [Python Distrib] Change warning to RuntimeError for version incompatibility (...
  • 0ef0d1c [backport] fix memory leak in secure endpoint (#37475)
  • d378d34 Add psm-dualstack.cfg for cpp and python (v1.66.x backport) (#37446)
  • Additional commits viewable in compare view

Updates grpcio-tools from 1.65.5 to 1.66.0

Release notes

Sourced from grpcio-tools's releases.

Release v1.66.0

This is release 1.66.0 (gladiator) 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

  • [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). (#37479)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#37223)
  • [Dep] Upgrading Protobuf to v27.2. (#36753)
  • [Gpr_To_Absl_Logging] Fixing bugs . (#36961)
  • [chttp2] don't access endpoint in transport ops if it's already been destroyed. (#36921)

C++

Python

  • [Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). (#37477)
  • Fix issues/36613. (#37022)
  • [fix] updated invocation_metadata return type hint. (#36894)
  • [Release] Add warning about PyPi latest version not necessarily matching Github latest version. (#36965)

Ruby

  • [ruby] Update google-protobuf dep to allow 3.x and 4.x versions. (#36982)
  • [ruby] improve the way completion queue pluck operations handle signals and process shutdown. (#36903)

Release v1.66.0-pre5

This is a prerelease of gRPC Core 1.66.0 (gladiator).

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

This prerelease contains refinements, improvements, and bug fixes.

Release v1.66.0-pre4

This is a prerelease of gRPC Core 1.66.0 (gladiator).

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

This prerelease contains refinements, improvements, and bug fixes.

... (truncated)

Commits
  • 13cecab [Release] Bump version to 1.66.0 (on v1.66.x branch) (#37554)
  • 56a8122 [Release] Bump version to 1.66.0-pre5 (on v1.66.x branch) (#37517)
  • c0f06b9 [OTel C++] Fix race when adding and removing callbacks (#37485) (#37508)
  • e53a314 [RlsLB] Fix Deadlock (#37459) (#37502)
  • bee26a7 [Release] Bump version to 1.66.0-pre4 (on v1.66.x branch) (#37501)
  • e9c0c1a [secure endpoint] backport fix from #37482 to 1.66.x (#37500)
  • 4a15da4 [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport...
  • 87f9724 [Python Distrib] Change warning to RuntimeError for version incompatibility (...
  • 0ef0d1c [backport] fix memory leak in secure endpoint (#37475)
  • d378d34 Add psm-dualstack.cfg for cpp and python (v1.66.x backport) (#37446)
  • Additional commits viewable in compare view

Updates idna from 3.7 to 3.8

Release notes

Sourced from idna's releases.

v3.8

What's Changed

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Full Changelog: kjd/idna@v3.7...v3.8

Changelog

Sourced from idna's changelog.

3.8 (2024-08-23) ++++++++++++++++

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Commits
  • 784c6f4 Release v3.8
  • 28c7c9e Typo fix
  • a2b41c3 Pin remainder of Github Actions flagged in code scanning
  • 1f613c5 More Github Action dependency pinning
  • a87e2b6 Update OSSF scorecard to latest version
  • 12d4dd1 Merge pull request #182 from kjd/github-pypi-actions
  • e1a1541 Pin Github Actions dependencies
  • c109d3a Merge branch 'master' into github-pypi-actions
  • f8a8de4 Do not try to build/send packages to TestPyPI for now
  • 613bdde Update regexp to move global flag to start of expression
  • Additional commits viewable in compare view

Updates pyparsing from 3.1.2 to 3.1.4

Changelog

Sourced from pyparsing's changelog.

Version 3.1.4 - August, 2024

  • Fixed a regression introduced in pyparsing 3.1.3, addition of a type annotation that referenced re.Pattern. Since this type was introduced in Python 3.7, using this type definition broke Python 3.6 installs of pyparsing 3.1.3. PR submitted by Felix Fontein, nice work!

Version 3.1.3 - August, 2024

  • Added new Tag ParserElement, for inserting metadata into the parsed results. This allows a parser to add metadata or annotations to the parsed tokens. The Tag element also accepts an optional value parameter, defaulting to True. See the new tag_metadata.py example in the examples directory.

    Example:

      # add tag indicating mood
      end_punc = "." | ("!" + Tag("enthusiastic")))
      greeting = "Hello" + Word(alphas) + end_punc
    

    result = greeting.parse_string("Hello World.") print(result.dump())

    result = greeting.parse_string("Hello World!") print(result.dump())

    prints:

      ['Hello', 'World', '.']
    

    ['Hello', 'World', '!']

    • enthusiastic: True
  • Added example mongodb_query_expression.py, to convert human-readable infix query expressions (such as a==100 and b>=200) and transform them into the equivalent query argument for the pymongo package ({'$and': [{'a': 100}, {'b': {'$gte': 200}}]}). Supports many equality and inequality operators - see the docstring for the transform_query function for more examples.

  • Fixed issue where PEP8 compatibility names for ParserElement static methods were not themselves defined as staticmethods. When called using a ParserElement instance, this resulted in a TypeError exception. Reported by eylenburg (#548).

  • To address a compatibility issue in RDFLib, added a property setter for the ParserElement.name property, to call ParserElement.set_name.

  • Modified ParserElement.set_name() to accept a None value, to clear the defined name and corresponding error message for a ParserElement.

  • ... (truncated)

    Commits
    • b846e4a Prep for 3.1.4 release
    • 9bd2356 Add Python 3.6 to CI (#566)
    • ee50a19 Add Tag notes to HowToUsePyparsing.rst
    • 3ffc3ef Fix typo
    • e5e97f7 Add mongodb_query_expression.py to examples; updated 0README.html and test_ex...
    • 10cef98 Add Tag ParserElement class
    • cf41d90 Prep for 3.1.3 release
    • d7c163c Some minor code changes in chemical_formulas.py
    • eb56030 Various code cleanups
    • a9e7d47 Added name property setter, and enhanced set_name() to accept a None value to...
    • Additional commits viewable in compare view

    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 python group in /tests with 4 updates: [grpcio](https:/grpc/grpc), [grpcio-tools](https:/grpc/grpc), [idna](https:/kjd/idna) and [pyparsing](https:/pyparsing/pyparsing).
    
    
    Updates `grpcio` from 1.65.5 to 1.66.0
    - [Release notes](https:/grpc/grpc/releases)
    - [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.65.5...v1.66.0)
    
    Updates `grpcio-tools` from 1.65.5 to 1.66.0
    - [Release notes](https:/grpc/grpc/releases)
    - [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.65.5...v1.66.0)
    
    Updates `idna` from 3.7 to 3.8
    - [Release notes](https:/kjd/idna/releases)
    - [Changelog](https:/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.7...v3.8)
    
    Updates `pyparsing` from 3.1.2 to 3.1.4
    - [Release notes](https:/pyparsing/pyparsing/releases)
    - [Changelog](https:/pyparsing/pyparsing/blob/master/CHANGES)
    - [Commits](pyparsing/pyparsing@pyparsing_3.1.2...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: grpcio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python
    - dependency-name: grpcio-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python
    - dependency-name: idna
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python
    - dependency-name: pyparsing
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot requested a review from a team as a code owner August 26, 2024 17:14
    @dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 26, 2024
    @nginx-bot nginx-bot enabled auto-merge (squash) August 26, 2024 17:14
    @nginx-bot nginx-bot merged commit 4af2c12 into main Aug 27, 2024
    77 checks passed
    @nginx-bot nginx-bot deleted the dependabot/pip/tests/python-d20f199456 branch August 27, 2024 08:21
    nginx-bot pushed a commit that referenced this pull request Aug 27, 2024
    Bumps the python group in /tests with 4 updates: [grpcio](https:/grpc/grpc), [grpcio-tools](https:/grpc/grpc), [idna](https:/kjd/idna) and [pyparsing](https:/pyparsing/pyparsing).
    
    
    Updates `grpcio` from 1.65.5 to 1.66.0
    - [Release notes](https:/grpc/grpc/releases)
    - [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.65.5...v1.66.0)
    
    Updates `grpcio-tools` from 1.65.5 to 1.66.0
    - [Release notes](https:/grpc/grpc/releases)
    - [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.65.5...v1.66.0)
    
    Updates `idna` from 3.7 to 3.8
    - [Release notes](https:/kjd/idna/releases)
    - [Changelog](https:/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.7...v3.8)
    
    Updates `pyparsing` from 3.1.2 to 3.1.4
    - [Release notes](https:/pyparsing/pyparsing/releases)
    - [Changelog](https:/pyparsing/pyparsing/blob/master/CHANGES)
    - [Commits](pyparsing/pyparsing@pyparsing_3.1.2...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: grpcio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python
    - dependency-name: grpcio-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python
    - dependency-name: idna
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python
    - dependency-name: pyparsing
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    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
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants