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 30, 2024
1 parent 92aa685 commit 32087e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -19,7 +19,7 @@ repos:
entry: isort --profile=black
name: isort (python)
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/sphinx-contrib/sphinx-lint
Expand Down
6 changes: 3 additions & 3 deletions docs/constraints.txt
Expand Up @@ -15,7 +15,7 @@ docutils==0.20.1
executing==2.0.1
fastjsonschema==2.19.1
fonttools==4.47.2
furo==2023.9.10
furo==2024.1.29
idna==3.6
imagesize==1.4.1
ipython==8.20.0
Expand Down Expand Up @@ -52,7 +52,7 @@ Pygments==2.17.2
pyparsing==3.1.1
python-dateutil==2.8.2
pyzmq==25.1.2
referencing==0.32.1
referencing==0.33.0
regex==2023.12.25
requests==2.31.0
rpds-py==0.17.1
Expand All @@ -76,7 +76,7 @@ stack-data==0.6.3
tinycss2==1.2.1
tornado==6.4
traitlets==5.14.1
urllib3==2.1.0
urllib3==2.2.0
wcwidth==0.2.13
webencodings==0.5.1
widgetsnbextension==4.0.9

0 comments on commit 32087e2

Please sign in to comment.