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 Mar 26, 2024
1 parent f99db10 commit daf155a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/sphinx-contrib/sphinx-lint
Expand Down
22 changes: 11 additions & 11 deletions docs/constraints.txt
Expand Up @@ -6,7 +6,7 @@ beautifulsoup4==4.12.3
bleach==6.1.0
certifi==2024.2.2
charset-normalizer==3.3.2
comm==0.2.1
comm==0.2.2
decorator==5.1.1
defusedxml==0.7.1
docutils==0.20.1
Expand All @@ -15,24 +15,24 @@ fastjsonschema==2.19.1
furo==2024.1.29
idna==3.6
imagesize==1.4.1
ipython==8.22.1
ipython==8.22.2
ipywidgets==8.1.2
jedi==0.19.1
Jinja2==3.1.3
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
jupyter_client==8.6.0
jupyter_core==5.7.1
jupyter_client==8.6.1
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
jupyterlab_widgets==3.0.10
MarkupSafe==2.1.5
matplotlib-inline==0.1.6
mistune==3.0.2
nbclient==0.9.0
nbconvert==7.16.1
nbformat==5.9.2
nbclient==0.10.0
nbconvert==7.16.3
nbformat==5.10.3
nbsphinx==0.9.3
packaging==23.2
packaging==24.0
pandocfilters==1.5.1
parso==0.8.3
pexpect==4.9.0
Expand All @@ -42,9 +42,9 @@ prompt-toolkit==3.0.43
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.17.2
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
pyzmq==25.1.2
referencing==0.33.0
referencing==0.34.0
regex==2023.12.25
requests==2.31.0
rpds-py==0.18.0
Expand All @@ -67,7 +67,7 @@ sphinxext-opengraph==0.9.1
stack-data==0.6.3
tinycss2==1.2.1
tornado==6.4
traitlets==5.14.1
traitlets==5.14.2
urllib3==2.2.1
wcwidth==0.2.13
webencodings==0.5.1
Expand Down

0 comments on commit daf155a

Please sign in to comment.