Skip to content

Commit 29f220e

Browse files
authored
Merge pull request #104 from paullockaby/update-deps
fix: updating dependencies for security vulns
2 parents acebdf2 + 07f1690 commit 29f220e

File tree

3 files changed

+208
-208
lines changed

3 files changed

+208
-208
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717

1818
- name: Setup trivy
19-
uses: aquasecurity/setup-trivy@v0.2.5
19+
uses: aquasecurity/setup-trivy@v0.2.6
2020
with:
2121
cache: true
2222
version: latest

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
stages: [pre-commit]
5050

5151
- repo: https://github.com/psf/black-pre-commit-mirror
52-
rev: 25.11.0
52+
rev: 26.3.1
5353
hooks:
5454
- id: black
5555
language_version: python3.14
@@ -58,7 +58,7 @@ repos:
5858
stages: [pre-commit]
5959

6060
- repo: https://github.com/pycqa/isort
61-
rev: 7.0.0
61+
rev: 8.0.1
6262
hooks:
6363
- id: isort
6464
exclude: ^.*\b(migrations)\b.*$
@@ -102,7 +102,7 @@ repos:
102102
stages: [pre-commit]
103103

104104
- repo: https://github.com/commitizen-tools/commitizen
105-
rev: v4.13.7
105+
rev: v4.13.9
106106
hooks:
107107
- id: commitizen
108108
- id: commitizen-branch

0 commit comments

Comments
 (0)