From 38de2a77b42f4b8bb90064c8a184b441c6826cac Mon Sep 17 00:00:00 2001 From: phlax Date: Fri, 29 Oct 2021 20:19:07 +0100 Subject: [PATCH] ci: Fix flake8 error in `format_pre` (#18825) Fixes issue discussed here #18817 (comment) Signed-off-by: Ryan Northey Signed-off-by: phlax --- tools/base/requirements.in | 2 +- tools/base/requirements.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/base/requirements.in b/tools/base/requirements.in index e76c666f3f84..8261cdecf553 100644 --- a/tools/base/requirements.in +++ b/tools/base/requirements.in @@ -6,7 +6,7 @@ coloredlogs coverage envoy.base.checker envoy.base.runner -envoy.base.utils +envoy.base.utils>=0.0.10 envoy.code_format.python_check>=0.0.4 envoy.dependency.pip_check>=0.0.4 envoy.distribution.release diff --git a/tools/base/requirements.txt b/tools/base/requirements.txt index 1aa354990eb5..24cd2cd19536 100644 --- a/tools/base/requirements.txt +++ b/tools/base/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # pip-compile --allow-unsafe --generate-hashes requirements.in @@ -273,8 +273,9 @@ envoy.base.runner==0.0.4 \ # envoy.docs.sphinx-runner # envoy.github.abstract # envoy.gpg.sign -envoy.base.utils==0.0.8 \ - --hash=sha256:b82e18ab0535207b7136d6980239c9350f7113fa5da7dda781bcb6ad1e05b3ab +envoy.base.utils==0.0.10 \ + --hash=sha256:252f47a17c6346b2496c24c239e7ff7b1312a62f0605877c5315176d3387aa61 \ + --hash=sha256:a3e9fe045c2f117e4b5754c0f412a46ff1e058796e42aabda416f52029c7cd53 # via # -r requirements.in # envoy.code-format.python-check