Skip to content

Commit 39e80a2

Browse files
Update development dependencies
1 parent b64732c commit 39e80a2

File tree

6 files changed

+1932
-2170
lines changed

6 files changed

+1932
-2170
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ default_install_hook_types:
44
- pre-push
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks.git
7-
rev: v4.6.0
7+
rev: v6.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: check-added-large-files
1111
- id: trailing-whitespace
1212

1313
- repo: https://github.com/ansible-community/ansible-lint.git
14-
rev: v24.9.0
14+
rev: v25.9.0
1515
hooks:
1616
- id: ansible-lint
1717
stages:
@@ -22,7 +22,7 @@ repos:
2222
- pyspellchecker ==0.8.1
2323

2424
- repo: https://github.com/adrienverge/yamllint.git
25-
rev: v1.35.1
25+
rev: v1.37.1
2626
hooks:
2727
- id: yamllint
2828
args:
@@ -34,7 +34,7 @@ repos:
3434
- ./roles
3535

3636
- repo: https://github.com/DavidAnson/markdownlint-cli2.git
37-
rev: v0.13.0
37+
rev: v0.18.1
3838
hooks:
3939
- id: markdownlint-cli2
4040

@@ -49,7 +49,7 @@ repos:
4949
types:
5050
- markdown
5151
additional_dependencies:
52-
- prettier@3.3.2
52+
- prettier@3.6.2
5353

5454
- id: pytest
5555
name: pytest
@@ -59,9 +59,9 @@ repos:
5959
types:
6060
- python
6161
additional_dependencies:
62-
- ansible-lint ==24.9.0
63-
- pyspellchecker ==0.8.1
64-
- pytest ==8.3.4
62+
- ansible-lint ==25.9.0
63+
- pyspellchecker ==0.8.3
64+
- pytest ==8.4.2
6565

6666
- id: gendict.py
6767
name: gendict.py
@@ -70,16 +70,16 @@ repos:
7070
stages:
7171
- pre-push
7272
additional_dependencies:
73-
- ansible-lint ==24.9.0
74-
- pyspellchecker ==0.8.1
73+
- ansible-lint ==25.9.0
74+
- pyspellchecker ==0.8.3
7575

7676
- repo: https://github.com/gitleaks/gitleaks.git
77-
rev: v8.18.3
77+
rev: v8.28.0
7878
hooks:
7979
- id: gitleaks
8080

8181
- repo: https://github.com/pre-commit/mirrors-mypy.git
82-
rev: v1.13.0
82+
rev: v1.18.2
8383
hooks:
8484
- id: mypy
8585
args:
@@ -104,7 +104,7 @@ repos:
104104
- types-requests ==2.32.0.20250328
105105

106106
- repo: https://github.com/astral-sh/ruff-pre-commit.git
107-
rev: v0.8.0
107+
rev: v0.13.1
108108
hooks:
109109
- id: ruff
110110
args:
@@ -129,18 +129,18 @@ repos:
129129
- jinja
130130

131131
- repo: https://github.com/tofuutils/pre-commit-opentofu.git
132-
rev: v2.2.0
132+
rev: v2.2.1
133133
hooks:
134134
- id: tofu_fmt
135135
- id: tofu_validate
136136

137137
- repo: https://github.com/tombi-toml/tombi-pre-commit.git
138-
rev: v0.3.55
138+
rev: v0.6.10
139139
hooks:
140140
- id: tombi-lint
141141
- id: tombi-format
142142

143143
- repo: https://github.com/koalaman/shellcheck-precommit.git
144-
rev: v0.10.0
144+
rev: v0.11.0
145145
hooks:
146146
- id: shellcheck

mitmproxy/requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mitmproxy ==11.0.2
2-
mypy ==1.13.0
3-
requests ==2.32.3
4-
ruff ==0.8.0
5-
types-requests ==2.32.0.20250328
1+
mitmproxy ==12.1.2
2+
mypy ==1.18.2
3+
requests ==2.32.5
4+
ruff ==0.13.1
5+
types-requests ==2.32.4.20250913

0 commit comments

Comments
 (0)