Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 9, 2024
1 parent fbce66f commit a89f28a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==3.0.0
markupsafe==2.1.3
matplotlib-inline==0.1.6
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==3.0.0
markupsafe==2.1.3
matplotlib-inline==0.1.6
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==3.0.0
markupsafe==2.1.3
matplotlib-inline==0.1.6
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jupyterlab-server==2.24.0
jupyterlab-widgets==3.0.9
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib-inline==0.1.6
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib-inline==0.1.6
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==3.0.0
markupsafe==2.1.3
matplotlib-inline==0.1.6
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.13a0
rev: 0.1.13a1
hooks:
- id: check-dev-files
args:
Expand Down Expand Up @@ -139,7 +139,7 @@ repos:
- id: prettier

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.344
rev: v1.1.345
hooks:
- id: pyright

Expand Down

0 comments on commit a89f28a

Please sign in to comment.