Skip to content

Commit c27c18b

Browse files
committed
⬆️ Update docs constraints and pre-commit config
1 parent 45f3cb3 commit c27c18b

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
types: [file] # override `types: [json]`
1313
files: \.(json|ipynb)$
1414
- repo: https://github.com/psf/black
15-
rev: "24.4.0"
15+
rev: "24.4.2"
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/reorder-python-imports
19-
rev: "v3.12.0"
19+
rev: "v3.13.0"
2020
hooks:
2121
- id: reorder-python-imports
2222
- repo: https://github.com/pycqa/flake8

constraints.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
alabaster==0.7.16
2-
Babel==2.14.0
2+
Babel==2.15.0
33
beautifulsoup4==4.12.3
4-
certifi==2024.2.2
4+
certifi==2024.6.2
55
cfgv==3.4.0
66
charset-normalizer==3.3.2
77
distlib==0.3.8
8-
docutils==0.20.1
9-
filelock==3.13.4
10-
furo==2024.1.29
11-
identify==2.5.35
8+
docutils==0.21.2
9+
filelock==3.14.0
10+
furo==2024.5.6
11+
identify==2.5.36
1212
idna==3.7
1313
imagesize==1.4.1
14-
Jinja2==3.1.3
14+
Jinja2==3.1.4
1515
MarkupSafe==2.1.5
16-
nodeenv==1.8.0
16+
nodeenv==1.9.0
1717
packaging==24.0
18-
platformdirs==4.2.0
18+
platformdirs==4.2.2
1919
polib==1.2.0
20-
pre-commit==3.7.0
21-
Pygments==2.17.2
20+
pre-commit==3.7.1
21+
Pygments==2.18.0
2222
PyYAML==6.0.1
23-
regex==2023.12.25
24-
requests==2.31.0
23+
regex==2024.5.15
24+
requests==2.32.3
2525
snowballstemmer==2.2.0
2626
soupsieve==2.5
27-
Sphinx==7.2.6
27+
Sphinx==7.3.7
2828
sphinx-basic-ng==1.0.0b2
2929
sphinx-copybutton==0.5.2
3030
sphinx-lint==0.9.1
31-
sphinx_design==0.5.0
31+
sphinx_design==0.6.0
3232
sphinxcontrib-applehelp==1.0.8
3333
sphinxcontrib-devhelp==1.0.6
3434
sphinxcontrib-htmlhelp==2.0.5
@@ -37,4 +37,4 @@ sphinxcontrib-qthelp==1.0.7
3737
sphinxcontrib-serializinghtml==1.1.10
3838
sphinxext-opengraph==0.9.1
3939
urllib3==2.2.1
40-
virtualenv==20.25.1
40+
virtualenv==20.26.2

0 commit comments

Comments
 (0)