We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929ba40 commit 44c50c0Copy full SHA for 44c50c0
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
entry: isort --profile=black
24
name: isort (python)
25
- repo: https://github.com/psf/black
26
- rev: 24.3.0
+ rev: 24.4.0
27
hooks:
28
- id: black
29
- repo: https://github.com/sphinx-contrib/sphinx-lint
docs/constraints.txt
@@ -31,7 +31,7 @@ jupyterlab_widgets==3.0.10
31
kiwisolver==1.4.5
32
MarkupSafe==2.1.5
33
matplotlib==3.8.4
34
-matplotlib-inline==0.1.6
+matplotlib-inline==0.1.7
35
mistune==3.0.2
36
nbclient==0.10.0
37
nbconvert==7.16.3
@@ -51,7 +51,7 @@ pure-eval==0.2.2
51
Pygments==2.17.2
52
pyparsing==3.1.2
53
python-dateutil==2.9.0.post0
54
-pyzmq==25.1.2
+pyzmq==26.0.0
55
referencing==0.34.0
56
regex==2023.12.25
57
requests==2.31.0
0 commit comments