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 Jan 9, 2024
1 parent 9da9c70 commit bf1e371
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ mypy==1.8.0
mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.9.0
nbclient==0.6.8
nbconvert==7.14.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down
3 changes: 2 additions & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ mypy==1.8.0
mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.9.0
nbclient==0.6.8
nbconvert==7.14.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down
3 changes: 2 additions & 1 deletion .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ mypy==1.8.0
mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.9.0
nbclient==0.6.8
nbconvert==7.14.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down
2 changes: 2 additions & 0 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ nbclient==0.5.13
nbconvert==7.6.0
nbdime==3.2.1
nbformat==5.8.0
nbmake==1.3.0
nest-asyncio==1.5.8
nodeenv==1.8.0
notebook==6.5.6
Expand All @@ -126,6 +127,7 @@ prompt-toolkit==3.0.43
psutil==5.9.7
ptyprocess==0.7.0
pycparser==2.21
pydantic==1.10.13
pydata-sphinx-theme==0.13.3
pygments==2.17.2
pyparsing==3.1.1
Expand Down
3 changes: 2 additions & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ mypy==1.8.0
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclient==0.7.4
nbclient==0.6.8
nbconvert==7.14.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down
3 changes: 2 additions & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ mypy==1.8.0
mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.9.0
nbclient==0.6.8
nbconvert==7.14.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down

0 comments on commit bf1e371

Please sign in to comment.