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 Jul 7, 2023
1 parent 4ddf64d commit 05bb4a6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ mpmath==1.3.0
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclient==0.5.13
nbclient==0.6.8
nbconvert==7.6.0
nbformat==5.9.0
nbmake==1.3.0
nbmake==1.4.1
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ mpmath==1.3.0
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclient==0.5.13
nbclient==0.6.8
nbconvert==7.6.0
nbformat==5.9.0
nbmake==1.3.0
nbmake==1.4.1
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ nbclassic==1.0.0
nbclient==0.5.13
nbconvert==7.6.0
nbformat==5.8.0
nbmake==1.3.0
nbmake==1.2.1 ; python_version < "3.8.0"
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook==6.5.4
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ mpmath==1.3.0
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclient==0.5.13
nbclient==0.6.8
nbconvert==7.6.0
nbformat==5.9.0
nbmake==1.3.0
nbmake==1.4.1
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ mpmath==1.3.0
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclient==0.5.13
nbclient==0.6.8
nbconvert==7.6.0
nbformat==5.9.0
nbmake==1.3.0
nbmake==1.4.1
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook-shim==0.2.3
Expand Down

0 comments on commit 05bb4a6

Please sign in to comment.