Skip to content

Commit 5e50ecb

Browse files
committed
⬆️ Update docs constraints and pre-commit config
1 parent 6226c77 commit 5e50ecb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.1.1
28+
rev: 24.2.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/sphinx-contrib/sphinx-lint

docs/constraints.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ attrs==23.2.0
44
Babel==2.14.0
55
beautifulsoup4==4.12.3
66
bleach==6.1.0
7-
certifi==2023.11.17
7+
certifi==2024.2.2
88
charset-normalizer==3.3.2
99
comm==0.2.1
1010
decorator==5.1.1
@@ -15,28 +15,28 @@ fastjsonschema==2.19.1
1515
furo==2024.1.29
1616
idna==3.6
1717
imagesize==1.4.1
18-
ipython==8.20.0
19-
ipywidgets==8.1.1
18+
ipython==8.21.0
19+
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
2424
jupyter_client==8.6.0
2525
jupyter_core==5.7.1
26-
jupyterlab-widgets==3.0.9
2726
jupyterlab_pygments==0.3.0
28-
MarkupSafe==2.1.4
27+
jupyterlab_widgets==3.0.10
28+
MarkupSafe==2.1.5
2929
matplotlib-inline==0.1.6
3030
mistune==3.0.2
3131
nbclient==0.9.0
32-
nbconvert==7.14.2
32+
nbconvert==7.16.0
3333
nbformat==5.9.2
3434
nbsphinx==0.9.3
3535
packaging==23.2
3636
pandocfilters==1.5.1
3737
parso==0.8.3
3838
pexpect==4.9.0
39-
platformdirs==4.1.0
39+
platformdirs==4.2.0
4040
polib==1.2.0
4141
prompt-toolkit==3.0.43
4242
ptyprocess==0.7.0
@@ -47,7 +47,7 @@ pyzmq==25.1.2
4747
referencing==0.33.0
4848
regex==2023.12.25
4949
requests==2.31.0
50-
rpds-py==0.17.1
50+
rpds-py==0.18.0
5151
six==1.16.0
5252
snowballstemmer==2.2.0
5353
soupsieve==2.5
@@ -71,4 +71,4 @@ traitlets==5.14.1
7171
urllib3==2.2.0
7272
wcwidth==0.2.13
7373
webencodings==0.5.1
74-
widgetsnbextension==4.0.9
74+
widgetsnbextension==4.0.10

0 commit comments

Comments
 (0)