From 5f59dcf1b8576e3cac00c20a5c5387ea31bb0ee3 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 5 May 2021 06:13:45 +0100 Subject: [PATCH] Update to the newer pip-tools-compile-impersonate --- .pre-commit-config.yaml | 2 +- noxfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d711a673ee..260d7b2e703 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: dff9089c1003af49665064067ff63c75b9b69dcd + rev: dcfda442e55f17b109d132cb62f424639935e9d6 hooks: # ----- Packaging Requirements ------------------------------------------------------------------------------------> diff --git a/noxfile.py b/noxfile.py index 6ed82b8f7f6..6922af69864 100644 --- a/noxfile.py +++ b/noxfile.py @@ -288,7 +288,7 @@ def _install_requirements( "install", "--progress-bar=off", "-U", - "pip", + "pip>=20.2.4", "setuptools!=50.*,!=51.*,!=52.*", ] session.run(*install_command, silent=PIP_INSTALL_SILENT)