Skip to content

chore(deps): bump the all-dependencies group in /python/agents/marketing-agency with 13 updates - #11

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/python/agents/marketing-agency/all-dependencies-a52980d46f
Open

dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/python/agents/marketing-agency/all-dependencies-a52980d46f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group in /python/agents/marketing-agency with 13 updates:

Package From To
google-adk 1.18.0 1.29.0
google-auth 2.41.1 2.49.2
google-genai 1.49.0 1.72.0
pydantic 2.12.4 2.12.5
python-dotenv 1.2.1 1.2.2
pytest 9.0.1 9.0.3
agent-starter-pack 0.38.0 0.40.1
ruff 0.14.4 0.15.10
mypy 1.18.2 1.20.0
codespell 2.4.1 2.4.2
types-pyyaml 6.0.12.20250915 6.0.12.20260408
types-requests 2.32.4.20250913 2.33.0.20260408
absl-py 2.3.1 2.4.0

Updates google-adk from 1.18.0 to 1.29.0

Release notes

Sourced from google-adk's releases.

v1.29.0

Changelog

1.29.0 (2026-04-09)

Features

  • Add auth scheme/credential support to MCP toolsets in Agent Registry (7913a3b)
  • add ability to block shell metacharacters in BashTool (23bd95b)
  • add configurable resource limits for subprocesses in BashTool (1b05842)
  • Add configurable view_prefix to BigQueryLoggerConfig (37973da)
  • Add custom session id functionality to vertex ai session service (e1913a6)
  • Add Description column to SKILL.md and update terminology (435f7c7)
  • Add Easy GCP support to ADK CLI (8850916)
  • Add regional endpoint support to SecretManagerClient (19ac679)
  • Add support for model endpoints in Agent Registry (eb4674b)
  • auth: Add public api to register custom auth provider with credential manager (a220910)
  • auth: Pass consent_nonce to Agent Frontend (9fec503)
  • auth: Support additional HTTP headers in MCP tools (b3e9962)
  • bigquery: Add ADK 1P Skills for ADK BQ Toolset (4030c0d)
  • environment: Add EnvironmentToolset for file I/O and command execution (9082b9e)
  • environment: Add LocalEnvironment for executing commands and file I/O locally (f973673)
  • Implement robust process group management and timeouts in BashTool (f641b1a)
  • live: Added in 1.28.1, support live for gemini-3.1-flash-live-preview model (8082893)
  • Option to use shallow-copy for session in InMemorySessionService (16a1a18)
  • Propagate context to thread pools (83393ab)
  • refresh credentials if token is missing in the common code and samples (1445ad5)
  • Remove use of raw_event field in vertex ai session service (642d337)
  • skill: Standardize skill tools and make script arguments flexible (9e73ab8)
  • Support AgentRegistry association (6754760)
  • Support loading agents from Visual Builder with BigQuery-powered logging (2074889)
  • Support propagating grounding metadata from AgentTool (d689a04)
  • Support short options and positional arguments in RunSkillScriptTool (2b49163)
  • Use raw_event field in vertex ai session service for append and list events (6ee0362)
  • Use raw_event to store event data in vertex ai session service (9da9dee)

Bug Fixes

  • Add A2ATransport.http_json to the default supported transports list (7dd9359)
  • add httpx_client_factory support to SseConnectionParams (815ebb4)
  • adk: redact credentials in BigQuery analytics plugin (a27ce47)
  • api client initialization logic to be mutually exclusive between ExpressMode and GCP projects (4ffe8fb)
  • avoid load all agents in adk web server (ede8a56)
  • Cache BaseToolset.get_tools() for calls within the same invocation (92cad99)
  • cli: fail Agent Engine deploy when config file path is invalid (bbad9ec)
  • Disable tool caching for skill toolset (064f0d2)
  • Disallow args on /builder and Add warning about Web UI usage to CLI help (dcee290)
  • empty events_iterator assignment (898c4e5)

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.29.0 (2026-04-09)

Features

  • Add auth scheme/credential support to MCP toolsets in Agent Registry (7913a3b)
  • add ability to block shell metacharacters in BashTool (23bd95b)
  • add configurable resource limits for subprocesses in BashTool (1b05842)
  • Add configurable view_prefix to BigQueryLoggerConfig (37973da)
  • Add custom session id functionality to vertex ai session service (e1913a6)
  • Add Description column to SKILL.md and update terminology (435f7c7)
  • Add Easy GCP support to ADK CLI (8850916)
  • Add regional endpoint support to SecretManagerClient (19ac679)
  • Add support for model endpoints in Agent Registry (eb4674b)
  • auth: Add public api to register custom auth provider with credential manager (a220910)
  • auth: Pass consent_nonce to Agent Frontend (9fec503)
  • auth: Support additional HTTP headers in MCP tools (b3e9962)
  • bigquery: Add ADK 1P Skills for ADK BQ Toolset (4030c0d)
  • environment: Add EnvironmentToolset for file I/O and command execution (9082b9e)
  • environment: Add LocalEnvironment for executing commands and file I/O locally (f973673)
  • Implement robust process group management and timeouts in BashTool (f641b1a)
  • live: Added in 1.28.1, support live for gemini-3.1-flash-live-preview model (8082893)
  • Option to use shallow-copy for session in InMemorySessionService (16a1a18)
  • Propagate context to thread pools (83393ab)
  • refresh credentials if token is missing in the common code and samples (1445ad5)
  • Remove use of raw_event field in vertex ai session service (642d337)
  • skill: Standardize skill tools and make script arguments flexible (9e73ab8)
  • Support AgentRegistry association (6754760)
  • Support loading agents from Visual Builder with BigQuery-powered logging (2074889)
  • Support propagating grounding metadata from AgentTool (d689a04)
  • Support short options and positional arguments in RunSkillScriptTool (2b49163)
  • Use raw_event field in vertex ai session service for append and list events (6ee0362)
  • Use raw_event to store event data in vertex ai session service (9da9dee)

Bug Fixes

  • Add A2ATransport.http_json to the default supported transports list (7dd9359)
  • add httpx_client_factory support to SseConnectionParams (815ebb4)
  • adk: redact credentials in BigQuery analytics plugin (a27ce47)
  • api client initialization logic to be mutually exclusive between ExpressMode and GCP projects (4ffe8fb)
  • avoid load all agents in adk web server (ede8a56)
  • Cache BaseToolset.get_tools() for calls within the same invocation (92cad99)
  • cli: fail Agent Engine deploy when config file path is invalid (bbad9ec)
  • Disable tool caching for skill toolset (064f0d2)
  • Disallow args on /builder and Add warning about Web UI usage to CLI help (dcee290)
  • empty events_iterator assignment (898c4e5)
  • environment: fix package references (add8e86)
  • Fix RemoteA2AAgent deepcopy errors (6f29775)
  • Fixes for initializing RemoteA2aAgent - passing in preferred transport, protocol version, and auth headers (0f3850f)

... (truncated)

Commits
  • d98ff23 chore: update last-release-sha for next release
  • 40e050b chore(release/candidate): release 1.29.0 (#5231)
  • ede8a56 fix: avoid load all agents in adk web server
  • 6b1600f fix(live): Handle live session resumption and GoAway signal
  • 6fd0f85 fix: move BigQueryAgentAnalyticsPlugin import inside get_runner_async
  • 2074889 feat: Support loading agents from Visual Builder with BigQuery-powered logging
  • 9e73ab8 feat(skill): Standardize skill tools and make script arguments flexible
  • 23bd95b feat: Add blacklist for shell metacharacters in BashTool
  • ccac461 docs(adk): clean up remote triggers README to remove internal references
  • e2d970f feat: add ADK trigger endpoints to ADK Web Server
  • Additional commits viewable in compare view

Updates google-auth from 2.41.1 to 2.49.2

Release notes

Sourced from google-auth's releases.

v2.49.0.dev0

2.49.0-dev0 (2026-01-26)

Bug Fixes

google-auth 2.48.0

2.48.0 (2026-01-21)

Features

Bug Fixes

v2.48.0rc0

2.48.0rc0 (2026-01-20)

Features

  • honor NO_GCE_CHECK environment variable (#1610) (383c98)
  • add configurable GCE Metadata Server retries (#1488) (454b44)
  • support mTLS IAM domain for Certificate based Access (#1938) (8dcf91)
  • add cryptography as required dependency (#1929) (52558a)

Bug Fixes

  • Use user_verification=preferred for ReAuth WebAuthn challenge (#1798) (3f88a2)
  • replace deprecated utcfromtimestamp (#1799) (e431f2)
  • detect correct auth when ADC env var is set by empty (#1374) (bfc07e)
  • removed content-header from AWS IMDS (#1934) (97bfea)

... (truncated)

Changelog

Sourced from google-auth's changelog.

Changelog

PyPI History

2.48.0 (2026-01-22)

Features

Bug Fixes

2.47.0 (2026-01-06)

Features

Bug Fixes

2.46.0 (2026-01-05)

Documentation

Features

... (truncated)

Commits

Updates google-genai from 1.49.0 to 1.72.0

Release notes

Sourced from google-genai's releases.

v1.72.0

1.72.0 (2026-04-09)

Features

  • Add "eu" as a supported service location for Vertex AI platform. (888a731)
  • Add Live Avatar new fields (ad1777e)
  • Add support for new audio MIME types: opus, alaw, and mulaw (74eb373)
  • Add the delete method for the Agent Engine Task Store Service (d821082)

Documentation

  • Update python docs for 1.71.0 (e82f9fc)

v1.71.0

1.71.0 (2026-04-08)

Features

  • Introduce TYPE_L16 audio content and optional fields. (07e932f)

Documentation

  • Remove deprecated product recontext model samples from docstrings (aca7dcf)

v1.70.0

1.70.0 (2026-03-31)

Features

  • Support dedicated TextAnnotationDelta for streaming tool responses (5c820f2)

Bug Fixes

  • Fix service_tier enums. (855e431)

v1.69.0

1.69.0 (2026-03-27)

Features

  • Add consent_audio and voice_consent_signature and AsyncSession.setup_complete (69a02c4)
  • Add custom_metadata to FileSearchResult. (aed1559)

... (truncated)

Changelog

Sourced from google-genai's changelog.

1.72.0 (2026-04-09)

Features

  • Add "eu" as a supported service location for Vertex AI platform. (888a731)
  • Add Live Avatar new fields (ad1777e)
  • Add support for new audio MIME types: opus, alaw, and mulaw (74eb373)
  • Add the delete method for the Agent Engine Task Store Service (d821082)

Documentation

  • Update python docs for 1.71.0 (e82f9fc)

1.71.0 (2026-04-08)

Features

  • Introduce TYPE_L16 audio content and optional fields. (07e932f)

Documentation

  • Remove deprecated product recontext model samples from docstrings (aca7dcf)

1.70.0 (2026-03-31)

Features

  • Support dedicated TextAnnotationDelta for streaming tool responses (5c820f2)

Bug Fixes

  • Fix service_tier enums. (855e431)

1.69.0 (2026-03-27)

Features

  • Add consent_audio and voice_consent_signature and AsyncSession.setup_complete (69a02c4)
  • Add custom_metadata to FileSearchResult. (aed1559)
  • Add labels field to Veo configs (208a173)
  • Add mime type for Audio content (674b837)
  • Add model_status to GenerateContentResponse (Gemini API only) (ce86f2b)
  • Add part_metadata in Part (Gemini API only) (ce86f2b)

... (truncated)

Commits
  • f7257b0 chore(main): release 1.72.0 (#2252)
  • ad1777e feat: Add Live Avatar new fields
  • 9d36f2e chore: add unified content wrapping for multimodal gemini embeddings (gemini-...
  • d821082 feat: add the delete method for the Agent Engine Task Store Service
  • 4bf71c0 chore: Clean up no-op converters
  • 888a731 feat: Add "eu" as a supported service location for Vertex AI platform.
  • 84ac601 chore: Handle recursive JSON schema references in type conversion with cycle ...
  • 15668a7 chore: update SDK serialization logic within response handling
  • 6ca8209 chore: update flaky test assertion
  • e82f9fc docs: Update python docs for 1.71.0
  • Additional commits viewable in compare view

Updates pydantic from 2.12.4 to 2.12.5

Release notes

Sourced from pydantic's releases.

v2.12.5 2025-11-26

v2.12.5 (2025-11-26)

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

Full Changelog: pydantic/pydantic@v2.12.4...v2.12.5

Changelog

Sourced from pydantic's changelog.

v2.12.5 (2025-11-26)

GitHub release

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.
Commits
  • bd2d0dd Prepare release v2.12.5
  • 7d0302e Document security implications when using create_model()
  • e9ef980 Fix typo in Standard Library Types documentation
  • f2c20c0 Add pydantic-docs dev dependency, make use of versioning blocks
  • a76c1aa Update documentation about JSON Schema
  • 8cbc72c Add documentation about custom __init__()
  • 99eba59 Add additional test for FieldInfo.get_default()
  • c710769 Special case MISSING sentinel in smart_deepcopy()
  • 20a9d77 Do not delete mock validator/serializer in rebuild_dataclass()
  • c86515a Update parts of the model and revalidate_instances documentation
  • See full diff in compare view

Updates python-dotenv from 1.2.1 to 1.2.2

Release notes

Sourced from python-dotenv's releases.

v1.2.2

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#)

Changed

  • The dotenv run command now forwards flags directly to the specified command by @​bbc2 in theskumar/python-dotenv#607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Support for Python 3.9.

Fixed

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Misc

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.1...v1.2.2

Changelog

Sourced from python-dotenv's changelog.

[1.2.2] - 2026-03-01

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#588)

Changed

  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in #607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.

Fixed

  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in #590

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Commits

Updates pytest from 9.0.1 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

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

... (truncated)

Commits

Updates agent-starter-pack from 0.38.0 to 0.40.1

Release notes

Sourced from agent-starter-pack's releases.

v0.40.1

What's Changed

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

v0.40.0

What's Changed

New Contributors

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

v0.39.6

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.39.4...v0.39.6

v0.39.4

What's Changed

  • fix: inject datastore env vars in GKE CI/CD pipelines and update probes by

lspataroG and others added 2 commits April 10, 2026 10:11
Bumps the all-dependencies group in /python/agents/marketing-agency with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [google-adk](https://github.com/google/adk-python) | `1.18.0` | `1.29.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.41.1` | `2.49.2` |
| [google-genai](https://github.com/googleapis/python-genai) | `1.49.0` | `1.72.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.12.4` | `2.12.5` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.3` |
| [agent-starter-pack](https://github.com/GoogleCloudPlatform/agent-starter-pack) | `0.38.0` | `0.40.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.4` | `0.15.10` |
| [mypy](https://github.com/python/mypy) | `1.18.2` | `1.20.0` |
| [codespell](https://github.com/codespell-project/codespell) | `2.4.1` | `2.4.2` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20250915` | `6.0.12.20260408` |
| [types-requests](https://github.com/python/typeshed) | `2.32.4.20250913` | `2.33.0.20260408` |
| [absl-py](https://github.com/abseil/abseil-py) | `2.3.1` | `2.4.0` |


Updates `google-adk` from 1.18.0 to 1.29.0
- [Release notes](https://github.com/google/adk-python/releases)
- [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md)
- [Commits](google/adk-python@v1.18.0...v1.29.0)

Updates `google-auth` from 2.41.1 to 2.49.2
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-auth-library-python/commits)

Updates `google-genai` from 1.49.0 to 1.72.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.49.0...v1.72.0)

Updates `pydantic` from 2.12.4 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.4...v2.12.5)

Updates `python-dotenv` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2)

Updates `pytest` from 9.0.1 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.1...9.0.3)

Updates `agent-starter-pack` from 0.38.0 to 0.40.1
- [Release notes](https://github.com/GoogleCloudPlatform/agent-starter-pack/releases)
- [Commits](GoogleCloudPlatform/agent-starter-pack@v0.38.0...v0.40.1)

Updates `ruff` from 0.14.4 to 0.15.10
- [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.14.4...0.15.10)

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

Updates `codespell` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.4.1...v2.4.2)

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

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

Updates `absl-py` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/abseil/abseil-py/releases)
- [Changelog](https://github.com/abseil/abseil-py/blob/main/CHANGELOG.md)
- [Commits](abseil/abseil-py@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-auth
  dependency-version: 2.49.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-genai
  dependency-version: 1.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.40.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-version: 0.15.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: mypy
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: codespell
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: types-requests
  dependency-version: 2.33.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: absl-py
  dependency-version: 2.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

12 similar comments
@dependabot @github

dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant