From 798e5d7e0117dcb9ddbf4e1c5400c6b19139196d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 7 Oct 2024 15:21:53 +0200 Subject: [PATCH] pin minimum propcache version in pre-commit so typing works --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5be41504..c7129415 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -116,7 +116,7 @@ repos: - hypothesis - lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report` - multidict - - propcache + - propcache >= 0.2.0 - pytest - tomli # requirement of packaging/pep517_backend/ - types-setuptools # requirement of packaging/pep517_backend/ @@ -133,7 +133,7 @@ repos: - hypothesis - lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report` - multidict - - propcache + - propcache >= 0.2.0 - pytest - tomli # requirement of packaging/pep517_backend/ - types-setuptools # requirement of packaging/pep517_backend/ @@ -150,7 +150,7 @@ repos: - hypothesis - lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report` - multidict - - propcache + - propcache >= 0.2.0 - pytest - tomli # requirement of packaging/pep517_backend/ - types-setuptools # requirement of packaging/pep517_backend/ @@ -169,7 +169,7 @@ repos: - hypothesis - lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report` - multidict - - propcache + - propcache >= 0.2.0 - pytest - tomli # requirement of packaging/pep517_backend/ - types-setuptools # requirement of packaging/pep517_backend/