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 Feb 17, 2024
1 parent 7403cbb commit 0dd168c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/sphinx-contrib/sphinx-lint
Expand Down
18 changes: 9 additions & 9 deletions docs/constraints.txt
Expand Up @@ -4,7 +4,7 @@ attrs==23.2.0
Babel==2.14.0
beautifulsoup4==4.12.3
bleach==6.1.0
certifi==2023.11.17
certifi==2024.2.2
charset-normalizer==3.3.2
comm==0.2.1
decorator==5.1.1
Expand All @@ -15,28 +15,28 @@ fastjsonschema==2.19.1
furo==2024.1.29
idna==3.6
imagesize==1.4.1
ipython==8.20.0
ipywidgets==8.1.1
ipython==8.21.0
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
jupyterlab-widgets==3.0.9
jupyterlab_pygments==0.3.0
MarkupSafe==2.1.4
jupyterlab_widgets==3.0.10
MarkupSafe==2.1.5
matplotlib-inline==0.1.6
mistune==3.0.2
nbclient==0.9.0
nbconvert==7.14.2
nbconvert==7.16.0
nbformat==5.9.2
nbsphinx==0.9.3
packaging==23.2
pandocfilters==1.5.1
parso==0.8.3
pexpect==4.9.0
platformdirs==4.1.0
platformdirs==4.2.0
polib==1.2.0
prompt-toolkit==3.0.43
ptyprocess==0.7.0
Expand All @@ -47,7 +47,7 @@ pyzmq==25.1.2
referencing==0.33.0
regex==2023.12.25
requests==2.31.0
rpds-py==0.17.1
rpds-py==0.18.0
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.5
Expand All @@ -71,4 +71,4 @@ traitlets==5.14.1
urllib3==2.2.0
wcwidth==0.2.13
webencodings==0.5.1
widgetsnbextension==4.0.9
widgetsnbextension==4.0.10

0 comments on commit 0dd168c

Please sign in to comment.