From 1d6fde216d1bfed2c9d4b56674f295bf0a621fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:16:12 +0000 Subject: [PATCH] Bump gcovr from 5.0 to 6.0 in /.ci Bumps [gcovr](https://github.com/gcovr/gcovr) from 5.0 to 6.0. - [Release notes](https://github.com/gcovr/gcovr/releases) - [Changelog](https://github.com/gcovr/gcovr/blob/master/CHANGELOG.rst) - [Commits](https://github.com/gcovr/gcovr/compare/5.0...6.0) --- updated-dependencies: - dependency-name: gcovr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .ci/requirements.in | 2 +- .ci/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/requirements.in b/.ci/requirements.in index 7984b5e655d..cb0b6e81a48 100644 --- a/.ci/requirements.in +++ b/.ci/requirements.in @@ -1,4 +1,4 @@ -r requirements-fonttools.in meson==1.1.1 -gcovr==5.0 +gcovr==6.0 ninja diff --git a/.ci/requirements.txt b/.ci/requirements.txt index c4c0f59d30b..c521503807a 100644 --- a/.ci/requirements.txt +++ b/.ci/requirements.txt @@ -40,9 +40,9 @@ fonttools==4.40.0 \ --hash=sha256:eb52c10fda31159c22c7ed85074e05f8b97da8773ea461706c273e31bcbea836 \ --hash=sha256:ec468c022d09f1817c691cf884feb1030ef6f1e93e3ea6831b0d8144c06480d1 # via -r requirements-fonttools.in -gcovr==5.0 \ - --hash=sha256:1d80264cbaadff356b3dda71b8c62b3aa803e5b3eb6d526a24932cd6660a2576 \ - --hash=sha256:8c49ebcfc5a98b56dd900c687aad0258ac86093d2f81a1417905193ab45fe69f +gcovr==6.0 \ + --hash=sha256:2e52019fdb76c6e327f48c2a2d8555fb5e362570b79cc74c5498804d1ce54a60 \ + --hash=sha256:8638d5f44def10e38e3166c8a33bef6643ec204687e0ac7d345ce41a98c5750b # via -r requirements.in jinja2==3.1.2 \ --hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 \