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 2c28704 commit 8cb9332
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jupyter-client==8.6.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
jupyter-server==2.12.3
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
Expand All @@ -81,7 +81,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.8.2
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jupyter-client==8.6.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
jupyter-server==2.12.3
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
Expand All @@ -80,7 +80,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.8.2
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jupyter-client==8.6.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
jupyter-server==2.12.3
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
Expand All @@ -80,7 +80,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.8.2
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jupyter-client==8.6.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
jupyter-server==2.12.3
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
Expand All @@ -83,7 +83,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.7.4
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jupyter-client==8.6.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
jupyter-server==2.12.3
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
Expand All @@ -82,7 +82,7 @@ jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
livereload==2.6.3
lsprotocol==2023.0.0
lsprotocol==2023.0.1
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.8.2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.13a1
rev: 0.1.13a2
hooks:
- id: check-dev-files
args:
Expand Down

0 comments on commit 8cb9332

Please sign in to comment.