File tree Expand file tree Collapse file tree 6 files changed +4429
-62
lines changed
src/pytest_html/resources Expand file tree Collapse file tree 6 files changed +4429
-62
lines changed Original file line number Diff line number Diff line change 32
32
args : ['--branch', 'master']
33
33
34
34
- repo : https://github.com/PyCQA/flake8
35
- rev : 7.1.1
35
+ rev : 7.1.2
36
36
hooks :
37
37
- id : flake8
38
38
language_version : python3
53
53
args : [--py39-plus]
54
54
55
55
- repo : https://github.com/pre-commit/mirrors-eslint
56
- rev : v9.20 .0
56
+ rev : v9.21 .0
57
57
hooks :
58
58
- id : eslint
59
59
additional_dependencies :
65
65
66
66
args : ["--fix"]
67
67
- repo : https://github.com/pre-commit/mirrors-mypy
68
- rev : v1.14.1
68
+ rev : v1.15.0
69
69
hooks :
70
70
- id : mypy
71
71
files : ^(src/pytest_html|testing)
Original file line number Diff line number Diff line change 1
- sphinx<7 .0.0
1
+ sphinx<9 .0.0
2
2
sphinx_rtd_theme
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --resolver=backtracking requirements.in
6
6
#
7
- alabaster == 0.7.13
7
+ alabaster == 1.0.0
8
8
# via sphinx
9
- babel == 2.12.1
9
+ babel == 2.17.0
10
10
# via sphinx
11
11
certifi == 2024.7.4
12
12
# via requests
13
13
charset-normalizer == 3.1.0
14
14
# via requests
15
- docutils == 0.18.1
15
+ docutils == 0.21.2
16
16
# via
17
17
# sphinx
18
18
# sphinx-rtd-theme
19
19
idna == 3.7
20
20
# via requests
21
21
imagesize == 1.4.1
22
22
# via sphinx
23
- importlib-metadata == 8.5.0
24
- # via sphinx
25
23
jinja2 == 3.1.5
26
24
# via sphinx
27
25
markupsafe == 2.1.2
28
26
# via jinja2
29
27
packaging == 23.1
30
28
# via sphinx
31
- pygments == 2.15 .1
29
+ pygments == 2.19 .1
32
30
# via sphinx
33
31
requests == 2.32.2
34
32
# via sphinx
33
+ roman-numerals-py == 3.1.0
34
+ # via sphinx
35
35
snowballstemmer == 2.2.0
36
36
# via sphinx
37
- sphinx == 6 .2.1
37
+ sphinx == 8 .2.1
38
38
# via
39
39
# -r docs/requirements.in
40
40
# sphinx-rtd-theme
41
41
# sphinxcontrib-jquery
42
42
sphinx-rtd-theme == 3.0.2
43
43
# via -r docs/requirements.in
44
- sphinxcontrib-applehelp == 1 .0.4
44
+ sphinxcontrib-applehelp == 2 .0.0
45
45
# via sphinx
46
- sphinxcontrib-devhelp == 1 .0.2
46
+ sphinxcontrib-devhelp == 2 .0.0
47
47
# via sphinx
48
- sphinxcontrib-htmlhelp == 2.0.1
48
+ sphinxcontrib-htmlhelp == 2.1.0
49
49
# via sphinx
50
50
sphinxcontrib-jquery == 4.1
51
51
# via sphinx-rtd-theme
52
52
sphinxcontrib-jsmath == 1.0.1
53
53
# via sphinx
54
- sphinxcontrib-qthelp == 1 .0.3
54
+ sphinxcontrib-qthelp == 2 .0.0
55
55
# via sphinx
56
- sphinxcontrib-serializinghtml == 1.1.5
56
+ sphinxcontrib-serializinghtml == 2.0.0
57
57
# via sphinx
58
58
urllib3 == 2.2.2
59
59
# via requests
60
- zipp == 3.21.0
61
- # via importlib-metadata
You can’t perform that action at this time.
0 commit comments