Skip to content

Commit e992805

Browse files
Lock file maintenance (#164)
* 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 44281a6 commit e992805

File tree

2 files changed

+109
-109
lines changed

2 files changed

+109
-109
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030
- id: mixed-line-ending
3131
- repo: https://github.com/RobertCraigie/pyright-python
32-
rev: v1.1.403
32+
rev: v1.1.404
3333
hooks:
3434
- id: pyright
3535
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
- certifi==2025.8.3
4040
- charset-normalizer==3.4.3
4141
- colorama==0.4.6 ; sys_platform == 'win32'
42-
- coverage==7.10.4
42+
- coverage==7.10.5
4343
- doc8==1.1.2 ; python_full_version < '3.10'
4444
- doc8==2.0.0 ; python_full_version >= '3.10'
4545
- docutils==0.21.2
@@ -52,14 +52,14 @@ repos:
5252
- markupsafe==3.0.2
5353
- nodeenv==1.9.1
5454
- packaging==25.0
55-
- pbr==7.0.0
55+
- pbr==7.0.1
5656
- pluggy==1.6.0
5757
- pygments==2.19.2
58-
- pyright==1.1.403
58+
- pyright==1.1.404
5959
- pytest==8.4.1
6060
- pytest-cov==6.2.1
6161
- pytest-mock==3.14.1
62-
- requests==2.32.4
62+
- requests==2.32.5
6363
- requests-mock==1.12.1
6464
- restructuredtext-lint==1.4.0
6565
- roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
@@ -78,7 +78,7 @@ repos:
7878
- sphinxcontrib-serializinghtml==2.0.0
7979
- stevedore==5.4.1
8080
- tomli==2.2.1 ; python_full_version <= '3.11'
81-
- types-docutils==0.22.0.20250814
81+
- types-docutils==0.22.0.20250822
8282
- types-requests==2.32.4.20250809
8383
- typing-extensions==4.14.1
8484
- urllib3==2.5.0

0 commit comments

Comments
 (0)