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 Mar 7, 2024
1 parent b375c16 commit 96dc049
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ nbclient==0.6.8
nbconvert==7.16.2
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.5.2
nbmake==1.5.3
nest-asyncio==1.6.0
nodeenv==1.8.0
notebook-shim==0.2.4
Expand Down Expand Up @@ -140,7 +140,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ nbclient==0.6.8
nbconvert==7.16.2
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.5.2
nbmake==1.5.3
nest-asyncio==1.6.0
nodeenv==1.8.0
notebook-shim==0.2.4
Expand Down Expand Up @@ -139,7 +139,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ nbclient==0.6.8
nbconvert==7.16.2
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.5.2
nbmake==1.5.3
nest-asyncio==1.6.0
nodeenv==1.8.0
notebook-shim==0.2.4
Expand Down Expand Up @@ -139,7 +139,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ nbclient==0.6.8
nbconvert==7.16.2
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.5.2
nbmake==1.5.3
nest-asyncio==1.6.0
nodeenv==1.8.0
notebook-shim==0.2.4
Expand Down Expand Up @@ -145,7 +145,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ nbclient==0.6.8
nbconvert==7.16.2
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.5.2
nbmake==1.5.3
nest-asyncio==1.6.0
nodeenv==1.8.0
notebook-shim==0.2.4
Expand Down Expand Up @@ -140,7 +140,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
metadata.vscode
- repo: https://github.com/ComPWA/policy
rev: 0.2.6
rev: 0.3.0
hooks:
- id: check-dev-files
args:
Expand All @@ -58,7 +58,7 @@ repos:
- --extras-require=doc,viz

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.3.1
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 96dc049

Please sign in to comment.