Skip to content

Commit

Permalink
⬆️ Update pre-commit config and docs constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Dec 16, 2023
1 parent e229bb1 commit cba09d9
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
types: [file] # override `types: [json]`
files: \.(json|ipynb)$
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
additional_dependencies: ["toml"]
Expand Down
18 changes: 9 additions & 9 deletions docs/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alabaster==0.7.13
asttokens==2.4.1
attrs==23.1.0
Babel==2.13.1
Babel==2.14.0
beautifulsoup4==4.12.2
bleach==6.1.0
certifi==2023.11.17
Expand All @@ -14,7 +14,7 @@ defusedxml==0.7.1
docutils==0.20.1
executing==2.0.1
fastjsonschema==2.19.0
fonttools==4.45.1
fonttools==4.46.0
furo==2023.9.10
idna==3.6
imagesize==1.4.1
Expand All @@ -34,7 +34,7 @@ matplotlib==3.8.2
matplotlib-inline==0.1.6
mistune==3.0.2
nbclient==0.9.0
nbconvert==7.11.0
nbconvert==7.12.0
nbformat==5.9.2
nbsphinx==0.9.3
numpy==1.26.2
Expand All @@ -43,16 +43,16 @@ pandocfilters==1.5.0
parso==0.8.3
pexpect==4.9.0
Pillow==10.1.0
platformdirs==4.0.0
platformdirs==4.1.0
polib==1.2.0
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.17.2
pyparsing==3.1.1
python-dateutil==2.8.2
pyzmq==25.1.1
referencing==0.31.1
pyzmq==25.1.2
referencing==0.32.0
regex==2023.10.3
requests==2.31.0
rpds-py==0.13.2
Expand All @@ -62,7 +62,7 @@ soupsieve==2.5
Sphinx==7.2.6
sphinx-basic-ng==1.0.0b2
sphinx-copybutton==0.5.2
sphinx-lint==0.9.0
sphinx-lint==0.9.1
sphinx_inline_tabs==2023.4.21
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
Expand All @@ -71,7 +71,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-svg2pdfconverter==1.2.2
sphinxext-opengraph==0.9.0
sphinxext-opengraph==0.9.1
stack-data==0.6.3
tinycss2==1.2.1
tornado==6.4
Expand Down

0 comments on commit cba09d9

Please sign in to comment.