File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 13
13
args : [--fix, lf]
14
14
- id : trailing-whitespace
15
15
- repo : https://github.com/astral-sh/ruff-pre-commit
16
- rev : " v0.11.13 "
16
+ rev : " v0.12.0 "
17
17
hooks :
18
18
- id : ruff
19
19
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ babel==2.17.0
8
8
# via sphinx
9
9
beautifulsoup4 == 4.13.4
10
10
# via furo
11
- certifi == 2025.4.26
11
+ certifi == 2025.6.15
12
12
# via requests
13
13
charset-normalizer == 3.4.2
14
14
# via requests
@@ -32,7 +32,7 @@ pyenchant==3.3.0rc1
32
32
# via
33
33
# -r docs/requirements.in
34
34
# sphinxcontrib-spelling
35
- pygments == 2.19.1
35
+ pygments == 2.19.2
36
36
# via
37
37
# furo
38
38
# pygments-github-lexers
@@ -41,13 +41,13 @@ pygments-github-lexers==0.0.5
41
41
# via -r docs/requirements.in
42
42
referencing @ file:.#egg=referencing
43
43
# via -r docs/requirements.in
44
- requests == 2.32.3
44
+ requests == 2.32.4
45
45
# via
46
46
# sphinx
47
47
# sphinxcontrib-spelling
48
48
roman-numerals-py == 3.1.0
49
49
# via sphinx
50
- rpds-py == 0.25.0
50
+ rpds-py == 0.25.1
51
51
# via referencing
52
52
snowballstemmer == 3.0.1
53
53
# via sphinx
@@ -84,9 +84,9 @@ sphinxcontrib-spelling==8.0.1
84
84
# via -r docs/requirements.in
85
85
sphinxext-opengraph == 0.10.0
86
86
# via -r docs/requirements.in
87
- typing-extensions == 4.13.2
87
+ typing-extensions == 4.14.0
88
88
# via beautifulsoup4
89
89
url-py == 0.15.0
90
90
# via -r docs/requirements.in
91
- urllib3 == 2.4 .0
91
+ urllib3 == 2.5 .0
92
92
# via requests
Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ packaging==25.0
10
10
# via pytest
11
11
pluggy==1.6.0
12
12
# via pytest
13
- pytest==8.3.5
13
+ pygments==2.19.2
14
+ # via pytest
15
+ pytest==8.4.1
14
16
# via
15
17
# -r test-requirements.in
16
18
# pytest-subtests
17
- pytest-subtests==0.14.1
19
+ pytest-subtests==0.14.2
18
20
# via -r test-requirements.in
19
21
referencing @ file:.
20
22
# via -r test-requirements.in
21
- rpds-py==0.25.0
23
+ rpds-py==0.25.1
22
24
# via referencing
You can’t perform that action at this time.
0 commit comments