From 35e8375b474f538b5c847b3859e9a27b10270299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:03:18 +0000 Subject: [PATCH] Bump python from 3.12.3 to 3.14.0 in /integrations/phishing_analyzers Bumps python from 3.12.3 to 3.14.0. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integrations/phishing_analyzers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/phishing_analyzers/Dockerfile b/integrations/phishing_analyzers/Dockerfile index 366a036bc1..b324efc765 100644 --- a/integrations/phishing_analyzers/Dockerfile +++ b/integrations/phishing_analyzers/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3 +FROM python:3.14.0 ENV PROJECT_PATH=/opt/deploy ENV LOG_PATH=/var/log/intel_owl/phishing_analyzers