diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8df7c5..fe86072 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,6 +37,11 @@ repos: hooks: - id: djlint-reformat-django - id: djlint-django + - repo: https://github.com/phantomcyber/soar-app-linter + rev: 0.1.0 + hooks: + - id: soar-app-linter + args: ["--single-repo", "--message-level", "error"] - repo: https://github.com/hukkin/mdformat rev: 0.7.22 hooks: @@ -55,7 +60,7 @@ repos: exclude: "README.md" # Central hooks - repo: https://github.com/phantomcyber/dev-cicd-tools - rev: v2.0.4 + rev: v2.0.9 hooks: - id: build-docs language: python diff --git a/github.json b/github.json index 1a65b9b..9d00a7a 100644 --- a/github.json +++ b/github.json @@ -11,7 +11,7 @@ "publisher": "Splunk", "license": "Copyright (c) 2019-2025 Splunk Inc.", "app_version": "2.1.1", - "python_version": "3", + "python_version": "3.9, 3.13", "fips_compliant": true, "utctime_updated": "2021-04-28T23:08:45.000000Z", "package_name": "phantom_github", diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index b85ef6f..cd9d962 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -6,3 +6,4 @@ * chore(ci): update pre-commit config * Resolved app issues related to Python 3.13 upgrade * Remove beautifulsoup4 from requirements.txt +* Update Python version for 3.13