Skip to content

Commit b100bb5

Browse files
chore(deps): Bump the minor-and-patch group across 1 directory with 2 updates
Bumps the minor-and-patch group with 2 updates in the /a2a/git_issue_agent directory: [a2a-sdk](https://github.com/a2aproject/a2a-python) and [litellm](https://github.com/BerriAI/litellm). Updates `a2a-sdk` from 1.1.0 to 1.1.2 - [Release notes](https://github.com/a2aproject/a2a-python/releases) - [Changelog](https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md) - [Commits](a2aproject/a2a-python@v1.1.0...v1.1.2) Updates `litellm` from 1.91.1 to 1.93.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.91.1...v1.93.0) --- updated-dependencies: - dependency-name: a2a-sdk dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: litellm dependency-version: 1.92.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec17c73 commit b100bb5

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

a2a/git_issue_agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ requires-python = ">=3.11,<3.13"
55
description = "Git issue Agent module"
66
dependencies = [
77
"python-dotenv>=1.2.2",
8-
"a2a-sdk>=1.1.0,<2",
8+
"a2a-sdk>=1.1.2,<2",
99
# We use 1.6.1 instead of the latest because
1010
# crewai requires openai>=2.30.0
1111
# but litellm requires openai==2.24.0
1212
"crewai[litellm]>=1.15.2",
13-
"litellm>=1.91.1", # Indirect, prevents CVE-2026-42271
13+
"litellm>=1.93.0", # Indirect, prevents CVE-2026-42271
1414
"crewai-tools[mcp]>=1.15.2",
1515
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
1616
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486

a2a/git_issue_agent/uv.lock

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)