Skip to content

Commit 5b143d2

Browse files
Update development dependencies
1 parent 45e1183 commit 5b143d2

File tree

4 files changed

+65
-60
lines changed

4 files changed

+65
-60
lines changed

.pre-commit-config.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: trailing-whitespace
1212

1313
- repo: https://github.com/ansible-community/ansible-lint.git
14-
rev: v25.9.2
14+
rev: v25.11.1
1515
hooks:
1616
- id: ansible-lint
1717
language: python
@@ -35,7 +35,7 @@ repos:
3535
- ./roles
3636

3737
- repo: https://github.com/DavidAnson/markdownlint-cli2.git
38-
rev: v0.18.1
38+
rev: v0.19.1
3939
hooks:
4040
- id: markdownlint-cli2
4141

@@ -50,7 +50,7 @@ repos:
5050
types:
5151
- markdown
5252
additional_dependencies:
53-
- prettier@3.6.2
53+
- prettier@3.7.1
5454

5555
- id: pytest
5656
name: pytest
@@ -61,9 +61,9 @@ repos:
6161
- python
6262
additional_dependencies:
6363
- ansible-core ==2.19.3
64-
- ansible-lint ==25.9.2
64+
- ansible-lint ==25.11.1
6565
- pyspellchecker ==0.8.3
66-
- pytest ==8.4.2
66+
- pytest ==9.0.1
6767

6868
- id: gendict.py
6969
name: gendict.py
@@ -73,11 +73,11 @@ repos:
7373
- pre-push
7474
additional_dependencies:
7575
- ansible-core ==2.19.3
76-
- ansible-lint ==25.9.2
76+
- ansible-lint ==25.11.1
7777
- pyspellchecker ==0.8.3
7878

7979
- repo: https://github.com/gitleaks/gitleaks.git
80-
rev: v8.28.0
80+
rev: v8.30.0
8181
hooks:
8282
- id: gitleaks
8383

@@ -90,10 +90,10 @@ repos:
9090
- --strict
9191
additional_dependencies:
9292
- ansible-core ==2.19.3
93-
- ansible-lint ==25.9.2
94-
- boto3-stubs[s3] ==1.40.48
93+
- ansible-lint ==25.11.1
94+
- boto3-stubs[s3] ==1.41.5
9595
- pyspellchecker ==0.8.3
96-
- pytest ==8.4.2
96+
- pytest ==9.0.1
9797

9898
- repo: https://github.com/pre-commit/mirrors-mypy.git
9999
# Do not update unless package versions are supported by the system Python version
@@ -111,12 +111,12 @@ repos:
111111
- --strict
112112
- --scripts-are-modules
113113
additional_dependencies:
114-
- mitmproxy ==11.0.2
115-
- requests ==2.32.3
116-
- types-requests ==2.32.0.20250328
114+
- mitmproxy ==12.2.1
115+
- requests ==2.32.5
116+
- types-requests ==2.32.4.20250913
117117

118118
- repo: https://github.com/astral-sh/ruff-pre-commit.git
119-
rev: v0.14.0
119+
rev: v0.14.6
120120
hooks:
121121
- id: ruff-check
122122
args:
@@ -129,7 +129,7 @@ repos:
129129
- repo: https://github.com/astral-sh/ruff-pre-commit.git
130130
# Do not update unless package versions are supported by the system Python version
131131
# used by the proxy_servers hosts (556b70d).
132-
rev: v0.14.0
132+
rev: v0.14.6
133133
hooks:
134134
- id: ruff
135135
name: ruff (mitmproxy)
@@ -148,13 +148,13 @@ repos:
148148
- jinja
149149

150150
- repo: https://github.com/tofuutils/pre-commit-opentofu.git
151-
rev: v2.2.1
151+
rev: v2.2.2
152152
hooks:
153153
- id: tofu_fmt
154154
- id: tofu_validate
155155

156156
- repo: https://github.com/tombi-toml/tombi-pre-commit.git
157-
rev: v0.6.25
157+
rev: v0.7.0
158158
hooks:
159159
- id: tombi-lint
160160
- id: tombi-format

package-lock.json

Lines changed: 38 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"engines": {
3-
"node": ">=22 <23"
3+
"node": ">=22 <25"
44
},
55
"devDependencies": {
66
"@bitwarden/cli": "^2025.0.0",
7-
"markdownlint-cli2": "^0.18.0",
7+
"markdownlint-cli2": "^0.19.0",
88
"prettier": "^3.1.1"
99
}
1010
}

requirements-dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ansible-lint ==25.9.2
2-
boto3-stubs[s3] ==1.40.48
3-
molecule ==25.9.0
1+
ansible-lint ==25.11.1
2+
boto3-stubs[s3] ==1.41.5
3+
molecule ==25.11.1
44
molecule-plugins[docker] ==25.8.12
5-
mypy ==1.18.2
6-
pre-commit ==4.3.0
5+
mypy ==1.19.0
6+
pre-commit ==4.5.0
77
pyspellchecker ==0.8.3
8-
pytest ==8.4.2
9-
ruff ==0.14.0
10-
tombi ==0.6.25
8+
pytest ==9.0.1
9+
ruff ==0.14.6
10+
tombi ==0.7.0

0 commit comments

Comments
 (0)