From e72d207c22194a32c6fc5b76e1a9ffdd7eae5af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 03:58:30 +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 72fe6979876..e1a127e5d1a 100644 --- a/.ci/requirements.in +++ b/.ci/requirements.in @@ -1,4 +1,4 @@ -r requirements-fonttools.in meson==1.2.1 -gcovr==5.0 +gcovr==6.0 ninja diff --git a/.ci/requirements.txt b/.ci/requirements.txt index 173508e25e8..ec7ab67bc75 100644 --- a/.ci/requirements.txt +++ b/.ci/requirements.txt @@ -40,9 +40,9 @@ fonttools==4.42.1 \ --hash=sha256:f2f806990160d1ce42d287aa419df3ffc42dfefe60d473695fb048355fe0c6a0 \ --hash=sha256:f720fa82a11c0f9042376fd509b5ed88dab7e3cd602eee63a1af08883b37342b # 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 \