From 158eddc4c2bfeeccaea280c0951fd08abcad2132 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 8 Aug 2024 22:14:59 +0200 Subject: [PATCH] Moar boring pip conflicts --- image_builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_builder b/image_builder index 41451ae..1bf93f8 100755 --- a/image_builder +++ b/image_builder @@ -107,7 +107,7 @@ function rebuild_build_and_lint() # b) running tox, black, mypy, flake8, i18n string consistency check, bot sending PRs (actually this one is 'hub' in apt dependency right before) if [[ $DEBIAN_VERSION == "bullseye" ]] then - TOOLING_PIP_DEPENDENCIES='pyOpenSSL "tox==4.0.0" ansi2html toml "black>=24.4" jinja2 "packaging<22"' + TOOLING_PIP_DEPENDENCIES='pyOpenSSL "tox==4.0.0" ansi2html toml "black>=22.12" jinja2 "packaging<22"' else TOOLING_PIP_DEPENDENCIES='pyOpenSSL "tox>=4.17" ansi2html toml "black>=24.4" jinja2 --break-system-packages' fi