From 843e72c0472bb4f513902b54cc0c855a767d949a Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 7 Apr 2024 03:18:16 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit --- .constraints/py3.10.txt | 2 +- .constraints/py3.11.txt | 2 +- .constraints/py3.8.txt | 2 +- .constraints/py3.9.txt | 2 +- .pre-commit-config.yaml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index d1aa0298..07ed08a5 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -183,7 +183,7 @@ rope==1.13.0 rpds-py==0.18.0 ruff==0.3.5 scipy==1.13.0 -send2trash==1.8.2 +send2trash==1.8.3 six==1.16.0 smmap==5.0.1 sniffio==1.3.1 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index e8f3b22d..afd419bf 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -182,7 +182,7 @@ rope==1.13.0 rpds-py==0.18.0 ruff==0.3.5 scipy==1.13.0 -send2trash==1.8.2 +send2trash==1.8.3 six==1.16.0 smmap==5.0.1 sniffio==1.3.1 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index baf19cde..ca4d9f7f 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -191,7 +191,7 @@ rpds-py==0.18.0 rsa==4.9 ruff==0.3.5 scipy==1.10.1 -send2trash==1.8.2 +send2trash==1.8.3 six==1.16.0 smmap==5.0.1 sniffio==1.3.1 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 43a43972..ab1f191e 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -184,7 +184,7 @@ rope==1.13.0 rpds-py==0.18.0 ruff==0.3.5 scipy==1.13.0 -send2trash==1.8.2 +send2trash==1.8.3 six==1.16.0 smmap==5.0.1 sniffio==1.3.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c06add89..bebd8c78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: @@ -69,7 +69,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