Skip to content

Commit 832cd2d

Browse files
Update development dependencies
1 parent a398cd5 commit 832cd2d

File tree

7 files changed

+1498
-1683
lines changed

7 files changed

+1498
-1683
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

Gemfile.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,43 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
builder (3.3.0)
5-
diffy (3.4.2)
6-
excon (0.110.0)
7-
fog-core (2.4.0)
5+
diffy (3.4.4)
6+
excon (1.3.0)
7+
logger
8+
fog-core (2.6.0)
89
builder
9-
excon (~> 0.71)
10+
excon (~> 1.0)
1011
formatador (>= 0.2, < 2.0)
1112
mime-types
1213
fog-json (1.2.0)
1314
fog-core
1415
multi_json (~> 1.10)
15-
fog-libvirt (0.12.0)
16+
fog-libvirt (0.13.2)
1617
fog-core (>= 1.27.4)
1718
fog-json
1819
fog-xml (~> 0.1.1)
1920
json
2021
ruby-libvirt (>= 0.7.0)
21-
fog-xml (0.1.4)
22+
fog-xml (0.1.5)
2223
fog-core
2324
nokogiri (>= 1.5.11, < 2.0.0)
24-
formatador (1.1.0)
25-
json (2.7.2)
26-
mime-types (3.5.2)
27-
mime-types-data (~> 3.2015)
28-
mime-types-data (3.2024.0604)
29-
multi_json (1.15.0)
30-
nokogiri (1.16.5-x86_64-linux)
25+
formatador (1.2.1)
26+
reline
27+
io-console (0.8.1)
28+
json (2.14.1)
29+
logger (1.7.0)
30+
mime-types (3.7.0)
31+
logger
32+
mime-types-data (~> 3.2025, >= 3.2025.0507)
33+
mime-types-data (3.2025.0916)
34+
multi_json (1.17.0)
35+
nokogiri (1.18.10-x86_64-linux-gnu)
3136
racc (~> 1.4)
32-
racc (1.8.0)
33-
rexml (3.2.8)
34-
strscan (>= 3.0.9)
35-
ruby-libvirt (0.8.3)
36-
strscan (3.1.0)
37+
racc (1.8.1)
38+
reline (0.6.2)
39+
io-console (~> 0.5)
40+
rexml (3.4.4)
41+
ruby-libvirt (0.8.4)
3742
vagrant-libvirt (0.12.2)
3843
diffy
3944
fog-core (~> 2)

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)