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 Apr 16, 2024
1 parent e0b8b2a commit b43096d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 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,7 +12,7 @@ repos:
types: [file] # override `types: [json]`
files: \.(json|ipynb)$
- repo: https://github.com/psf/black
rev: "24.1.1"
rev: "24.4.0"
hooks:
- id: black
- repo: https://github.com/asottile/reorder-python-imports
Expand Down
22 changes: 11 additions & 11 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
alabaster==0.7.16
Babel==2.14.0
beautifulsoup4==4.12.2
certifi==2023.11.17
beautifulsoup4==4.12.3
certifi==2024.2.2
cfgv==3.4.0
charset-normalizer==3.3.2
distlib==0.3.8
docutils==0.20.1
filelock==3.13.1
filelock==3.13.4
furo==2024.1.29
identify==2.5.33
idna==3.6
identify==2.5.35
idna==3.7
imagesize==1.4.1
Jinja2==3.1.3
MarkupSafe==2.1.3
MarkupSafe==2.1.5
nodeenv==1.8.0
packaging==23.2
platformdirs==4.1.0
packaging==24.0
platformdirs==4.2.0
polib==1.2.0
pre-commit==3.6.0
pre-commit==3.7.0
Pygments==2.17.2
PyYAML==6.0.1
regex==2023.12.25
Expand All @@ -36,5 +36,5 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sphinxext-opengraph==0.9.1
urllib3==2.1.0
virtualenv==20.25.0
urllib3==2.2.1
virtualenv==20.25.1

0 comments on commit b43096d

Please sign in to comment.