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 Nov 8, 2023
1 parent 564ab53 commit d4f8af3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-lru==2.0.4
attrs==23.1.0
babel==2.13.1
beautifulsoup4==4.12.2
black==23.10.1
black==23.11.0
bleach==6.1.0
cachetools==5.3.2
certifi==2023.7.22
Expand Down Expand Up @@ -78,7 +78,7 @@ jupyterlab-code-formatter==2.2.1
jupyterlab-lsp==5.0.0
jupyterlab-myst==2.1.0
jupyterlab-pygments==0.2.2
jupyterlab-server==2.25.0
jupyterlab-server==2.25.1
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-lru==2.0.4
attrs==23.1.0
babel==2.13.1
beautifulsoup4==4.12.2
black==23.10.1
black==23.11.0
bleach==6.1.0
cachetools==5.3.2
certifi==2023.7.22
Expand Down Expand Up @@ -77,7 +77,7 @@ jupyterlab-code-formatter==2.2.1
jupyterlab-lsp==5.0.0
jupyterlab-myst==2.1.0
jupyterlab-pygments==0.2.2
jupyterlab-server==2.25.0
jupyterlab-server==2.25.1
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ attrs==23.1.0
babel==2.13.1
backcall==0.2.0
beautifulsoup4==4.12.2
black==23.10.1
black==23.11.0
bleach==6.1.0
cachetools==5.3.2
certifi==2023.7.22
Expand Down Expand Up @@ -80,7 +80,7 @@ jupyterlab-code-formatter==2.2.1
jupyterlab-lsp==5.0.0
jupyterlab-myst==2.1.0
jupyterlab-pygments==0.2.2
jupyterlab-server==2.25.0
jupyterlab-server==2.25.1
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-lru==2.0.4
attrs==23.1.0
babel==2.13.1
beautifulsoup4==4.12.2
black==23.10.1
black==23.11.0
bleach==6.1.0
cachetools==5.3.2
certifi==2023.7.22
Expand Down Expand Up @@ -79,7 +79,7 @@ jupyterlab-code-formatter==2.2.1
jupyterlab-lsp==5.0.0
jupyterlab-myst==2.1.0
jupyterlab-pygments==0.2.2
jupyterlab-server==2.25.0
jupyterlab-server==2.25.1
jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
- --fix

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- id: black-jupyter
Expand Down

0 comments on commit d4f8af3

Please sign in to comment.