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 Apr 7, 2024
1 parent a8fbcee commit 18632ed
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ rfc3986-validator==0.1.1
rope==1.13.0
rpds-py==0.18.0
ruff==0.3.5
send2trash==1.8.2
send2trash==1.8.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ rfc3986-validator==0.1.1
rope==1.13.0
rpds-py==0.18.0
ruff==0.3.5
send2trash==1.8.2
send2trash==1.8.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ rfc3986-validator==0.1.1
rope==1.13.0
rpds-py==0.18.0
ruff==0.3.5
send2trash==1.8.2
send2trash==1.8.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.9.0
ruff==0.1.15
send2trash==1.8.2
send2trash==1.8.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ rfc3986-validator==0.1.1
rope==1.13.0
rpds-py==0.18.0
ruff==0.3.5
send2trash==1.8.2
send2trash==1.8.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ rfc3986-validator==0.1.1
rope==1.13.0
rpds-py==0.18.0
ruff==0.3.5
send2trash==1.8.2
send2trash==1.8.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.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.3.4
rev: 0.3.5
hooks:
- id: check-dev-files
args:
Expand All @@ -67,7 +67,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand Down

0 comments on commit 18632ed

Please sign in to comment.