Skip to content

Commit 1c87a15

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/eslint-9.20.0
2 parents 3c4bc57 + e43751b commit 1c87a15

File tree

6 files changed

+4429
-62
lines changed

6 files changed

+4429
-62
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
args: ['--branch', 'master']
3333

3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.1.1
35+
rev: 7.1.2
3636
hooks:
3737
- id: flake8
3838
language_version: python3
@@ -53,7 +53,7 @@ repos:
5353
args: [--py39-plus]
5454

5555
- repo: https://github.com/pre-commit/mirrors-eslint
56-
rev: v9.20.0
56+
rev: v9.21.0
5757
hooks:
5858
- id: eslint
5959
additional_dependencies:
@@ -65,7 +65,7 @@ repos:
6565

6666
args: ["--fix"]
6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: v1.14.1
68+
rev: v1.15.0
6969
hooks:
7070
- id: mypy
7171
files: ^(src/pytest_html|testing)

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx<7.0.0
1+
sphinx<9.0.0
22
sphinx_rtd_theme

docs/requirements.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,58 +4,56 @@
44
#
55
# pip-compile --resolver=backtracking requirements.in
66
#
7-
alabaster==0.7.13
7+
alabaster==1.0.0
88
# via sphinx
9-
babel==2.12.1
9+
babel==2.17.0
1010
# via sphinx
1111
certifi==2024.7.4
1212
# via requests
1313
charset-normalizer==3.1.0
1414
# via requests
15-
docutils==0.18.1
15+
docutils==0.21.2
1616
# via
1717
# sphinx
1818
# sphinx-rtd-theme
1919
idna==3.7
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx
23-
importlib-metadata==8.5.0
24-
# via sphinx
2523
jinja2==3.1.5
2624
# via sphinx
2725
markupsafe==2.1.2
2826
# via jinja2
2927
packaging==23.1
3028
# via sphinx
31-
pygments==2.15.1
29+
pygments==2.19.1
3230
# via sphinx
3331
requests==2.32.2
3432
# via sphinx
33+
roman-numerals-py==3.1.0
34+
# via sphinx
3535
snowballstemmer==2.2.0
3636
# via sphinx
37-
sphinx==6.2.1
37+
sphinx==8.2.1
3838
# via
3939
# -r docs/requirements.in
4040
# sphinx-rtd-theme
4141
# sphinxcontrib-jquery
4242
sphinx-rtd-theme==3.0.2
4343
# via -r docs/requirements.in
44-
sphinxcontrib-applehelp==1.0.4
44+
sphinxcontrib-applehelp==2.0.0
4545
# via sphinx
46-
sphinxcontrib-devhelp==1.0.2
46+
sphinxcontrib-devhelp==2.0.0
4747
# via sphinx
48-
sphinxcontrib-htmlhelp==2.0.1
48+
sphinxcontrib-htmlhelp==2.1.0
4949
# via sphinx
5050
sphinxcontrib-jquery==4.1
5151
# via sphinx-rtd-theme
5252
sphinxcontrib-jsmath==1.0.1
5353
# via sphinx
54-
sphinxcontrib-qthelp==1.0.3
54+
sphinxcontrib-qthelp==2.0.0
5555
# via sphinx
56-
sphinxcontrib-serializinghtml==1.1.5
56+
sphinxcontrib-serializinghtml==2.0.0
5757
# via sphinx
5858
urllib3==2.2.2
5959
# via requests
60-
zipp==3.21.0
61-
# via importlib-metadata

0 commit comments

Comments
 (0)