mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00
Update to the newer pip-tools-compile-impersonate
This commit is contained in:
parent
c043d467e9
commit
5f59dcf1b8
2 changed files with 2 additions and 2 deletions
|
@ -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 ------------------------------------------------------------------------------------>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue