Skip to content

chore(deps)(deps): bump the production-minor-patch group across 1 directory with 2 updates#221

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sdk/production-minor-patch-93494dbe0d
Closed

chore(deps)(deps): bump the production-minor-patch group across 1 directory with 2 updates#221
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sdk/production-minor-patch-93494dbe0d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps the production-minor-patch group with 2 updates in the /sdk directory: click and a2a-sdk.

Updates click from 8.3.1 to 8.3.2

Release notes

Sourced from click's releases.

8.3.2

This is the Click 8.3.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.3.2/ Changes: https://click.palletsprojects.com/page/changes/#version-8-3-2 Milestone: https://github.com/pallets/click/milestone/29

  • Fix handling of flag_value when is_flag=False to allow such options to be used without an explicit value. #3084 #3152
  • Hide Sentinel.UNSET values as None when using lookup_default(). #3136 #3199 #3202 #3209 #3212 #3224
  • Prevent _NamedTextIOWrapper from closing streams owned by StreamMixer. #824 #2991 #2993 #3110 #3139 #3140
  • Add comprehensive tests for CliRunner stream lifecycle, covering logging interaction, multi-threaded safety, and sequential invocation isolation. Add high-iteration stress tests behind a stress marker with a dedicated CI job. #3139
  • Fix callable flag_value being instantiated when used as a default via default=True. #3121 #3201 #3213 #3225
Changelog

Sourced from click's changelog.

Version 8.3.2

Released 2026-04-02

  • Fix handling of flag_value when is_flag=False to allow such options to be used without an explicit value. :issue:3084 :pr:3152
  • Hide Sentinel.UNSET values as None when using lookup_default(). :issue:3136 :pr:3199 :pr:3202 :pr:3209 :pr:3212 :pr:3224
  • Prevent _NamedTextIOWrapper from closing streams owned by StreamMixer. :issue:824 :issue:2991 :issue:2993 :issue:3110 :pr:3139 :pr:3140
  • Add comprehensive tests for CliRunner stream lifecycle, covering logging interaction, multi-threaded safety, and sequential invocation isolation. Add high-iteration stress tests behind a stress marker with a dedicated CI job. :pr:3139
  • Fix callable flag_value being instantiated when used as a default via default=True. :issue:3121 :pr:3201 :pr:3213 :pr:3225
Commits

Updates a2a-sdk from 0.3.25 to 0.3.26

Release notes

Sourced from a2a-sdk's releases.

v0.3.26

0.3.26 (2026-04-09)

Features

  • Add support for more Task Message and Artifact fields in the Vertex Task Store (#908) (5e0dcd7)

Bug Fixes

  • remove the use of deprecated types from VertexTaskStore (#889) (6d49122)
Changelog

Sourced from a2a-sdk's changelog.

0.3.26 (2026-04-09)

Features

  • Add support for more Task Message and Artifact fields in the Vertex Task Store (#908) (5e0dcd7)

Bug Fixes

  • remove the use of deprecated types from VertexTaskStore (#889) (6d49122)
Commits
  • ead75f9 chore(main): release 0.3.26 (#935)
  • 538715a chore(deps): bump cryptography from 46.0.6 to 46.0.7 (#953)
  • b941eef ci: use commit hashes for actions instead of tags (#937)
  • 5e0dcd7 feat: Add support for more Task Message and Artifact fields in the Vertex Tas...
  • 8672785 ci: pin check-spelling to fix "Unsafe Permissions" (#929)
  • c0afd5c chore: revert "ci: fix spelling action failure (#926)" (#927)
  • a8eced8 ci: fix spelling action failure (#926)
  • 5d49f4a chore(deps): bump requests from 2.32.4 to 2.33.0 (#909)
  • 629078f chore(deps): bump the all group with 19 updates (#918)
  • 0b38305 chore(deps): bump the github-actions group with 4 updates (#917)
  • 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 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

…ectory with 2 updates

Bumps the production-minor-patch group with 2 updates in the /sdk directory: [click](https://github.com/pallets/click) and [a2a-sdk](https://github.com/a2aproject/a2a-python).


Updates `click` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.3.1...8.3.2)

Updates `a2a-sdk` from 0.3.25 to 0.3.26
- [Release notes](https://github.com/a2aproject/a2a-python/releases)
- [Changelog](https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md)
- [Commits](a2aproject/a2a-python@v0.3.25...v0.3.26)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: a2a-sdk
  dependency-version: 0.3.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file sdk SDK package changes labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

QualOps Code Quality Analysis

Status: ✅ PASSED - No issues found

Summary

  • Total Issues: 0
  • Critical: 0 🔴
  • High: 0 🟠
  • Medium: 0 🟡
  • Low: 0 🟢
  • Files Analyzed: 0

No issues found in the analyzed code.

📊 Full Report

View detailed report


Powered by QualOps

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 14, 2026

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

@dependabot dependabot Bot closed this Apr 14, 2026
@dependabot dependabot Bot deleted the dependabot/pip/sdk/production-minor-patch-93494dbe0d branch April 14, 2026 08:55
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 sdk SDK package changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants