Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 11 updates#1983

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/agents/software-bug-assistant/all-dependencies-aea4c65ce2
Open

chore(deps): bump the all-dependencies group across 1 directory with 11 updates#1983
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/agents/software-bug-assistant/all-dependencies-aea4c65ce2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Updates the requirements on google-adk, langchain, google-cloud-aiplatform[agent-engines,evaluation], langchain-community, toolbox-core, pytest, agent-starter-pack, ruff, mypy, types-pyyaml and types-requests to permit the latest version.
Updates google-adk from 1.28.0 to 2.1.0

Release notes

Sourced from google-adk's releases.

v2.1.0

2.1.0 (2026-05-23)

Features

  • Add chart generation and artifact loading to data agent (db06416)
  • Add support for creating sandboxes from templates and snapshots (cbd14eb)
  • Add user.id to gen_ai.user.message log records for telemetry (eb379be)
  • Fix error message telemetry for tool calls (e56c021)
  • Preserve transcription event order in conversation trajectory (b3d0759)

Bug Fixes

  • ci: Add python-dateutil dependency to stale-bot workflow (84fa984)
  • ci: Prevent workflow failures in relocated adk_team samples (55cbc8c)
  • ci: Use absolute path for PYTHONPATH in upload docs workflow (85223e6)
  • cli: Fix --reload_agents for web (1307f8e)
  • cli: Inform user to install optional dependency on missing google.cloud (57d677c)
  • convert Union[Pydantic, Pydantic] tool args at runtime (104edc8), closes #5799
  • Fix bug where grounding metadata in Gemini 3.1 live was being silently discarded (b9751eb)
  • fix input and output transcription finished events for Gemini v3.1 (d17a2a3)
  • lazy-import GCS evaluation managers in evals utility (5f91a9d)
  • Make google-cloud-storage import lazy in skill utils (416775d)
  • resolve circular import caused by llm_request (7e38fc8)
  • Resolve circular import in base_tool (92cf192)
  • tests: Append trailing newline to JSON test outputs (3329ced)
  • tools: Prevent session drop on MCP tool error (933653c)
  • update EditFileTool to handle cross-platform line breaks and escape regex characters (1f24553)

v2.0.0

2.0.0 (2026-05-19)

ADK 2.0 General Availability

This release introduces v2.0.0 General Availability (GA) of the Google Agent Development Kit (ADK), establishing production-grade foundations for multi-agent workflows and advanced dynamic agent collaboration.

Core Architecture Highlights

Multi-Agent Workflow Engine

  • Flexible Execution Graphs: Establishes a model-agnostic engine for orchestrating non-linear, conditional, and cyclical agent execution patterns.
  • Intelligent Task Delegation: Introduces modular workflow abstractions enabling parallel sub-agent workers, nested hierarchical team structures, and resilient dynamic scheduling across complex task execution steps.

Dynamic Agent Collaboration

  • Native Inter-Agent Routing: Provides seamless orchestration for inter-agent messaging, control state handoffs, and context variable propagation across collaborative multi-agent flows.

v2.0.0b1

2.0.0-beta.1 (2026-04-21)

... (truncated)

Changelog

Sourced from google-adk's changelog.

2.1.0 (2026-05-23)

Features

  • Add chart generation and artifact loading to data agent (db06416)
  • Add support for creating sandboxes from templates and snapshots (cbd14eb)
  • Add user.id to gen_ai.user.message log records for telemetry (eb379be)
  • Fix error message telemetry for tool calls (e56c021)
  • Preserve transcription event order in conversation trajectory (b3d0759)

Bug Fixes

  • ci: Add python-dateutil dependency to stale-bot workflow (84fa984)
  • ci: Prevent workflow failures in relocated adk_team samples (55cbc8c)
  • ci: Use absolute path for PYTHONPATH in upload docs workflow (85223e6)
  • cli: Fix --reload_agents for web (1307f8e)
  • cli: Inform user to install optional dependency on missing google.cloud (57d677c)
  • convert Union[Pydantic, Pydantic] tool args at runtime (104edc8), closes #5799
  • Fix bug where grounding metadata in Gemini 3.1 live was being silently discarded (b9751eb)
  • fix input and output transcription finished events for Gemini v3.1 (d17a2a3)
  • lazy-import GCS evaluation managers in evals utility (5f91a9d)
  • Make google-cloud-storage import lazy in skill utils (416775d)
  • resolve circular import caused by llm_request (7e38fc8)
  • Resolve circular import in base_tool (92cf192)
  • tests: Append trailing newline to JSON test outputs (3329ced)
  • tools: Prevent session drop on MCP tool error (933653c)
  • update EditFileTool to handle cross-platform line breaks and escape regex characters (1f24553)

2.0.0 (2026-05-19)

ADK 2.0 General Availability

This release introduces v2.0.0 General Availability (GA) of the Google Agent Development Kit (ADK), establishing production-grade foundations for multi-agent workflows and advanced dynamic agent collaboration.

Core Architecture Highlights

Multi-Agent Workflow Engine

  • Flexible Execution Graphs: Establishes a model-agnostic engine for orchestrating non-linear, conditional, and cyclical agent execution patterns.
  • Intelligent Task Delegation: Introduces modular workflow abstractions enabling parallel sub-agent workers, nested hierarchical team structures, and resilient dynamic scheduling across complex task execution steps.

Dynamic Agent Collaboration

  • Native Inter-Agent Routing: Provides seamless orchestration for inter-agent messaging, control state handoffs, and context variable propagation across collaborative multi-agent flows.

1.34.0 (2026-05-18)

Features

... (truncated)

Commits
  • 6d15e19 chore: update last-release-sha for next release
  • 3a143eb chore(release/candidate): release 2.1.0 (#5816)
  • 7ad7994 chore: Set python unit test timeout to 10 minutes
  • eaff9c0 feat: Update check-file-contents.yml to check for non-mTLS hardcoded endpoints
  • 104edc8 fix: convert Union[Pydantic, Pydantic] tool args at runtime
  • b3d0759 feat: Preserve transcription event order in conversation trajectory
  • cbd14eb feat: Add support for creating sandboxes from templates and snapshots
  • db06416 feat: Add chart generation and artifact loading to data agent
  • ecb759c ci: Support bot-authored commits in PR handler
  • e56c021 feat: Fix error message telemetry for tool calls
  • Additional commits viewable in compare view

Updates langchain from 1.2.14 to 1.3.1

Release notes

Sourced from langchain's releases.

langchain-core==1.3.1

Changes since langchain-core==1.3.0

release(core): 1.3.1 (#36972) feat(core): allow _format_output to pass through list of ToolOutputMixin instances (#36963) chore: bump nbconvert from 7.17.0 to 7.17.1 in /libs/core (#36923) feat(core): Update inheritance behavior for tracer metadata for special keys (#36900) chore: bump langsmith from 0.7.13 to 0.7.31 in /libs/core (#36813)

langchain-fireworks==1.3.1

Changes since langchain-fireworks==1.3.0

fix(fireworks): require api_key in FireworksEmbeddings (#37193) release(fireworks): 1.3.1 (#37189) fix(fireworks): strip non-wire keys from ToolMessage text content blocks (#37187)

langchain==1.3.1

Changes since langchain==1.3.0

release(langchain): 1.3.1 (#37454) fix(langchain): alias Bedrock providers in summarization token check (#37453)

langchain-core==1.3.0

Changes since langchain-core==1.2.31

release(core): release 1.3.0 (#36851) release(core): 1.3.0a3 (#36829) chore(core): keep checkpoint_ns behavior in streaming metadata for backwards compat (#36828) feat(core): Add chat model and LLM invocation params to traceable metadata (#36771) fix(core): restore cloud metadata IPs and link-local range in SSRF policy (#36816) chore(deps): bump pytest to 9.0.3 (#36801) chore(core): harden private SSRF utilities (#36768) fix(openai): handle content blocks without type key in responses api conversion (#36725) chore: bump pytest from 9.0.2 to 9.0.3 in /libs/core (#36719) release(core): 1.3.0.a2 (#36698) fix(core): Use reference counting for storing inherited run trees to support garbage collection (#36660) docs(core): nit (#36685) release(core): 1.3.0a1 (#36656) chore(core): reduce streaming metadata / perf (#36588)

langchain-fireworks==1.3.0

Changes since langchain-fireworks==1.2.1

release(fireworks): 1.3.0 (#37144) feat(fireworks): service_tier init kwarg on ChatFireworks (#37143) chore(model-profiles): refresh model profile data (#37122)

langchain==1.3.0

This release adds support for version="v3" in stream_events / astream_events for langchain agents. Refer to the event streaming guide for details.

... (truncated)

Commits
  • b6b769b release(langchain): 1.3.1 (#37454)
  • 36c381b fix(langchain): alias Bedrock providers in summarization token check (#37453)
  • 0831e44 docs(openai): document base_url env var fallback chain (#37436)
  • e208f38 chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/xai (#37411)
  • a4a2be9 chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/qdrant (#37412)
  • f5322d9 chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/perplexity (#37413)
  • 5d9ac69 chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/openrouter (#37414)
  • f42d80c fix(core): preserve chunk additional_kwargs across v3 stream assembly (#37435)
  • 649d82f fix(core): preserve reasoning blocks alongside tool_call in v3 stream (#37434)
  • 9f9a8a7 chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/ollama (#37415)
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform[agent-engines,evaluation] to 1.153.1

Release notes

Sourced from google-cloud-aiplatform[agent-engines,evaluation]'s releases.

v1.153.1

1.153.1 (2026-05-15)

Bug Fixes

  • Remove google-genai version contraints (cf4f183)
  • Remove SDK workaround for async_retrieve_contexts. (5aabd30)
  • Relax google-genai dep to >= 2.0 (6a17fdc)

Miscellaneous Chores

Changelog

Sourced from google-cloud-aiplatform[agent-engines,evaluation]'s changelog.

1.153.1 (2026-05-15)

Bug Fixes

  • Remove google-genai version contraints (cf4f183)
  • Remove SDK workaround for async_retrieve_contexts. (5aabd30)
  • Relax google-genai dep to >= 2.0 (6a17fdc)

Miscellaneous Chores

1.153.0 (2026-05-14)

Features

  • GenAI Client(evals) - Add red_teaming_config support for create_evaluation_run (657f379)
  • Migrate Agent Engines, Evaluation, Prompt Management, and Skill features to agentplatform (74ec5e1)

Bug Fixes

  • Inject agents map from agent_info into agent_data for create_evaluation_run (a4ffb67)

Documentation

  • Add Skill Registry Python SDK section in README (9f8e24c)

1.152.0 (2026-05-11)

Features

  • Add GetSkillRevision and ListSkillRevisions methods in Vertex AI Skill Registry SDK (e4fdb7a)
  • Add ListSkills and DeleteSkill methods in Vertex AI Skill Registry SDK (8578bfd)
  • Add mTLS support for telemetry endpoint in adk.py. (7b0c995)
  • Add Update Skill method for Vertex AI Skill Registry SDK (48f792b)
  • GenAI Client(evals) - Add allow_cross_region_model support for create_evaluation_run (3ce4b02)

Bug Fixes

  • Fix name collision on SandboxEnvironment.state by renaming enum to SandboxState (1f9c8e0)
  • Remove sandbox_hostname from JWT payload. (ea87edc)
  • Support multi-regional locations in vertexai.Client (2834b9b)

... (truncated)

Commits
  • bd56d6b chore(main): release 1.153.1 (#6795)
  • addbff6 chore: release 1.153.1
  • cf4f183 fix: Remove google-genai version contraints
  • 6a17fdc feat: Update google-genai dep to >= 2.0
  • 639c0be Copybara import of the project:
  • 5aabd30 fix: Remove SDK workaround for async_retrieve_contexts.
  • 796429a feat: Update google-genai dep to >= 2.0
  • 73bddf0 No public description
  • 60e3da3 chore(main): release 1.153.0 (#6769)
  • 6b7a529 chore: Split Kokoro presubmit into lint and coverage jobs.
  • Additional commits viewable in compare view

Updates langchain-community from 0.4.1 to 0.4.2

Release notes

Sourced from langchain-community's releases.

langchain-community==0.4.2

Sunsetting langchain-community

langchain-community is being sunset. See langchain-ai/langchain-community#674 for details and guidance. Thank you to everyone who has contributed integrations, fixes, reviews, and maintenance over the years.

What's Changed

... (truncated)

Commits
  • 7c10a5f fix: bump deps and fix test (#676)
  • 0d3630d fix: sunset package (#675)
  • 3ade247 chore(deps): bump urllib3 from 2.6.3 to 2.7.0 in /libs/community (#662)
  • 27c60ba chore(deps): bump langsmith from 0.7.31 to 0.8.4 in /libs/community (#666)
  • 2e8d934 chore(deps): bump jupyter-server from 2.17.0 to 2.18.0 in /libs/community (#654)
  • f0b16c2 chore(deps): bump mistune from 3.2.0 to 3.2.1 in /libs/community (#656)
  • bfbfe3f chore(deps): update scikit-learn requirement from <2,>=1.2.2 to >=1.7.2,<2 in...
  • 4cbef29 chore(deps): update hdbcli requirement from <3,>=2.19.21 to >=2.28.20,<3 in /...
  • 22377e1 chore(deps): update keybert requirement from >=0.8.5 to >=0.9.0 in /libs/comm...
  • c4dbaa2 chore(deps): bump notebook from 7.5.4 to 7.5.6 in /libs/community (#646)
  • Additional commits viewable in compare view

Updates toolbox-core from 1.0.0 to 1.1.0

Release notes

Sourced from toolbox-core's releases.

toolbox-core: v1.1.0

1.1.0 (2026-05-18)

Features

  • core: enable telemetry_attribute for SQLCommenter (#634) (323f60e)

Documentation

  • Consolidate and improve DEVELOPER.md and CONTRIBUTING.md (#636) (7d08938)
  • migrate documentation links to mcp-toolbox.dev (#624) (bfb1b02)
  • rebrand references for repo and docsite (#635) (95b484b)
Commits
  • aa299d3 chore(main): release toolbox-core 1.1.0 (#611)
  • 9b13888 chore(deps): pin dependencies (#652)
  • 91181db chore(deps): update actions/setup-node action to v6 (#653)
  • bef7db2 ci(conformance): integrate MCP client conformance test pipeline (#637)
  • 3d1de1c chore(deps): update python-nonmajor (#651)
  • 0c5927c chore(deps): update dependency mypy to v2 (#645)
  • eee7df8 chore(deps): update dependency pytest to v9.0.3 [security] (#646)
  • e951dd1 chore(deps): update python-nonmajor (#623)
  • 323f60e feat(toolbox_core): enable telemetry_attribute for SQLCommenter (#634)
  • 3972f29 chore(deps): update mcp toolbox server version in integration tests to v1.2.0...
  • Additional commits viewable in compare view

Updates pytest from 9.0.2 to 9.0.3

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

Commits

Updates agent-starter-pack from 0.40.0 to 0.41.3

Release notes

Sourced from agent-starter-pack's releases.

v0.41.3

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.41.2...v0.41.3

v0.41.2

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.41.1...v0.41.2

v0.41.1

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.41.0...v0.41.1

v0.41.0

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.40.1...v0.41.0

v0.40.1

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.40.0...v0.40.1

Commits
  • facbda1 chore: bump version to 0.41.3 (#953)
  • f3cb073 docs: announce agents-cli as the next evolution of Agent Starter Pack (#952)
  • 6beab9d chore: bump version to 0.41.2 (#949)
  • f3d58ef chore: regenerate uv lock files + pin langgraph-prebuilt<1.0.9 (#948)
  • 7d89d9c chore: bump version to 0.41.1 (#944)
  • 98a1854 Merge pull request #941 from GoogleCloudPlatform/change-default-region-to-us-...
  • b026e93 chore: regenerate makefile hashes for us-east1 region
  • 3a91d20 chore: remove vertex-agent-garden labels from deploy.py (#942)
  • 2c742da chore: change default region from us-west1 to us-east1
  • 847e2f3 fix: align process_data timestamps to UTC to match ingest_data cutoff filter ...
  • Additional commits viewable in compare view

Updates ruff from 0.15.8 to 0.15.14

Release notes

Sourced from ruff's releases.

0.15.14

Release Notes

Released on 2026-05-21.

Preview features

  • [airflow] Implement airflow-task-implicit-multiple-outputs (AIR202) (#25152)
  • [flake8-use-pathlib] Mark PTH101 fix as unsafe when first argument is a class attribute annotated as int (#25086)
  • [pylint] Implement too-many-try-statements (W0717) (#23970)
  • [ruff] Add incorrect-decorator-order (RUF074) (#23461)
  • [ruff] Add fallible-context-manager (RUF075) (#22844)

Bug fixes

  • Fix lambda formatting in interpolated string expressions (#25144)
  • Treat generic frozenset annotations as immutable (#25251)
  • [flake8-type-checking] Avoid strict behavior when future-annotations are enabled (TC001, TC002, TC003) (#25035)
  • [pylint] Avoid false positives in else clause (PLR1733) (#25177)

Rule changes

  • [flake8-comprehensions] Skip C417 for lambdas with positional-only parameters (#25272)
  • [flake8-simplify] Preserve f-string source verbatim in SIM101 fix (#25061)

Performance

  • Avoid unnecessary parser lookahead for operators (#25290)

Documentation

  • Update code example setting Neovim LSP log level (#25284)
  • ...

    Description has been truncated

…11 updates

Updates the requirements on [google-adk](https://github.com/google/adk-python), [langchain](https://github.com/langchain-ai/langchain), [google-cloud-aiplatform[agent-engines,evaluation]](https://github.com/googleapis/python-aiplatform), [langchain-community](https://github.com/langchain-ai/langchain-community), [toolbox-core](https://github.com/googleapis/mcp-toolbox-sdk-python), [pytest](https://github.com/pytest-dev/pytest), [agent-starter-pack](https://github.com/GoogleCloudPlatform/agent-starter-pack), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [types-pyyaml](https://github.com/python/typeshed) and [types-requests](https://github.com/python/typeshed) to permit the latest version.

Updates `google-adk` from 1.28.0 to 2.1.0
- [Release notes](https://github.com/google/adk-python/releases)
- [Changelog](https://github.com/google/adk-python/blob/v2.1.0/CHANGELOG.md)
- [Commits](google/adk-python@v1.28.0...v2.1.0)

Updates `langchain` from 1.2.14 to 1.3.1
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.2.14...langchain==1.3.1)

Updates `google-cloud-aiplatform[agent-engines,evaluation]` to 1.153.1
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.93.0...v1.153.1)

Updates `langchain-community` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/langchain-ai/langchain-community/releases)
- [Commits](langchain-ai/langchain-community@libs/community/v0.4.1...libs/community/v0.4.2)

Updates `toolbox-core` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/googleapis/mcp-toolbox-sdk-python/releases)
- [Changelog](https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/mcp-toolbox-sdk-python@toolbox-core-v1.0.0...toolbox-core-v1.1.0)

Updates `pytest` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.2...9.0.3)

Updates `agent-starter-pack` from 0.40.0 to 0.41.3
- [Release notes](https://github.com/GoogleCloudPlatform/agent-starter-pack/releases)
- [Commits](GoogleCloudPlatform/agent-starter-pack@v0.40.0...v0.41.3)

Updates `ruff` from 0.15.8 to 0.15.14
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.8...0.15.14)

Updates `mypy` from 1.20.0 to 2.1.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.20.0...v2.1.0)

Updates `types-pyyaml` from 6.0.12.20250915 to 6.0.12.20260518
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-requests` from 2.33.0.20260327 to 2.33.0.20260518
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: langchain
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-cloud-aiplatform[agent-engines,evaluation]
  dependency-version: 1.153.1
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: langchain-community
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: toolbox-core
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: agent-starter-pack
  dependency-version: 0.41.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-version: 0.15.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: mypy
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: types-requests
  dependency-version: 2.33.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 25, 2026
@dependabot dependabot Bot requested a review from jackwotherspoon as a code owner May 25, 2026 02:32
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 25, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants