From 5a9537fe1cc02cb46a67a0ac07ba871d436cab95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 05:15:19 +0000 Subject: [PATCH] chore(deps): Bump crewai from 1.10.1 to 1.13.0 in /a2a/git_issue_agent Bumps [crewai](https://github.com/crewAIInc/crewAI) from 1.10.1 to 1.13.0. - [Release notes](https://github.com/crewAIInc/crewAI/releases) - [Commits](https://github.com/crewAIInc/crewAI/compare/1.10.1...1.13.0) --- updated-dependencies: - dependency-name: crewai dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- a2a/git_issue_agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/git_issue_agent/pyproject.toml b/a2a/git_issue_agent/pyproject.toml index 45f05f6..d262c4c 100644 --- a/a2a/git_issue_agent/pyproject.toml +++ b/a2a/git_issue_agent/pyproject.toml @@ -6,7 +6,7 @@ description = "Git issue Agent module" dependencies = [ "python-dotenv>=1.1.0", "a2a-sdk>=0.2.16", - "crewai[litellm]==1.10.1", + "crewai[litellm]==1.13.0", "crewai-tools[mcp]==1.10.1", "urllib3>=2.6.3", # Indirect; prevents CVE-2025-66418 "python-multipart>=0.0.22", # Indirect; prevents CVE-2026-24486