From 8091289bed2f4e4c6e0d282c0fccd7aca4b6fa10 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 8 Nov 2023 14:54:38 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit --- .constraints/py3.10.txt | 6 +++--- .constraints/py3.11.txt | 6 +++--- .constraints/py3.8.txt | 6 +++--- .constraints/py3.9.txt | 6 +++--- .pre-commit-config.yaml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index a227f244..e067d7ef 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -18,7 +18,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 @@ -90,7 +90,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 keras==2.14.0 kiwisolver==1.4.5 @@ -198,7 +198,7 @@ tensorflow==2.14.0 tensorflow-estimator==2.14.0 tensorflow-io-gcs-filesystem==0.34.0 tensorflow-probability==0.22.1 -tensorwaves==0.4.10 +tensorwaves==0.4.11 termcolor==2.3.0 terminado==0.17.1 tinycss2==1.2.1 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 38d50b9b..e4819b28 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -18,7 +18,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 @@ -89,7 +89,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 keras==2.14.0 kiwisolver==1.4.5 @@ -197,7 +197,7 @@ tensorflow==2.14.0 tensorflow-estimator==2.14.0 tensorflow-io-gcs-filesystem==0.34.0 tensorflow-probability==0.22.1 -tensorwaves==0.4.10 +tensorwaves==0.4.11 termcolor==2.3.0 terminado==0.17.1 tinycss2==1.2.1 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index c93eefc0..0dc74441 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -19,7 +19,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 @@ -92,7 +92,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 keras==2.13.1 kiwisolver==1.4.5 @@ -203,7 +203,7 @@ tensorflow==2.13.1 tensorflow-estimator==2.13.0 tensorflow-io-gcs-filesystem==0.34.0 tensorflow-probability==0.21.0 -tensorwaves==0.4.10 +tensorwaves==0.4.11 termcolor==2.3.0 terminado==0.17.1 tinycss2==1.2.1 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 03698ff4..235048fb 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -18,7 +18,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 @@ -91,7 +91,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 keras==2.14.0 kiwisolver==1.4.5 @@ -199,7 +199,7 @@ tensorflow==2.14.0 tensorflow-estimator==2.14.0 tensorflow-io-gcs-filesystem==0.34.0 tensorflow-probability==0.22.1 -tensorwaves==0.4.10 +tensorwaves==0.4.11 termcolor==2.3.0 terminado==0.17.1 tinycss2==1.2.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 296d549e..6a90ff7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,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