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 Mar 7, 2024
1 parent 5f3a752 commit b1b1ab1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-metadata==7.0.2
iniconfig==2.0.0
ipykernel==6.29.3
ipympl==0.9.3
Expand All @@ -74,7 +74,7 @@ jupyter-lsp==2.2.4
jupyter-server==2.13.0
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.2
jupyterlab==4.1.3
jupyterlab==4.1.4
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.1.0
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-metadata==7.0.2
iniconfig==2.0.0
ipykernel==6.29.3
ipympl==0.9.3
Expand All @@ -73,7 +73,7 @@ jupyter-lsp==2.2.4
jupyter-server==2.13.0
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.2
jupyterlab==4.1.3
jupyterlab==4.1.4
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.1.0
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-metadata==7.0.2
iniconfig==2.0.0
ipykernel==6.29.3
ipympl==0.9.3
Expand All @@ -73,7 +73,7 @@ jupyter-lsp==2.2.4
jupyter-server==2.13.0
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.2
jupyterlab==4.1.3
jupyterlab==4.1.4
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.1.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-resources==6.1.2
importlib-metadata==7.0.2
importlib-resources==6.1.3
iniconfig==2.0.0
ipykernel==6.29.3
ipympl==0.9.3
Expand All @@ -76,7 +76,7 @@ jupyter-lsp==2.2.4
jupyter-server==2.13.0
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.2
jupyterlab==4.1.3
jupyterlab==4.1.4
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.1.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ httpx==0.27.0
identify==2.5.35
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-resources==6.1.2
importlib-metadata==7.0.2
importlib-resources==6.1.3
iniconfig==2.0.0
ipykernel==6.29.3
ipympl==0.9.3
Expand All @@ -75,7 +75,7 @@ jupyter-lsp==2.2.4
jupyter-server==2.13.0
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.2
jupyterlab==4.1.3
jupyterlab==4.1.4
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.1.0
Expand Down

0 comments on commit b1b1ab1

Please sign in to comment.