Skip to content

Commit

Permalink
ci: update pip constraints and pre-commit config (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
redeboer and web-flow authored Jan 3, 2022
1 parent fc87777 commit 31960e3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pep517==0.12.0
pep8-naming==0.12.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==8.4.0
pillow==9.0.0
pip-tools==6.4.0
platformdirs==2.4.1
pluggy==1.0.0
Expand Down Expand Up @@ -193,7 +193,7 @@ types-pyyaml==6.0.1
types-setuptools==57.4.5
typing-extensions==4.0.1
urllib3==1.26.7
virtualenv==20.12.1
virtualenv==20.13.0
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.3
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ types-pyyaml==6.0.1
types-setuptools==57.4.5
typing-extensions==4.0.1
urllib3==1.26.7
virtualenv==20.12.1
virtualenv==20.13.0
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.3
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pep517==0.12.0
pep8-naming==0.12.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==8.4.0
pillow==9.0.0
pip-tools==6.4.0
platformdirs==2.4.1
pluggy==1.0.0
Expand Down Expand Up @@ -195,7 +195,7 @@ types-pyyaml==6.0.1
types-setuptools==57.4.5
typing-extensions==4.0.1
urllib3==1.26.7
virtualenv==20.12.1
virtualenv==20.13.0
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.3
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pep517==0.12.0
pep8-naming==0.12.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==8.4.0
pillow==9.0.0
pip-tools==6.4.0
platformdirs==2.4.1
pluggy==1.0.0
Expand Down Expand Up @@ -194,7 +194,7 @@ types-pyyaml==6.0.1
types-setuptools==57.4.5
typing-extensions==4.0.1
urllib3==1.26.7
virtualenv==20.12.1
virtualenv==20.13.0
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.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 @@ -113,7 +113,7 @@ pep517==0.12.0
pep8-naming==0.12.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==8.4.0
pillow==9.0.0
pip-tools==6.4.0
platformdirs==2.4.1
pluggy==1.0.0
Expand Down Expand Up @@ -193,7 +193,7 @@ types-pyyaml==6.0.1
types-setuptools==57.4.5
typing-extensions==4.0.1
urllib3==1.26.7
virtualenv==20.12.1
virtualenv==20.13.0
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.3
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ repos:
- id: pydocstyle

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.202
rev: v1.1.203
hooks:
- id: pyright

Expand Down

0 comments on commit 31960e3

Please sign in to comment.