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 Jul 9, 2024
1 parent 691e15a commit 49be631
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -12,15 +12,15 @@ repos:
types: [file] # override `types: [json]`
files: \.(json|ipynb)$
- repo: https://github.com/psf/black
rev: "23.12.1"
rev: "24.4.2"
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports
rev: "v3.12.0"
rev: "v3.13.0"
hooks:
- id: reorder-python-imports
- repo: https://github.com/pycqa/flake8
rev: "7.0.0"
rev: "7.1.0"
hooks:
- id: flake8
language_version: python3
71 changes: 36 additions & 35 deletions docs/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,52 @@
alabaster==0.7.16
attrs==23.2.0
Babel==2.14.0
beautifulsoup4==4.12.2
Babel==2.15.0
beautifulsoup4==4.12.3
bleach==6.1.0
certifi==2023.11.17
certifi==2024.7.4
charset-normalizer==3.3.2
defusedxml==0.7.1
docutils==0.20.1
fastjsonschema==2.19.1
furo==2023.9.10
idna==3.6
docutils==0.21.2
fastjsonschema==2.20.0
furo==2024.5.6
idna==3.7
imagesize==1.4.1
Jinja2==3.1.3
jsonschema==4.20.0
Jinja2==3.1.4
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
jupyter_client==8.6.0
jupyter_core==5.7.1
jupyter_client==8.6.2
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
MarkupSafe==2.1.3
MarkupSafe==2.1.5
mistune==3.0.2
nbclient==0.9.0
nbconvert==7.14.1
nbformat==5.9.2
nbsphinx==0.9.3
packaging==23.2
pandocfilters==1.5.0
platformdirs==4.1.0
Pygments==2.17.2
python-dateutil==2.8.2
pyzmq==25.1.2
referencing==0.32.1
requests==2.31.0
rpds-py==0.16.2
nbclient==0.10.0
nbconvert==7.16.4
nbformat==5.10.4
nbsphinx==0.9.4
packaging==24.1
pandocfilters==1.5.1
platformdirs==4.2.2
Pygments==2.18.0
python-dateutil==2.9.0.post0
pyzmq==26.0.3
referencing==0.35.1
requests==2.32.3
rpds-py==0.19.0
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.5
Sphinx==7.2.6
Sphinx==7.3.7
sphinx-basic-ng==1.0.0b2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinx_design==0.6.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-svg2pdfconverter==1.2.2
tinycss2==1.2.1
tornado==6.4
traitlets==5.14.1
urllib3==2.1.0
tinycss2==1.3.0
tornado==6.4.1
traitlets==5.14.3
urllib3==2.2.2
webencodings==0.5.1

0 comments on commit 49be631

Please sign in to comment.