From 9a3172e489d83527f6da624bd4343681bf497b51 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 3 Jul 2024 14:10:14 +0200 Subject: [PATCH] bin/ci: allow bugfixes in requirements.txt The one exception is filecache which is just a 0.x which means any other 0.x might break compatibility, so we can't just set it to `0.*`. Part-of: --- bin/ci/requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bin/ci/requirements.txt b/bin/ci/requirements.txt index 99640e90eef..bec12419200 100644 --- a/bin/ci/requirements.txt +++ b/bin/ci/requirements.txt @@ -1,12 +1,12 @@ -colorama==0.4.5 +colorama==0.4.* filecache==0.81 -gql==3.4.0 -kaleido==0.2.1 -python-dateutil==2.8.2 -pandas==2.1.1 -plotly==5.17.0 -python-gitlab==3.5.0 -PyYAML==6.0.1 -ruamel.yaml.clib==0.2.8 -ruamel.yaml==0.17.21 -tabulate==0.9.0 +gql==3.* +kaleido==0.2.* +python-dateutil==2.* +pandas==2.* +plotly==5.* +python-gitlab==3.* +PyYAML==6.* +ruamel.yaml.clib==0.2.* +ruamel.yaml==0.17.* +tabulate==0.9.*