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 1623406 commit 15b4cf7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 16 deletions.
4 changes: 1 addition & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ coverage==7.3.2
debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docstring-to-markdown==0.13
docutils==0.19
Expand Down Expand Up @@ -96,7 +95,7 @@ overrides==7.4.0
packaging==23.2
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
platformdirs==4.0.0
Expand Down Expand Up @@ -184,7 +183,6 @@ webencodings==0.5.1
websocket-client==1.6.4
wheel==0.42.0
widgetsnbextension==4.0.9
wrapt==1.16.0
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 1 addition & 3 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ coverage==7.3.2
debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docstring-to-markdown==0.13
docutils==0.19
Expand Down Expand Up @@ -95,7 +94,7 @@ overrides==7.4.0
packaging==23.2
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
platformdirs==4.0.0
Expand Down Expand Up @@ -182,7 +181,6 @@ webencodings==0.5.1
websocket-client==1.6.4
wheel==0.42.0
widgetsnbextension==4.0.9
wrapt==1.16.0
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 1 addition & 3 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ coverage==7.2.7
debugpy==1.7.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docstring-to-markdown==0.13
docutils==0.17.1
Expand Down Expand Up @@ -102,7 +101,7 @@ notebook-shim==0.2.3
packaging==23.2
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
pickleshare==0.7.5
Expand Down Expand Up @@ -191,7 +190,6 @@ webencodings==0.5.1
websocket-client==1.6.1
wheel==0.42.0
widgetsnbextension==4.0.9
wrapt==1.16.0
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version == "3.7.*"
zipp==3.15.0
Expand Down
4 changes: 1 addition & 3 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ coverage==7.3.2
debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docstring-to-markdown==0.13
docutils==0.17.1
Expand Down Expand Up @@ -98,7 +97,7 @@ overrides==7.4.0
packaging==23.2
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
pickleshare==0.7.5
Expand Down Expand Up @@ -189,7 +188,6 @@ webencodings==0.5.1
websocket-client==1.6.4
wheel==0.42.0
widgetsnbextension==4.0.9
wrapt==1.16.0
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 1 addition & 3 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ coverage==7.3.2
debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docstring-to-markdown==0.13
docutils==0.19
Expand Down Expand Up @@ -96,7 +95,7 @@ overrides==7.4.0
packaging==23.2
pandocfilters==1.5.0
parso==0.8.3
particle==0.23.0
particle==0.23.1
pathspec==0.11.2
pexpect==4.9.0
platformdirs==4.0.0
Expand Down Expand Up @@ -184,7 +183,6 @@ webencodings==0.5.1
websocket-client==1.6.4
wheel==0.42.0
widgetsnbextension==4.0.9
wrapt==1.16.0
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 15b4cf7

Please sign in to comment.