From 67b2a7c24b39d6b5be993e330258c443efb6a1e5 Mon Sep 17 00:00:00 2001 From: "Dr. Bastian Ebeling" <230051+Barry1@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:10:14 +0200 Subject: [PATCH] poetry, trunk und sime typing updated --- .trunk/trunk.yaml | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 8d3fc91..0f6c29b 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -9,12 +9,12 @@ plugins: uri: https://github.com/trunk-io/plugins lint: enabled: - - checkov@3.2.208 + - checkov@3.2.218 - osv-scanner@1.8.2 - - trivy@0.53.0 - - trufflehog@3.80.2 - - pyright@1.1.373 - - ruff@0.5.5 + - trivy@0.54.1 + - trufflehog@3.81.5 + - pyright@1.1.374 + - ruff@0.5.6 - yamllint@1.35.1 - isort@5.13.2 - autopep8@2.3.1 @@ -22,11 +22,11 @@ lint: - prettier@3.3.3 - actionlint@1.7.1 - markdownlint@0.41.0 - - taplo@0.9.2 - - black@24.4.2 - - flake8@7.1.0 + - taplo@0.9.3 + - black@24.8.0 + - flake8@7.1.1 - git-diff-check - - mypy@1.11.0 + - mypy@1.11.1 disabled: - bandit runtimes: diff --git a/pyproject.toml b/pyproject.toml index 7b1042b..464df8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ #https://peps.python.org/pep-0621/ [tool.poetry] name = "valuefragments" -version = "0.3.40" +version = "0.3.41" description = "Testing installation of Package" authors = ["Ebeling, Dr. Bastian "]