From 6a9fe218746d922d63ca5f2195b712481e574797 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 7 Apr 2024 03:11:10 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit --- .constraints/py3.10.txt | 2 +- .constraints/py3.11.txt | 2 +- .constraints/py3.12.txt | 2 +- .constraints/py3.7.txt | 2 +- .constraints/py3.8.txt | 2 +- .constraints/py3.9.txt | 2 +- .pre-commit-config.yaml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 3a7cde5a3..0875b3c20 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -154,7 +154,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 27144961d..ab7227cbb 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -153,7 +153,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.12.txt b/.constraints/py3.12.txt index f977a5c3b..46a06a89e 100644 --- a/.constraints/py3.12.txt +++ b/.constraints/py3.12.txt @@ -153,7 +153,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.7.txt b/.constraints/py3.7.txt index 6ee3ad95b..8f0062d0f 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -157,7 +157,7 @@ rich==13.7.1 rope==1.9.0 ruff==0.1.15 scipy==1.7.3 -send2trash==1.8.2 +send2trash==1.8.3 singledispatchmethod==1.0 six==1.16.0 smmap==5.0.1 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index b60d5c704..976a9232a 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -159,7 +159,7 @@ rope==1.13.0 rpds-py==0.18.0 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 9ff47c2dd..73e4861a4 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -155,7 +155,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 0514de537..f0c688b5b 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: @@ -68,7 +68,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