feat(schedules): Rework daily schedule to always show the next scan (#6700)

This commit is contained in:
Víctor Fernández Poyatos
2025-02-03 11:08:27 +01:00
committed by GitHub
parent 763130f253
commit ef6af8e84d
13 changed files with 249 additions and 52 deletions

View File

@@ -8,7 +8,7 @@ description = "Prowler's API (Django/DRF)"
license = "Apache-2.0"
name = "prowler-api"
package-mode = false
version = "1.3.2"
version = "1.4.0"
[tool.poetry.dependencies]
celery = {extras = ["pytest"], version = "^5.4.0"}