Skip to content

Commit

Permalink
⬆️ Update pre-commit hooks and docs constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Jul 19, 2023
1 parent 9be02e9 commit e330671
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ repos:
entry: isort --profile=black
name: isort (python)
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
40 changes: 21 additions & 19 deletions docs/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ backcall==0.2.0
beautifulsoup4==4.12.2
bleach==6.0.0
certifi==2023.5.7
charset-normalizer==3.1.0
charset-normalizer==3.2.0
comm==0.1.3
contourpy==1.1.0
cycler==0.11.0
Expand All @@ -17,53 +17,55 @@ defusedxml==0.7.1
docutils==0.20.1
executing==1.2.0
fastjsonschema==2.17.1
fonttools==4.40.0
fonttools==4.41.0
furo==2023.5.20
idna==3.4
imagesize==1.4.1
ipykernel==6.23.2
ipykernel==6.24.0
ipython==8.14.0
ipywidgets==8.0.6
ipywidgets==8.0.7
jedi==0.18.2
Jinja2==3.1.2
jsonschema==4.17.3
jupyter_client==8.2.0
jsonschema==4.18.4
jsonschema-specifications==2023.7.1
jupyter_client==8.3.0
jupyter_core==5.3.1
jupyterlab-pygments==0.2.2
jupyterlab-widgets==3.0.7
jupyterlab-widgets==3.0.8
kiwisolver==1.4.4
MarkupSafe==2.1.3
matplotlib==3.7.1
matplotlib==3.7.2
matplotlib-inline==0.1.6
mistune==2.0.5
mistune==3.0.1
nbclient==0.8.0
nbconvert==7.5.0
nbformat==5.9.0
nbconvert==7.7.1
nbformat==5.9.1
nbsphinx==0.9.2
nest-asyncio==1.5.6
numpy==1.25.0
numpy==1.25.1
packaging==23.1
pandocfilters==1.5.0
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.5.0
platformdirs==3.6.0
prompt-toolkit==3.0.38
Pillow==10.0.0
platformdirs==3.9.1
prompt-toolkit==3.0.39
psutil==5.9.5
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.15.1
pyparsing==3.1.0
pyrsistent==0.19.3
pyparsing==3.0.9
python-dateutil==2.8.2
pyzmq==25.1.0
referencing==0.30.0
requests==2.31.0
rpds-py==0.9.2
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.4.1
Sphinx==7.0.1
sphinx-basic-ng==1.0.0b1
sphinx-basic-ng==1.0.0b2
sphinx-copybutton==0.5.2
sphinx_inline_tabs==2023.4.21
sphinxcontrib-applehelp==1.0.4
Expand All @@ -81,4 +83,4 @@ traitlets==5.9.0
urllib3==2.0.3
wcwidth==0.2.6
webencodings==0.5.1
widgetsnbextension==4.0.7
widgetsnbextension==4.0.8

0 comments on commit e330671

Please sign in to comment.