We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad28238 + 4d1153f commit 574d451Copy full SHA for 574d451
2 files changed
a2a/git_issue_agent/pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
14
"crewai-tools[mcp]>=1.15.2",
15
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
16
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486
17
- "cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
+ "cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
18
"pyasn1>=0.6.4", # Indirect; prevents CVE-2026-30922
19
"starlette>=1.3.1", # Indirect; prevents CVE-2025-62727
20
"pillow>=12.3.0", # Indirect; prevents CVE-2026-40192
0 commit comments