Skip to content

Commit 44c50c0

Browse files
committed
⬆️ Update docs constraints and pre-commit config
1 parent 929ba40 commit 44c50c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
entry: isort --profile=black
2424
name: isort (python)
2525
- repo: https://github.com/psf/black
26-
rev: 24.3.0
26+
rev: 24.4.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/sphinx-contrib/sphinx-lint

docs/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jupyterlab_widgets==3.0.10
3131
kiwisolver==1.4.5
3232
MarkupSafe==2.1.5
3333
matplotlib==3.8.4
34-
matplotlib-inline==0.1.6
34+
matplotlib-inline==0.1.7
3535
mistune==3.0.2
3636
nbclient==0.10.0
3737
nbconvert==7.16.3
@@ -51,7 +51,7 @@ pure-eval==0.2.2
5151
Pygments==2.17.2
5252
pyparsing==3.1.2
5353
python-dateutil==2.9.0.post0
54-
pyzmq==25.1.2
54+
pyzmq==26.0.0
5555
referencing==0.34.0
5656
regex==2023.12.25
5757
requests==2.31.0

0 commit comments

Comments
 (0)