chore(version): update prowler version (#6027)

This commit is contained in:
Pedro Martín
2024-12-05 13:51:13 +01:00
committed by GitHub
parent 8c71a39487
commit eddc672264
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ from prowler.lib.logger import logger
timestamp = datetime.today() timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "5.0.0" prowler_version = "5.1.0"
html_logo_url = "https://github.com/prowler-cloud/prowler/" html_logo_url = "https://github.com/prowler-cloud/prowler/"
square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png" 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" aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"

View File

@@ -23,7 +23,7 @@ packages = [
{include = "dashboard"} {include = "dashboard"}
] ]
readme = "README.md" readme = "README.md"
version = "5.0.0" version = "5.1.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
alive-progress = "3.2.0" alive-progress = "3.2.0"