diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5be41504b..c71294152 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/