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 May 7, 2024
1 parent 1808a48 commit 131ade2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
entry: isort --profile=black
name: isort (python)
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/sphinx-contrib/sphinx-lint
Expand All @@ -28,7 +28,7 @@ repos:
args: [--jobs=1]
types: [rst]
- repo: https://github.com/adamchainz/blacken-docs
rev: "v1.12.1"
rev: "1.16.0"
hooks:
- id: blacken-docs
args: [--line-length=79]
Expand Down
10 changes: 5 additions & 5 deletions docs/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
alabaster==0.7.16
Babel==2.14.0
Babel==2.15.0
beautifulsoup4==4.12.3
certifi==2024.2.2
charset-normalizer==3.3.2
contourpy==1.2.1
cycler==0.12.1
docutils==0.21.2
fonttools==4.51.0
furo==2024.1.29
furo==2024.5.6
idna==3.7
imagesize==1.4.1
Jinja2==3.1.3
Jinja2==3.1.4
kiwisolver==1.4.5
MarkupSafe==2.1.5
matplotlib==3.8.4
numpy==1.26.4
packaging==24.0
pillow==10.3.0
polib==1.2.0
Pygments==2.17.2
Pygments==2.18.0
pygments-pytest==2.4.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
regex==2024.4.16
regex==2024.4.28
requests==2.31.0
six==1.16.0
snowballstemmer==2.2.0
Expand Down

0 comments on commit 131ade2

Please sign in to comment.