Skip to content

Commit 4aa59ba

Browse files
committed
⬆️ Update docs constraints and pre-commit config
1 parent 6a2f9e6 commit 4aa59ba

File tree

2 files changed

+39
-50
lines changed

2 files changed

+39
-50
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -12,20 +12,20 @@ repos:
1212
types: [file] # override `types: [json]`
1313
files: \.(json|ipynb)$
1414
- repo: https://github.com/psf/black
15-
rev: "23.9.1"
15+
rev: "23.12.1"
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/reorder-python-imports
1919
rev: "v3.12.0"
2020
hooks:
2121
- id: reorder-python-imports
2222
- repo: https://github.com/pycqa/flake8
23-
rev: "6.1.0"
23+
rev: "7.0.0"
2424
hooks:
2525
- id: flake8
2626
language_version: python3
2727
- repo: https://github.com/sphinx-contrib/sphinx-lint
28-
rev: v0.7.0
28+
rev: v0.9.1
2929
hooks:
3030
- id: sphinx-lint
3131
args: [--jobs=1]

constraints.txt

Lines changed: 35 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,40 @@
1-
alabaster==0.7.13
2-
Babel==2.11.0
3-
beautifulsoup4==4.11.2
4-
certifi==2022.12.7
5-
cfgv==3.3.1
6-
charset-normalizer==3.0.1
7-
contourpy==1.0.7
8-
cycler==0.11.0
9-
distlib==0.3.6
10-
docutils==0.19
11-
filelock==3.9.0
12-
fonttools==4.38.0
13-
furo==2022.12.7
14-
identify==2.5.17
15-
idna==3.4
1+
alabaster==0.7.15
2+
Babel==2.14.0
3+
beautifulsoup4==4.12.2
4+
certifi==2023.11.17
5+
cfgv==3.4.0
6+
charset-normalizer==3.3.2
7+
distlib==0.3.8
8+
docutils==0.20.1
9+
filelock==3.13.1
10+
furo==2023.9.10
11+
identify==2.5.33
12+
idna==3.6
1613
imagesize==1.4.1
1714
Jinja2==3.1.2
18-
kiwisolver==1.4.4
19-
MarkupSafe==2.1.2
20-
matplotlib==3.6.3
21-
nodeenv==1.7.0
22-
numpy==1.24.2
23-
packaging==23.0
24-
Pillow==9.4.0
25-
platformdirs==2.6.2
15+
MarkupSafe==2.1.3
16+
nodeenv==1.8.0
17+
packaging==23.2
18+
platformdirs==4.1.0
2619
polib==1.2.0
27-
pre-commit==3.0.4
28-
Pygments==2.14.0
29-
pyparsing==3.0.9
30-
python-dateutil==2.8.2
31-
pytz==2022.7.1
32-
PyYAML==6.0
33-
regex==2023.10.3
34-
requests==2.28.2
35-
six==1.16.0
20+
pre-commit==3.6.0
21+
Pygments==2.17.2
22+
PyYAML==6.0.1
23+
regex==2023.12.25
24+
requests==2.31.0
3625
snowballstemmer==2.2.0
37-
soupsieve==2.3.2.post1
38-
Sphinx==5.3.0
39-
sphinx-basic-ng==1.0.0b1
40-
sphinx-copybutton==0.5.1
41-
sphinx-lint==0.7.0
42-
sphinx_design==0.3.0
43-
sphinxcontrib-applehelp==1.0.4
44-
sphinxcontrib-devhelp==1.0.2
45-
sphinxcontrib-htmlhelp==2.0.1
26+
soupsieve==2.5
27+
Sphinx==7.2.6
28+
sphinx-basic-ng==1.0.0b2
29+
sphinx-copybutton==0.5.2
30+
sphinx-lint==0.9.1
31+
sphinx_design==0.5.0
32+
sphinxcontrib-applehelp==1.0.7
33+
sphinxcontrib-devhelp==1.0.5
34+
sphinxcontrib-htmlhelp==2.0.4
4635
sphinxcontrib-jsmath==1.0.1
47-
sphinxcontrib-qthelp==1.0.3
48-
sphinxcontrib-serializinghtml==1.1.5
49-
sphinxext-opengraph==0.8.0
50-
urllib3==1.26.14
51-
virtualenv==20.18.0
36+
sphinxcontrib-qthelp==1.0.6
37+
sphinxcontrib-serializinghtml==1.1.9
38+
sphinxext-opengraph==0.9.1
39+
urllib3==2.1.0
40+
virtualenv==20.25.0

0 commit comments

Comments
 (0)