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 21, 2022
1 parent b523d6d commit 8e0322e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
7 changes: 4 additions & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cfgv==3.3.1
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
comm==0.1.0
coverage==6.5.0
debugpy==1.6.3
decorator==5.1.1
Expand Down Expand Up @@ -56,7 +57,7 @@ idna==3.4
imagesize==1.4.1
importlib-metadata==5.0.0
iniconfig==1.1.1
ipykernel==6.17.1
ipykernel==6.18.0
ipython==8.6.0
ipython-genutils==0.2.0
isort==5.10.1
Expand All @@ -67,7 +68,7 @@ jsonschema==4.17.0
jupyter-cache==0.5.0
jupyter-client==7.4.7
jupyter-core==5.0.0
jupyter-server==1.23.2
jupyter-server==1.23.3
jupyterlab==3.5.0
jupyterlab-code-formatter==1.5.3
jupyterlab-markup==1.1.0
Expand Down Expand Up @@ -109,7 +110,7 @@ platformdirs==2.5.4
pluggy==1.0.0
pre-commit==2.20.0
prometheus-client==0.15.0
prompt-toolkit==3.0.32
prompt-toolkit==3.0.33
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ platformdirs==2.4.0
pluggy==1.0.0
pre-commit==2.17.0
prometheus-client==0.15.0
prompt-toolkit==3.0.32
prompt-toolkit==3.0.33
ptyprocess==0.7.0
py==1.11.0
pybtex==0.24.0
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jsonschema==4.17.0
jupyter-cache==0.4.3
jupyter-client==7.4.7
jupyter-core==4.11.2
jupyter-server==1.23.2
jupyter-server==1.23.3
jupyter-server-mathjax==0.2.6
jupyter-sphinx==0.3.2
jupyterlab==3.5.0
Expand Down Expand Up @@ -115,7 +115,7 @@ platformdirs==2.5.4
pluggy==1.0.0
pre-commit==2.20.0
prometheus-client==0.15.0
prompt-toolkit==3.0.32
prompt-toolkit==3.0.33
psutil==5.9.4
ptyprocess==0.7.0
py==1.11.0
Expand Down
7 changes: 4 additions & 3 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cfgv==3.3.1
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
comm==0.1.0
coverage==6.5.0
debugpy==1.6.3
decorator==5.1.1
Expand Down Expand Up @@ -57,7 +58,7 @@ imagesize==1.4.1
importlib-metadata==5.0.0
importlib-resources==5.10.0
iniconfig==1.1.1
ipykernel==6.17.1
ipykernel==6.18.0
ipython==8.6.0
ipython-genutils==0.2.0
isort==5.10.1
Expand All @@ -68,7 +69,7 @@ jsonschema==4.17.0
jupyter-cache==0.5.0
jupyter-client==7.4.7
jupyter-core==5.0.0
jupyter-server==1.23.2
jupyter-server==1.23.3
jupyterlab==3.5.0
jupyterlab-code-formatter==1.5.3
jupyterlab-markup==1.1.0
Expand Down Expand Up @@ -111,7 +112,7 @@ platformdirs==2.5.4
pluggy==1.0.0
pre-commit==2.20.0
prometheus-client==0.15.0
prompt-toolkit==3.0.32
prompt-toolkit==3.0.33
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
Expand Down
7 changes: 4 additions & 3 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cfgv==3.3.1
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
comm==0.1.0
coverage==6.5.0
debugpy==1.6.3
decorator==5.1.1
Expand Down Expand Up @@ -56,7 +57,7 @@ idna==3.4
imagesize==1.4.1
importlib-metadata==5.0.0
iniconfig==1.1.1
ipykernel==6.17.1
ipykernel==6.18.0
ipython==8.6.0
ipython-genutils==0.2.0
isort==5.10.1
Expand All @@ -67,7 +68,7 @@ jsonschema==4.17.0
jupyter-cache==0.5.0
jupyter-client==7.4.7
jupyter-core==5.0.0
jupyter-server==1.23.2
jupyter-server==1.23.3
jupyterlab==3.5.0
jupyterlab-code-formatter==1.5.3
jupyterlab-markup==1.1.0
Expand Down Expand Up @@ -109,7 +110,7 @@ platformdirs==2.5.4
pluggy==1.0.0
pre-commit==2.20.0
prometheus-client==0.15.0
prompt-toolkit==3.0.32
prompt-toolkit==3.0.33
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
Expand Down

0 comments on commit 8e0322e

Please sign in to comment.