@@ -29,20 +29,21 @@ repos:
29
29
- id : trailing-whitespace
30
30
- id : mixed-line-ending
31
31
- repo : https://github.com/RobertCraigie/pyright-python
32
- rev : v1.1.400
32
+ rev : v1.1.403
33
33
hooks :
34
34
- id : pyright
35
35
additional_dependencies :
36
36
- alabaster==0.7.16 ; python_full_version < '3.10'
37
37
- alabaster==1.0.0 ; python_full_version >= '3.10'
38
38
- babel==2.17.0
39
- - certifi==2025.4.26
40
- - charset-normalizer==3.4.2
39
+ - certifi==2025.8.3
40
+ - charset-normalizer==3.4.3
41
41
- colorama==0.4.6 ; sys_platform == 'win32'
42
- - coverage==7.8.0
43
- - doc8==1.1.2
42
+ - coverage==7.10.4
43
+ - doc8==1.1.2 ; python_full_version < '3.10'
44
+ - doc8==2.0.0 ; python_full_version >= '3.10'
44
45
- docutils==0.21.2
45
- - exceptiongroup==1.2.2 ; python_full_version < '3.11'
46
+ - exceptiongroup==1.3.0 ; python_full_version < '3.11'
46
47
- idna==3.10
47
48
- imagesize==1.4.1
48
49
- importlib-metadata==8.7.0 ; python_full_version < '3.10'
@@ -51,19 +52,19 @@ repos:
51
52
- markupsafe==3.0.2
52
53
- nodeenv==1.9.1
53
54
- packaging==25.0
54
- - pbr==6.1.1
55
- - pluggy==1.5 .0
56
- - pygments==2.19.1
57
- - pyright==1.1.400
58
- - pytest==8.3.5
59
- - pytest-cov==6.1 .1
60
- - pytest-mock==3.14.0
61
- - requests==2.32.3
55
+ - pbr==7.0.0
56
+ - pluggy==1.6 .0
57
+ - pygments==2.19.2
58
+ - pyright==1.1.403
59
+ - pytest==8.4.1
60
+ - pytest-cov==6.2 .1
61
+ - pytest-mock==3.14.1
62
+ - requests==2.32.4
62
63
- requests-mock==1.12.1
63
64
- restructuredtext-lint==1.4.0
64
65
- roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
65
- - setuptools==80.3.1
66
- - snowballstemmer==3.0.0. 1
66
+ - setuptools==80.9.0
67
+ - snowballstemmer==3.0.1
67
68
- sphinx==7.4.7 ; python_full_version < '3.10'
68
69
- sphinx==8.1.3 ; python_full_version == '3.10.*'
69
70
- sphinx==8.2.3 ; python_full_version >= '3.11'
@@ -77,19 +78,19 @@ repos:
77
78
- sphinxcontrib-serializinghtml==2.0.0
78
79
- stevedore==5.4.1
79
80
- tomli==2.2.1 ; python_full_version <= '3.11'
80
- - types-docutils==0.21 .0.20241128
81
- - types-requests==2.32.0.20250328
82
- - typing-extensions==4.13.2
83
- - urllib3==2.4 .0
84
- - zipp==3.21 .0 ; python_full_version < '3.10'
81
+ - types-docutils==0.22 .0.20250814
82
+ - types-requests==2.32.4.20250809
83
+ - typing-extensions==4.14.1
84
+ - urllib3==2.5 .0
85
+ - zipp==3.23 .0 ; python_full_version < '3.10'
85
86
- repo : https://github.com/astral-sh/ruff-pre-commit
86
87
rev : v0.12.2
87
88
hooks :
88
89
- id : ruff
89
90
args : [--fix, --unsafe-fixes, --show-fixes]
90
91
- id : ruff-format
91
92
- repo : https://github.com/PyCQA/doc8
92
- rev : v1.1.2
93
+ rev : v2.0.0
93
94
hooks :
94
95
- id : doc8
95
96
0 commit comments