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 Jan 12, 2024
1 parent 1fbc213 commit ba9b0e3
Show file tree
Hide file tree
Showing 2 changed files with 41 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.4.0
rev: v4.5.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.1.0"
rev: "23.12.1"
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports
rev: "v3.9.0"
rev: "v3.12.0"
hooks:
- id: reorder-python-imports
- repo: https://github.com/pycqa/flake8
rev: "6.0.0"
rev: "7.0.0"
hooks:
- id: flake8
language_version: python3
72 changes: 37 additions & 35 deletions docs/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,51 @@
alabaster==0.7.13
attrs==23.1.0
Babel==2.12.1
alabaster==0.7.16
attrs==23.2.0
Babel==2.14.0
beautifulsoup4==4.12.2
bleach==6.0.0
certifi==2023.5.7
charset-normalizer==3.1.0
bleach==6.1.0
certifi==2023.11.17
charset-normalizer==3.3.2
defusedxml==0.7.1
docutils==0.20.1
fastjsonschema==2.17.1
furo==2023.5.20
idna==3.4
fastjsonschema==2.19.1
furo==2023.9.10
idna==3.6
imagesize==1.4.1
Jinja2==3.1.2
jsonschema==4.17.3
jupyter_client==8.3.0
jupyter_core==5.3.1
jupyterlab-pygments==0.2.2
Jinja2==3.1.3
jsonschema==4.20.0
jsonschema-specifications==2023.12.1
jupyter_client==8.6.0
jupyter_core==5.7.1
jupyterlab_pygments==0.3.0
MarkupSafe==2.1.3
mistune==3.0.1
nbclient==0.8.0
nbconvert==7.6.0
nbformat==5.9.0
nbsphinx==0.9.2
packaging==23.1
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==3.8.0
Pygments==2.15.1
pyrsistent==0.19.3
platformdirs==4.1.0
Pygments==2.17.2
python-dateutil==2.8.2
pyzmq==25.1.0
pyzmq==25.1.2
referencing==0.32.1
requests==2.31.0
rpds-py==0.16.2
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.4.1
Sphinx==7.0.1
sphinx-basic-ng==1.0.0b1
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
soupsieve==2.5
Sphinx==7.2.6
sphinx-basic-ng==1.0.0b2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-svg2pdfconverter==1.2.2
tinycss2==1.2.1
tornado==6.3.2
traitlets==5.9.0
urllib3==2.0.3
tornado==6.4
traitlets==5.14.1
urllib3==2.1.0
webencodings==0.5.1

0 comments on commit ba9b0e3

Please sign in to comment.