Skip to content

Commit

Permalink
⬆️ Update docs constraints and pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Apr 16, 2024
1 parent 9390d7c commit e651a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -21,7 +21,7 @@ repos:
entry: isort --profile=black
name: isort (python)
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/sphinx-contrib/sphinx-lint
Expand Down
4 changes: 2 additions & 2 deletions docs/constraints.txt
Expand Up @@ -31,7 +31,7 @@ jupyterlab_widgets==3.0.10
kiwisolver==1.4.5
MarkupSafe==2.1.5
matplotlib==3.8.4
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
mistune==3.0.2
nbclient==0.10.0
nbconvert==7.16.3
Expand All @@ -51,7 +51,7 @@ pure-eval==0.2.2
Pygments==2.17.2
pyparsing==3.1.2
python-dateutil==2.9.0.post0
pyzmq==25.1.2
pyzmq==26.0.0
referencing==0.34.0
regex==2023.12.25
requests==2.31.0
Expand Down

0 comments on commit e651a35

Please sign in to comment.