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 Jun 4, 2024
1 parent 45f3cb3 commit c27c18b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ repos:
types: [file] # override `types: [json]`
files: \.(json|ipynb)$
- repo: https://github.com/psf/black
rev: "24.4.0"
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
Expand Down
32 changes: 16 additions & 16 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
alabaster==0.7.16
Babel==2.14.0
Babel==2.15.0
beautifulsoup4==4.12.3
certifi==2024.2.2
certifi==2024.6.2
cfgv==3.4.0
charset-normalizer==3.3.2
distlib==0.3.8
docutils==0.20.1
filelock==3.13.4
furo==2024.1.29
identify==2.5.35
docutils==0.21.2
filelock==3.14.0
furo==2024.5.6
identify==2.5.36
idna==3.7
imagesize==1.4.1
Jinja2==3.1.3
Jinja2==3.1.4
MarkupSafe==2.1.5
nodeenv==1.8.0
nodeenv==1.9.0
packaging==24.0
platformdirs==4.2.0
platformdirs==4.2.2
polib==1.2.0
pre-commit==3.7.0
Pygments==2.17.2
pre-commit==3.7.1
Pygments==2.18.0
PyYAML==6.0.1
regex==2023.12.25
requests==2.31.0
regex==2024.5.15
requests==2.32.3
snowballstemmer==2.2.0
soupsieve==2.5
Sphinx==7.2.6
Sphinx==7.3.7
sphinx-basic-ng==1.0.0b2
sphinx-copybutton==0.5.2
sphinx-lint==0.9.1
sphinx_design==0.5.0
sphinx_design==0.6.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
Expand All @@ -37,4 +37,4 @@ sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sphinxext-opengraph==0.9.1
urllib3==2.2.1
virtualenv==20.25.1
virtualenv==20.26.2

0 comments on commit c27c18b

Please sign in to comment.