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 d722e3d commit 9cafcfd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ execnet==2.0.2
executing==2.0.1
fastjsonschema==2.19.1
filelock==3.13.1
flatbuffers==23.5.26
flatbuffers==24.3.6
fonttools==4.49.0
fqdn==1.5.1
gast==0.5.4
Expand Down Expand Up @@ -120,7 +120,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 @@ -176,7 +176,7 @@ rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
rsa==4.9
ruff==0.3.0
ruff==0.3.1
scipy==1.12.0
send2trash==1.8.2
six==1.16.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ execnet==2.0.2
executing==2.0.1
fastjsonschema==2.19.1
filelock==3.13.1
flatbuffers==23.5.26
flatbuffers==24.3.6
fonttools==4.49.0
fqdn==1.5.1
gast==0.5.4
Expand Down Expand Up @@ -119,7 +119,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 @@ -175,7 +175,7 @@ rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
rsa==4.9
ruff==0.3.0
ruff==0.3.1
scipy==1.12.0
send2trash==1.8.2
six==1.16.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ execnet==2.0.2
executing==2.0.1
fastjsonschema==2.19.1
filelock==3.13.1
flatbuffers==23.5.26
flatbuffers==24.3.6
fonttools==4.49.0
fqdn==1.5.1
gast==0.4.0
Expand Down Expand Up @@ -122,7 +122,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 @@ -181,7 +181,7 @@ rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
rsa==4.9
ruff==0.3.0
ruff==0.3.1
scipy==1.10.1
send2trash==1.8.2
six==1.16.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ execnet==2.0.2
executing==2.0.1
fastjsonschema==2.19.1
filelock==3.13.1
flatbuffers==23.5.26
flatbuffers==24.3.6
fonttools==4.49.0
fqdn==1.5.1
gast==0.5.4
Expand Down Expand Up @@ -121,7 +121,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 @@ -177,7 +177,7 @@ rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
rsa==4.9
ruff==0.3.0
ruff==0.3.1
scipy==1.12.0
send2trash==1.8.2
six==1.16.0
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 @@ -50,7 +50,7 @@ repos:
- id: colab-toc-visible

- 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 9cafcfd

Please sign in to comment.