diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 6006ce4..e72aa80 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -5,7 +5,7 @@ cli: plugins: sources: - id: trunk - ref: v1.6.3 + ref: v1.6.4 uri: https://github.com/trunk-io/plugins lint: enabled: @@ -14,19 +14,19 @@ lint: - actionlint@1.7.3 - autopep8@2.3.1 - black@24.10.0 - - checkov@3.2.257 + - checkov@3.2.267 - flake8@7.1.1 - git-diff-check - - gitleaks@8.20.1 + - gitleaks@8.21.0 - isort@5.13.2 - markdownlint@0.42.0 - - mypy@1.11.2 + - mypy@1.12.0 - osv-scanner@1.9.0 - prettier@3.3.3 - - ruff@0.6.9 + - ruff@0.7.0 - taplo@0.9.3 - trivy@0.56.2 - - trufflehog@3.82.8 + - trufflehog@3.82.11 - yamllint@1.35.1 disabled: - pyright @@ -44,7 +44,7 @@ actions: - trunk-upgrade-available tools: enabled: - - poetry@1.8.3 + - poetry@1.8.4 disabled: - pyright definitions: diff --git a/pyproject.toml b/pyproject.toml index ad39aa3..ac6d2c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,6 +151,7 @@ sourcery = "^1.22.0" types-requests = "^2.32.0.20240905" pysocks = "^1.7.1" types-lxml = "^2024.8.7" +pytest-sugar = "^1.0.0" [tool.poetry.group.dev.dependencies.black] version = ">22"