From 366190e007aec7e7b261f79c43a9e867ff582b34 Mon Sep 17 00:00:00 2001 From: shirenn Date: Mon, 22 Feb 2021 12:48:24 +0100 Subject: [PATCH] Upgrade targetted python and yamllint version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9863f328..99428892 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: python:3.6 +image: python:3.9 stages: - lint @@ -7,7 +7,7 @@ stages: yamllint: stage: lint script: - - pip install yamllint==1.15.0 + - pip install yamllint==1.26.0 - yamllint -c .yamllint.yml . allow_failure: true