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