From dcc819469a2937cca1878a1d41ee4be36cc5b6c1 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 10 May 2023 11:18:12 +0000 Subject: [PATCH] [FIX] requirements: bump libsass to match odoo In Odoo, the libsass version was bumped to 0.20.1 in order to match the Jammy version. As a consequence, in the Docker images on the runbot this strange behavior was observed during the image build: * the debian package is installed -> 0.20.1 * the documentation requirements are installed -> 0.18.0 * the odoo requirements are installed -> 0.20.1 This is useless and moreover, the final version used is the one from pip instead of the Debian package. closes odoo/documentation#4391 Signed-off-by: Antoine Vandevenne (anv) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b4b38383..c8452ea0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ docutils==0.16.0 # Compatibility with sphinx-tabs 3.2.0. -libsass==0.18.0 +libsass==0.20.1 pygments~=2.6.1 pygments-csv-lexer~=0.1 sphinx==4.3.2