Skip to content

Commit 77b7123

Browse files
chore(deps): Bump cryptography in /a2a/git_issue_agent
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43f6070 commit 77b7123

2 files changed

Lines changed: 37 additions & 39 deletions

File tree

a2a/git_issue_agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"crewai-tools[mcp]>=1.6.1",
1515
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
1616
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486
17-
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
17+
"cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
1818
"pyasn1>=0.6.3", # Indirect; prevents CVE-2026-30922
1919
"starlette>=1.3.1", # Indirect; prevents CVE-2025-62727
2020
"pillow>=12.3.0", # Indirect; prevents CVE-2026-40192

0 commit comments

Comments
 (0)