Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: update pip constraints and pre-commit #260

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading