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 8e9f888 commit 94f0065
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,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 @@ -138,7 +138,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 @@ -138,7 +138,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.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,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 @@ -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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 @@ -61,7 +61,7 @@ repos:
args: [--py38-plus]

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

0 comments on commit 94f0065

Please sign in to comment.