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 May 13, 2024
1 parent 3850f38 commit 089809e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
entry: isort --profile=black
name: isort (python)
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/sphinx-contrib/sphinx-lint
Expand Down
25 changes: 12 additions & 13 deletions docs/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alabaster==0.7.16
asttokens==2.4.1
attrs==23.2.0
Babel==2.14.0
Babel==2.15.0
beautifulsoup4==4.12.3
bleach==6.1.0
certifi==2024.2.2
Expand All @@ -15,14 +15,14 @@ docutils==0.21.2
executing==2.0.1
fastjsonschema==2.19.1
fonttools==4.51.0
furo==2024.1.29
furo==2024.5.6
idna==3.7
imagesize==1.4.1
ipython==8.23.0
ipython==8.24.0
ipywidgets==8.1.2
jedi==0.19.1
Jinja2==3.1.3
jsonschema==4.21.1
Jinja2==3.1.4
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
jupyter_client==8.6.1
jupyter_core==5.7.2
Expand All @@ -34,9 +34,9 @@ matplotlib==3.8.4
matplotlib-inline==0.1.7
mistune==3.0.2
nbclient==0.10.0
nbconvert==7.16.3
nbconvert==7.16.4
nbformat==5.10.4
nbsphinx==0.9.3
nbsphinx==0.9.4
numpy==1.26.4
packaging==24.0
pandocfilters==1.5.1
Expand All @@ -48,14 +48,14 @@ polib==1.2.0
prompt-toolkit==3.0.43
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.17.2
Pygments==2.18.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
pyzmq==26.0.2
referencing==0.35.0
regex==2024.4.16
pyzmq==26.0.3
referencing==0.35.1
regex==2024.5.10
requests==2.31.0
rpds-py==0.18.0
rpds-py==0.18.1
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.5
Expand All @@ -76,7 +76,6 @@ stack-data==0.6.3
tinycss2==1.3.0
tornado==6.4
traitlets==5.14.3
typing_extensions==4.11.0
urllib3==2.2.1
wcwidth==0.2.13
webencodings==0.5.1
Expand Down

0 comments on commit 089809e

Please sign in to comment.