From c3f43a3c38f53cba56c83af0d53a114168cac674 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 25 May 2021 20:49:39 +0100 Subject: [PATCH] Update `pip-tools-compile-impersonate` to `4.1`. Now it also runs on Windows, macOS and FreeBSD. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb22a627fd0..02d29e16707 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: exclude: ^(doc/_static/.*|doc/_themes/.*)$ repos: - repo: https://github.com/saltstack/pip-tools-compile-impersonate - rev: "3.0" + rev: "4.1" hooks: # ----- Packaging Requirements ------------------------------------------------------------------------------------>