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 Dec 1, 2023
1 parent f7da0e3 commit 4019fef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ cycler==0.12.1
debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
dm-tree==0.1.8
docstring-to-markdown==0.13
Expand Down Expand Up @@ -130,7 +129,7 @@ packaging==23.2
pandas==2.1.3
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
phasespace==1.9.0
Expand Down
3 changes: 1 addition & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ cycler==0.12.1
debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
dm-tree==0.1.8
docstring-to-markdown==0.13
Expand Down Expand Up @@ -129,7 +128,7 @@ packaging==23.2
pandas==2.1.3
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
phasespace==1.9.0
Expand Down
3 changes: 1 addition & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ cycler==0.12.1
debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
dm-tree==0.1.8
docstring-to-markdown==0.13
Expand Down Expand Up @@ -132,7 +131,7 @@ packaging==23.2
pandas==2.0.3
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
phasespace==1.9.0
Expand Down
3 changes: 1 addition & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ cycler==0.12.1
debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
dm-tree==0.1.8
docstring-to-markdown==0.13
Expand Down Expand Up @@ -131,7 +130,7 @@ packaging==23.2
pandas==2.1.3
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
phasespace==1.9.0
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.3
rev: 0.1.4
hooks:
- id: check-dev-files
args:
Expand Down

0 comments on commit 4019fef

Please sign in to comment.