From 3a338b44e7a9e5a77468d91b23e913041d6aeae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:54:21 +0000 Subject: [PATCH] Build(deps): Bump cryptography in /src/agentic_platform/agent/jira_agent Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/agentic_platform/agent/jira_agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentic_platform/agent/jira_agent/requirements.txt b/src/agentic_platform/agent/jira_agent/requirements.txt index a8d408e..12aa7ce 100644 --- a/src/agentic_platform/agent/jira_agent/requirements.txt +++ b/src/agentic_platform/agent/jira_agent/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.12 uvicorn==0.34.0 boto3==1.37.27 pyjwt==2.10.1 -cryptography==46.0.5 +cryptography==46.0.6 requests litellm>=1.66.2 pydantic>=2.10.6