Skip to content

Commit fd2d4af

Browse files
Lock file maintenance (#162)
* Lock file maintenance * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d07f004 commit fd2d4af

File tree

2 files changed

+422
-366
lines changed

2 files changed

+422
-366
lines changed

.pre-commit-config.yaml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,21 @@ repos:
2929
- id: trailing-whitespace
3030
- id: mixed-line-ending
3131
- repo: https://github.com/RobertCraigie/pyright-python
32-
rev: v1.1.400
32+
rev: v1.1.403
3333
hooks:
3434
- id: pyright
3535
additional_dependencies:
3636
- alabaster==0.7.16 ; python_full_version < '3.10'
3737
- alabaster==1.0.0 ; python_full_version >= '3.10'
3838
- 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
4141
- 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'
4445
- docutils==0.21.2
45-
- exceptiongroup==1.2.2 ; python_full_version < '3.11'
46+
- exceptiongroup==1.3.0 ; python_full_version < '3.11'
4647
- idna==3.10
4748
- imagesize==1.4.1
4849
- importlib-metadata==8.7.0 ; python_full_version < '3.10'
@@ -51,19 +52,19 @@ repos:
5152
- markupsafe==3.0.2
5253
- nodeenv==1.9.1
5354
- 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
6263
- requests-mock==1.12.1
6364
- restructuredtext-lint==1.4.0
6465
- 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
6768
- sphinx==7.4.7 ; python_full_version < '3.10'
6869
- sphinx==8.1.3 ; python_full_version == '3.10.*'
6970
- sphinx==8.2.3 ; python_full_version >= '3.11'
@@ -77,19 +78,19 @@ repos:
7778
- sphinxcontrib-serializinghtml==2.0.0
7879
- stevedore==5.4.1
7980
- 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'
8586
- repo: https://github.com/astral-sh/ruff-pre-commit
8687
rev: v0.12.2
8788
hooks:
8889
- id: ruff
8990
args: [--fix, --unsafe-fixes, --show-fixes]
9091
- id: ruff-format
9192
- repo: https://github.com/PyCQA/doc8
92-
rev: v1.1.2
93+
rev: v2.0.0
9394
hooks:
9495
- id: doc8
9596

0 commit comments

Comments
 (0)