From 0f874c6ffd112b3f8ca8612da1ee41562ab0748f Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Tue, 28 Apr 2026 12:35:21 +0200 Subject: [PATCH] chore(sdk): Bump version to v5.26.0 (#10910) Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com> --- prowler/config/config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index ef0c6c7b1e..f80f1f3df9 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -48,7 +48,7 @@ class _MutableTimestamp: timestamp = _MutableTimestamp(datetime.today()) timestamp_utc = _MutableTimestamp(datetime.now(timezone.utc)) -prowler_version = "5.25.0" +prowler_version = "5.26.0" html_logo_url = "https://github.com/prowler-cloud/prowler/" square_logo_img = "https://raw.githubusercontent.com/prowler-cloud/prowler/dc7d2d5aeb92fdf12e8604f42ef6472cd3e8e889/docs/img/prowler-logo-black.png" aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png" diff --git a/pyproject.toml b/pyproject.toml index 717fb338a7..74660c9c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ maintainers = [{name = "Prowler Engineering", email = "engineering@prowler.com"} name = "prowler" readme = "README.md" requires-python = ">=3.10,<3.13" -version = "5.25.0" +version = "5.26.0" [project.scripts] prowler = "prowler.__main__:prowler"