From 9d273f94459b3e8fcfd83cabc290f5501524a670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:22:00 +0000 Subject: [PATCH] chore(deps):(deps): bump django Bumps the pip group with 1 update in the /apps/jane-orchestrator directory: [django](https://github.com/django/django). Updates `django` from 5.2.7 to 5.2.9 - [Commits](https://github.com/django/django/compare/5.2.7...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- apps/jane-orchestrator/requirements-misp.txt | 2 +- apps/jane-orchestrator/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/jane-orchestrator/requirements-misp.txt b/apps/jane-orchestrator/requirements-misp.txt index 854a9119c..480e906cc 100644 --- a/apps/jane-orchestrator/requirements-misp.txt +++ b/apps/jane-orchestrator/requirements-misp.txt @@ -56,7 +56,7 @@ pyyaml>=6.0.0,<7.0.0 # ===== CRYPTOGRAPHIC DEPENDENCIES ===== # Cryptography support for secure operations -cryptography>=41.0.0,<42.0.0 +cryptography>=41.0.0,<47.0.0 # Additional hash functions hashlib-compat>=1.0.0,<2.0.0 diff --git a/apps/jane-orchestrator/requirements.txt b/apps/jane-orchestrator/requirements.txt index 4ee4cdba8..4a45d4a5a 100644 --- a/apps/jane-orchestrator/requirements.txt +++ b/apps/jane-orchestrator/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.119.0 uvicorn==0.38.0 pydantic==2.12.0 sqlalchemy==2.0.44 -django==5.2.7 +django==5.2.9 requests==2.32.5 httpx==0.28.1