File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 24
24
hooks :
25
25
- id : black
26
26
- repo : https://github.com/astral-sh/ruff-pre-commit
27
- rev : v0.12.10
27
+ rev : v0.12.11
28
28
hooks :
29
29
- id : ruff-check
30
30
types : [file]
38
38
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
39
39
- tomli
40
40
- repo : https://github.com/adhtruong/mirrors-typos
41
- rev : v1.35.5
41
+ rev : v1.35.6
42
42
hooks :
43
43
- id : typos
44
44
- repo : https://github.com/sphinx-contrib/sphinx-lint
73
73
additional_dependencies : ["pyyaml"]
74
74
files : ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
75
75
- repo : https://github.com/astral-sh/uv-pre-commit
76
- rev : 0.8.13
76
+ rev : 0.8.14
77
77
hooks :
78
78
# Compile requirements
79
79
- id : pip-compile
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ attrs==25.3.0
8
8
# outcome
9
9
babel==2.17.0
10
10
# via sphinx
11
- beautifulsoup4==4.13.4
11
+ beautifulsoup4==4.13.5
12
12
# via sphinx-codeautolink
13
13
certifi==2025.8.3
14
14
# via requests
@@ -67,7 +67,7 @@ snowballstemmer==3.0.1
67
67
# via sphinx
68
68
sortedcontainers==2.4.0
69
69
# via -r docs-requirements.in
70
- soupsieve==2.7
70
+ soupsieve==2.8
71
71
# via beautifulsoup4
72
72
sphinx==8.2.3
73
73
# via
@@ -98,9 +98,9 @@ sphinxcontrib-serializinghtml==2.0.0
98
98
# via sphinx
99
99
sphinxcontrib-trio==1.1.2
100
100
# via -r docs-requirements.in
101
- towncrier==24 .8.0
101
+ towncrier==25 .8.0
102
102
# via -r docs-requirements.in
103
- typing-extensions==4.14.1
103
+ typing-extensions==4.15.0
104
104
# via
105
105
# beautifulsoup4
106
106
# exceptiongroup
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
40
40
# pylint
41
41
# pytest
42
42
# sphinx
43
- coverage==7.10.5
43
+ coverage==7.10.6
44
44
# via -r test-requirements.in
45
45
cryptography==45.0.6
46
46
# via
@@ -94,7 +94,7 @@ nodeenv==1.9.1
94
94
# via
95
95
# pre-commit
96
96
# pyright
97
- orjson==3.11.2 ; implementation_name == 'cpython'
97
+ orjson==3.11.3 ; implementation_name == 'cpython'
98
98
# via -r test-requirements.in
99
99
outcome==1.3.0.post0
100
100
# via -r test-requirements.in
@@ -109,7 +109,7 @@ pathspec==0.12.1
109
109
# via
110
110
# black
111
111
# mypy
112
- platformdirs==4.3.8
112
+ platformdirs==4.4.0
113
113
# via
114
114
# black
115
115
# pylint
@@ -138,7 +138,7 @@ requests==2.32.5
138
138
# via sphinx
139
139
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
140
140
# via sphinx
141
- ruff==0.12.10
141
+ ruff==0.12.11
142
142
# via -r test-requirements.in
143
143
sniffio==1.3.1
144
144
# via -r test-requirements.in
@@ -187,7 +187,7 @@ types-pyyaml==6.0.12.20250822
187
187
# via -r test-requirements.in
188
188
types-setuptools==80.9.0.20250822
189
189
# via types-cffi
190
- typing-extensions==4.14.1
190
+ typing-extensions==4.15.0
191
191
# via
192
192
# -r test-requirements.in
193
193
# astroid
@@ -200,7 +200,7 @@ typing-extensions==4.14.1
200
200
# virtualenv
201
201
urllib3==2.5.0
202
202
# via requests
203
- uv==0.8.13
203
+ uv==0.8.14
204
204
# via -r test-requirements.in
205
205
virtualenv==20.34.0
206
206
# via pre-commit
You can’t perform that action at this time.
0 commit comments