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 committed Nov 8, 2023
1 parent c0ce56b commit 8091289
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8091289

Please sign in to comment.