Skip to content

Commit d0828a3

Browse files
committed
⬆️ Update docs constraints and pre-commit config
1 parent d1f95bd commit d0828a3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
entry: isort --profile=black
2626
name: isort (python)
2727
- repo: https://github.com/psf/black
28-
rev: 24.2.0
28+
rev: 24.3.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/sphinx-contrib/sphinx-lint

docs/constraints.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ beautifulsoup4==4.12.3
66
bleach==6.1.0
77
certifi==2024.2.2
88
charset-normalizer==3.3.2
9-
comm==0.2.1
9+
comm==0.2.2
1010
decorator==5.1.1
1111
defusedxml==0.7.1
1212
docutils==0.20.1
@@ -15,24 +15,24 @@ fastjsonschema==2.19.1
1515
furo==2024.1.29
1616
idna==3.6
1717
imagesize==1.4.1
18-
ipython==8.22.1
18+
ipython==8.22.2
1919
ipywidgets==8.1.2
2020
jedi==0.19.1
2121
Jinja2==3.1.3
2222
jsonschema==4.21.1
2323
jsonschema-specifications==2023.12.1
24-
jupyter_client==8.6.0
25-
jupyter_core==5.7.1
24+
jupyter_client==8.6.1
25+
jupyter_core==5.7.2
2626
jupyterlab_pygments==0.3.0
2727
jupyterlab_widgets==3.0.10
2828
MarkupSafe==2.1.5
2929
matplotlib-inline==0.1.6
3030
mistune==3.0.2
31-
nbclient==0.9.0
32-
nbconvert==7.16.1
33-
nbformat==5.9.2
31+
nbclient==0.10.0
32+
nbconvert==7.16.3
33+
nbformat==5.10.3
3434
nbsphinx==0.9.3
35-
packaging==23.2
35+
packaging==24.0
3636
pandocfilters==1.5.1
3737
parso==0.8.3
3838
pexpect==4.9.0
@@ -42,9 +42,9 @@ prompt-toolkit==3.0.43
4242
ptyprocess==0.7.0
4343
pure-eval==0.2.2
4444
Pygments==2.17.2
45-
python-dateutil==2.8.2
45+
python-dateutil==2.9.0.post0
4646
pyzmq==25.1.2
47-
referencing==0.33.0
47+
referencing==0.34.0
4848
regex==2023.12.25
4949
requests==2.31.0
5050
rpds-py==0.18.0
@@ -67,7 +67,7 @@ sphinxext-opengraph==0.9.1
6767
stack-data==0.6.3
6868
tinycss2==1.2.1
6969
tornado==6.4
70-
traitlets==5.14.1
70+
traitlets==5.14.2
7171
urllib3==2.2.1
7272
wcwidth==0.2.13
7373
webencodings==0.5.1

0 commit comments

Comments
 (0)