From 23fa3c1e38390fa3de45f745f94cf839002169f7 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 12 Feb 2025 04:36:08 +0545 Subject: [PATCH] chore(version): Update version to 5.4.0 (#6894) --- prowler/config/config.py | 2 +- pyproject.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index da3dd03e22..d6c3611ba5 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -12,7 +12,7 @@ from prowler.lib.logger import logger timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "5.3.1" +prowler_version = "5.4.0" html_logo_url = "https://github.com/prowler-cloud/prowler/" square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.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 e89b0f450a..a6cf5702b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ {include = "dashboard"} ] readme = "README.md" -version = "5.3.1" +version = "5.4.0" [tool.poetry.dependencies] alive-progress = "3.2.0" @@ -51,7 +51,7 @@ azure-storage-blob = "12.24.1" boto3 = "1.35.99" botocore = "1.35.99" colorama = "0.4.6" -cryptography = "44.0.1" +cryptography = "43.0.1" dash = "2.18.2" dash-bootstrap-components = "1.6.0" detect-secrets = "1.5.0" @@ -63,9 +63,9 @@ microsoft-kiota-abstractions = "1.9.2" msgraph-sdk = "1.18.0" numpy = "2.0.2" pandas = "2.2.3" -py-ocsf-models = "0.3.1" -pydantic = "1.10.21" -python = ">3.9.1,<3.13" +py-ocsf-models = "0.3.0" +pydantic = "1.10.18" +python = ">=3.9,<3.13" python-dateutil = "^2.9.0.post0" pytz = "2025.1" schema = "0.7.7"