diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index f12214d3..5dab7544 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -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 @@ -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 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 944de396..4270f330 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -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 @@ -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 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index 62d80cb7..ee679aa1 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -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 @@ -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 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 4b53ad1a..5cbd8132 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -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 @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index deacc7e3..ff763610 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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